Confirmedusers
27
edits
Mirotworez (talk | contribs) (Marked this version for translation) |
m (add suggested text editors from basic block) |
||
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. | 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). | ||
<!--T:9--> | <!--T:9--> |