Implemented (inefficiently) the sentient tools.
This commit is contained in:
parent
f097f00c55
commit
d0e81e6426
13 changed files with 1758 additions and 6 deletions
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "builtin/generated",
|
||||
"transform": "forge:default-tool"
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulAxe"
|
||||
}
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulAxe_corrosive"
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulAxe_destructive"
|
||||
}
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulAxe_vengeful"
|
||||
}
|
||||
},
|
||||
"steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulAxe_steadfast"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "builtin/generated",
|
||||
"transform": "forge:default-tool"
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulPickaxe"
|
||||
}
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulPickaxe_corrosive"
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulPickaxe_destructive"
|
||||
}
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulPickaxe_vengeful"
|
||||
}
|
||||
},
|
||||
"steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulPickaxe_steadfast"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"forge_marker": 1,
|
||||
"defaults": {
|
||||
"model": "builtin/generated",
|
||||
"transform": "forge:default-tool"
|
||||
},
|
||||
"variants": {
|
||||
"type": {
|
||||
"default": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulShovel"
|
||||
}
|
||||
},
|
||||
"corrosive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulShovel_corrosive"
|
||||
}
|
||||
},
|
||||
"destructive": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulShovel_destructive"
|
||||
}
|
||||
},
|
||||
"vengeful": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulShovel_vengeful"
|
||||
}
|
||||
},
|
||||
"steadfast": {
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulShovel_steadfast"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue