Modding:Basic Item: Difference between revisions

From Vintage Story Wiki
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>
Confirmedusers, editor, Administrators
886

edits