Modding:Basic Item: Difference between revisions

From Vintage Story Wiki
m
add suggested text editors from basic block (but correctly this time)
m (add suggested text editors from basic block)
m (add suggested text editors from basic block (but correctly this time))
Line 25: Line 25:


== Creating the Item File == <!--T:8-->
== Creating the Item File == <!--T:8-->
To create the actual wand item, we need to create a JSON file inside the <code>itemtypes/</code> folder. In this example we name it <code>wand.json</code>. This file contains the basic properties of our item. (we recommend to use an editor with syntax highlighting, such as Notepad++ or Sublime Text. If you are going to have many json files or some C#, then Visual Studio Code is also a good pick).
To create the actual wand item, we need to create a JSON file inside the <code>itemtypes/</code> folder. In this example we name it <code>wand.json</code>. This file contains the basic properties of our item. (we recommend to use an editor with syntax highlighting, such as [https://notepad-plus-plus.org/ Notepad++] or [https://www.sublimetext.com/ Sublime Text]. If you are going to have many json files or some C#, then [https://code.visualstudio.com/ Visual Studio Code] is also a good pick).


<!--T:9-->
<!--T:9-->
Confirmedusers
27

edits