Fix 3rd person model for tools
+Bound Sword -> Bound Blade
This commit is contained in:
parent
4a2b6e0641
commit
7532a982d4
|
@ -15,7 +15,7 @@ item.BloodMagic.daggerOfSacrifice.name=Dagger of Sacrifice
|
|||
|
||||
item.BloodMagic.lavaCrystal.name=Lava Crystal
|
||||
|
||||
item.BloodMagic.bound.sword.name=Bound Sword
|
||||
item.BloodMagic.bound.sword.name=Bound Blade
|
||||
item.BloodMagic.bound.pickaxe.name=Bound Pickaxe
|
||||
item.BloodMagic.bound.axe.name=Bound Axe
|
||||
item.BloodMagic.bound.shovel.name=Bound Shovel
|
||||
|
@ -350,3 +350,4 @@ option.BloodMagic.bypassSneak=Bypass Sneak
|
|||
option.BloodMagic.bloodAltar=Blood Altar
|
||||
option.BloodMagic.ritualController=Ritual Stones
|
||||
option.BloodMagic.teleposer=Teleposer
|
||||
option.BloodMagic.array=Alchemy Array
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/Item_deactivated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/BoundAxe_activated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/Item_deactivated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/BoundPickaxe_activated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/Item_deactivated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/BoundShovel_activated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/Item_deactivated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/BoundSword_activated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/DaggerOfSacrifice"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SacrificialDagger"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SacrificialDagger"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SoulSword_deactivated"
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"parent":"bloodmagic:item/ItemModelBase",
|
||||
"parent":"bloodmagic:item/ItemToolBase",
|
||||
"textures": {
|
||||
"layer0":"bloodmagic:items/SoulSword_activated"
|
||||
}
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"parent":"builtin/generated",
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 0, 90, -35 ],
|
||||
"translation": [ 0, 1.25, -3.5 ],
|
||||
"scale": [ 0.85, 0.85, 0.85 ]
|
||||
},
|
||||
"firstperson": {
|
||||
"rotation": [ 0, -135, 25 ],
|
||||
"translation": [ 0, 4, 2 ],
|
||||
"scale": [ 1.7, 1.7, 1.7 ]
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue