Modding:Basic Block: Difference between revisions

From Vintage Story Wiki
Line 15: Line 15:
We will use this texture for our block: [[File:Gold block.png]].
We will use this texture for our block: [[File:Gold block.png]].


Now we need to put the texture at the right place so we can use it later on. Therefore you have to rename the texture to <code>mygoldtexture.png</code> and put it inside <code>assets/mygoldblock/textures/blocks/</code> in your workspace (you have to create those folders first). <code>mygoldblock</code> will be our domain.
Now we need to put the texture at the right place so we can use it later on. Therefore you have to rename the texture to <code>mygoldtexture.png</code> and put it inside <code>assets/mygoldblock/textures/block/</code> in your workspace (you have to create those folders first). <code>mygoldblock</code> will be our domain.


== The Block File ==
== The Block File ==
Confirmedusers, editor, Administrators
886

edits