Modding:Basic Block: Difference between revisions

From Vintage Story Wiki
Line 13: Line 13:
== The Texture ==
== The Texture ==


We will add a gold block to the game using this texture: [[File:Gold block.png]].
We will use this texture for your block: [[File:Gold block.png]].


Now we need to create the following folders inside our workspace<code>assets/mygoldblock/textures/blocks/</code>. Rename the texture to <code>mygoldtexture.png</code> and paste it into the <code>texture</code> folder.
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.


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

edits