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
|
@ -101,10 +101,13 @@
|
|||
"item.bloodmagic.saltpeter": "Saltpeter",
|
||||
"item.bloodmagic.sanguinereverter": "Sanguine Reverter",
|
||||
"item.bloodmagic.sigilofmagnetism": "Sigil of Magnetism",
|
||||
"item.bloodmagic.soulaxe": "Sentient Axe",
|
||||
"item.bloodmagic.soulgemcommon": "Common Tartaric Gem",
|
||||
"item.bloodmagic.soulgemgreater": "Greater Tartaric Gem",
|
||||
"item.bloodmagic.soulgemlesser": "Lesser Tartaric Gem",
|
||||
"item.bloodmagic.soulgempetty": "Petty Tartaric Gem",
|
||||
"item.bloodmagic.soulpickaxe": "Sentient Pickaxe",
|
||||
"item.bloodmagic.soulshovel": "Sentient Shovel",
|
||||
"item.bloodmagic.soulsnare": "Soul Snare",
|
||||
"item.bloodmagic.soulsword": "Sentient Sword",
|
||||
"item.bloodmagic.steadfastcrystal": "Steadfast Will Crystal",
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 0.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulpickaxe"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 1.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulpickaxe_corrosive"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 2.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulpickaxe_destructive"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 3.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulpickaxe_vengeful"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 4.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulpickaxe_steadfast"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 0.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulshovel"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 1.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulshovel_corrosive"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 2.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulshovel_destructive"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 3.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulshovel_vengeful"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 4.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulshovel_steadfast"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulaxe"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulaxe_corrosive"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulaxe_destructive"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulaxe_steadfast"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulaxe_vengeful"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulpickaxe"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulpickaxe_corrosive"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulpickaxe_destructive"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulpickaxe_steadfast"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulpickaxe_vengeful"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulshovel"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulshovel_corrosive"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulshovel_destructive"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulshovel_steadfast"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulshovel_vengeful"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue