Modding:Block Json Properties: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
Line 1,004: Line 1,004:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
     attributes: {
     attributes: {
        "blastRadius": { type: "Int", value: 4 },
"blastRadius": 4,
        "blastType": { type: "Int", value: 0 },
"blastType": 0,
    },
},
</syntaxhighlight>
</syntaxhighlight>
</td>
</td>
Line 1,478: Line 1,478:
     <td>string</td>
     <td>string</td>
     <td>&quot;xyz&quot;</td>
     <td>&quot;xyz&quot;</td>
     <td>Random texture selection - whether or not to use the Y axis during randomization (for multiblock plants like Seaweed).</td>
     <td>Random texture selection - whether or not to use the Y axis during randomization (for multiblock plants).</td>
   </tr>
   </tr>
   <tr>
   <tr>
Confirmedusers, editor, Administrators
886

edits