Modding:Basic Item: Difference between revisions

From Vintage Story Wiki
no edit summary
No edit summary
No edit summary
Line 37: Line 37:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
{
{
"block-wand": "Wand"
"item-wand": "Wand"
}
}
</syntaxhighlight>
</syntaxhighlight>
Line 140: Line 140:
texturebytype: {
texturebytype: {
"*-shovel": {
"*-shovel": {
base: "tool/wand/wand-shovel",
base: "wand-shovel",
},
},
"*-pickaxe": {
"*-pickaxe": {
base: "tool/wand/wand-pickaxe",
base: "wand-pickaxe",
},
},
"*-axe": {
"*-axe": {
base: "tool/wand/wand-axe",
base: "wand-axe",
},
},
}
}
Line 154: Line 154:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
texture: {
texture: {
base: "tool/wand/wand-{tooltype}",
base: "wand-{tooltype}",
}
}
</syntaxhighlight>
</syntaxhighlight>
Line 168: Line 168:
<syntaxhighlight lang="json">
<syntaxhighlight lang="json">
texture: {
texture: {
base: "tool/wand/wand",
base: "wand",
overlays: [ "tool/wand/wand-overlay-{tooltype}" ],
overlays: [ "wand-overlay-{tooltype}" ],
},
},
</syntaxhighlight>
</syntaxhighlight>
Confirmedusers, editor, Administrators
886

edits