Confirmedusers, editor, Administrators
886
edits
CreativeMD (talk | contribs) |
CreativeMD (talk | contribs) |
||
Line 142: | Line 142: | ||
texturebytype: { | texturebytype: { | ||
"*-shovel": { | "*-shovel": { | ||
base: "wand-shovel", | base: "item/wand-shovel", | ||
}, | }, | ||
"*-pickaxe": { | "*-pickaxe": { | ||
base: "wand-pickaxe", | base: "item/wand-pickaxe", | ||
}, | }, | ||
"*-axe": { | "*-axe": { | ||
base: "wand-axe", | base: "item/wand-axe", | ||
}, | }, | ||
} | } | ||
Line 156: | Line 156: | ||
<syntaxhighlight lang="json"> | <syntaxhighlight lang="json"> | ||
texture: { | texture: { | ||
base: "wand-{tooltype}", | base: "item/wand-{tooltype}", | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> |