editor
72
edits
No edit summary |
Ninjanomnom (talk | contribs) m (Old texture attribute is now textures) |
||
Line 49: | Line 49: | ||
"general": ["*"] | "general": ["*"] | ||
}, | }, | ||
textures: { | |||
base: "item/wand" | base: "item/wand" | ||
} | } | ||
Line 56: | Line 56: | ||
<!--T:13--> | <!--T:13--> | ||
You might have noticed that the <code>creativeinventory</code> and <code> | You might have noticed that the <code>creativeinventory</code> and <code>textures</code> properties aren't as simple as the <code>code</code> values. The reason for the differences in <code>textures</code> and <code>creativeinventory</code> isn't something we'll cover in this tutorial, but is discussed in advanced tutorials. | ||
== Naming the Item == <!--T:14--> | == Naming the Item == <!--T:14--> |