Modding:Basic Item: Difference between revisions

From Vintage Story Wiki
No edit summary
No edit summary
Line 4: Line 4:


= A Simple Item =
= A Simple Item =
So, the first thing we going to need is an idea. What does this game need. Wait i got it ... the game needs an overpowered wand.


== The Texture ==
== The Texture ==
This is the texture we gonna use: [[File:Wand.png]]. In order to use it we need to place it inside the assets folder inside the [[Vintagestory folder]]. Therefore the path should look like this: <code>assets/textures/items/tool/wand/wand.png</code>.


== The Json File ==
== The Json File ==
Now we need to let the game know if its existence. We can accomplish that by creating a json file and placing it inside <code>assets/itemtypes/tool/wand.json</code>.


== Testing ==
== Testing ==
Line 17: Line 23:
= Advanced Properties =
= Advanced Properties =


== Multiple Item Variants ==
== Mining Properties ==
 
== Variants ==


== Texture Overlays ==
== Texture Overlays ==
== Mining Properties ==