Reimplemented Sentient Tools
Reimplemented the Sentient Axe, Pickaxe, and Shovel, as well as fixed the ability for the sentient weaponry to drop aspected Will.
This commit is contained in:
parent
0297f3a979
commit
de5b422a41
32 changed files with 1987 additions and 2 deletions
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 0.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulaxe"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 1.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulaxe_corrosive"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 2.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulaxe_destructive"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 3.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulaxe_vengeful"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 4.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulaxe_steadfast"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue