Modding:Item Json Properties: Difference between revisions

From Vintage Story Wiki
(Fixed JSON syntax error in transitionableProps example)
Line 1,490: Line 1,490:


<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
transitionableProps [{
transitionableProps: [{
   type: "Perish",
   type: "Perish",
   freshHours: { avg: 240 },
   freshHours: { avg: 240 },