Modding:Basic Block: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
Line 17: Line 17:
Now we need a json file which will determine the properties this block has. For now we keep it simple and only cover simple properties, but there are a lot of other things you can do with. Here is a full list of all [[Block Json Properties]].
Now we need a json file which will determine the properties this block has. For now we keep it simple and only cover simple properties, but there are a lot of other things you can do with. Here is a full list of all [[Block Json Properties]].


<poem>
<syntaxhighlight>
<code>
{
{
code: "myspecialplanks",
code: "myspecialplanks",
Line 34: Line 33:
}
}
}
}
</code>
</syntaxhighlight>
</poem>


== Testing ==
== Testing ==
Confirmedusers, editor, Administrators
886

edits