Added Soul Bow textures and localization, as well as rudimentary function.
This commit is contained in:
parent
9329dd12f4
commit
c5dec61351
12 changed files with 125 additions and 3 deletions
|
@ -116,6 +116,7 @@ item.BloodMagic.soulGem.common.name=Common Soul Gem
|
|||
item.BloodMagic.soulGem.greater.name=Greater Soul Gem
|
||||
item.BloodMagic.soulGem.grand.name=Grand Soul Gem
|
||||
item.BloodMagic.soulSnare.base.name=Rudimentary Soul Snare
|
||||
item.BloodMagic.soulBow.name=Soul Bow
|
||||
|
||||
# Blocks
|
||||
tile.BloodMagic.fluid.lifeEssence.name=Life Essence
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"parent": "builtin/generated",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulBow"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 5, 80, -45 ],
|
||||
"translation": [ 0.75, 0, 0.25 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"firstperson": {
|
||||
"rotation": [ 0, -135, 25 ],
|
||||
"translation": [ 0, 4, 2 ],
|
||||
"scale": [ 1.7, 1.7, 1.7 ]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"parent": "builtin/generated",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulBow_pulling_0"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 5, 80, -45 ],
|
||||
"translation": [ 0.75, 0, 0.25 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"firstperson": {
|
||||
"rotation": [ 0, -135, 25 ],
|
||||
"translation": [ 0, 4, 2 ],
|
||||
"scale": [ 1.7, 1.7, 1.7 ]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"parent": "builtin/generated",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulBow_pulling_1"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 5, 80, -45 ],
|
||||
"translation": [ 0.75, 0, 0.25 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"firstperson": {
|
||||
"rotation": [ 0, -135, 25 ],
|
||||
"translation": [ 0, 4, 2 ],
|
||||
"scale": [ 1.7, 1.7, 1.7 ]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"parent": "builtin/generated",
|
||||
"textures": {
|
||||
"layer0": "bloodmagic:items/SoulBow_pulling_2"
|
||||
},
|
||||
"display": {
|
||||
"thirdperson": {
|
||||
"rotation": [ 5, 80, -45 ],
|
||||
"translation": [ 0.75, 0, 0.25 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"firstperson": {
|
||||
"rotation": [ 0, -135, 25 ],
|
||||
"translation": [ 0, 4, 2 ],
|
||||
"scale": [ 1.7, 1.7, 1.7 ]
|
||||
}
|
||||
}
|
||||
}
|
BIN
src/main/resources/assets/bloodmagic/textures/items/SoulBow.png
Normal file
BIN
src/main/resources/assets/bloodmagic/textures/items/SoulBow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 708 B |
Binary file not shown.
After Width: | Height: | Size: 712 B |
Binary file not shown.
After Width: | Height: | Size: 697 B |
Binary file not shown.
After Width: | Height: | Size: 687 B |
Loading…
Add table
Add a link
Reference in a new issue