Worked on the Sentient Scythe
First stab (pun intended) on the Sentient Scythe. Still have a bit of work to do (such as balancing) but it's... usable.
This commit is contained in:
parent
574d6a8e74
commit
ab9de5341e
21 changed files with 933 additions and 1 deletions
|
@ -144,6 +144,7 @@
|
|||
"item.bloodmagic.soulgemlesser": "Lesser Tartaric Gem",
|
||||
"item.bloodmagic.soulgempetty": "Petty Tartaric Gem",
|
||||
"item.bloodmagic.soulpickaxe": "Sentient Pickaxe",
|
||||
"item.bloodmagic.soulscythe": "Sentient Scythe",
|
||||
"item.bloodmagic.soulshovel": "Sentient Shovel",
|
||||
"item.bloodmagic.soulsnare": "Soul Snare",
|
||||
"item.bloodmagic.soulsword": "Sentient Sword",
|
||||
|
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 0.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulscythe"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 1.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulscythe_corrosive"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 2.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulscythe_destructive"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 3.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulscythe_vengeful"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"bloodmagic:type": 4.0
|
||||
},
|
||||
"model": "bloodmagic:item/variants/soulscythe_steadfast"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulscythe"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulscythe_corrosive"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulscythe_destructive"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulscythe_steadfast"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "minecraft:item/handheld",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:item/soulscythe_vengeful"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue