port gamer bow to 1.18.2
This commit is contained in:
@@ -68,6 +68,7 @@
|
||||
"item.gamermod.jeremium_sword.tooltip": "Kinda heavy",
|
||||
"block.gamermod.deepslate_jeremium_ore": "Deepslate Jeremium Ore",
|
||||
"block.gamermod.deepslate_omnium_ore": "Deepslate Omnium Ore",
|
||||
"block.gamermod.deepslate_orium_ore": "Deepslate Orium Ore"
|
||||
"block.gamermod.deepslate_orium_ore": "Deepslate Orium Ore",
|
||||
"item.gamermod.gamer_bow": "Gamer Bow"
|
||||
|
||||
}
|
||||
@@ -0,0 +1,98 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"display": {
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [
|
||||
-80,
|
||||
260,
|
||||
-40
|
||||
],
|
||||
"translation": [
|
||||
-1,
|
||||
-2,
|
||||
2.5
|
||||
],
|
||||
"scale": [
|
||||
0.9,
|
||||
0.9,
|
||||
0.9
|
||||
]
|
||||
},
|
||||
"thirdperson_lefthand": {
|
||||
"rotation": [
|
||||
-80,
|
||||
280,
|
||||
40
|
||||
],
|
||||
"translation": [
|
||||
-1,
|
||||
-2,
|
||||
2.5
|
||||
],
|
||||
"scale": [
|
||||
0.9,
|
||||
0.9,
|
||||
0.9
|
||||
]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
-90,
|
||||
25
|
||||
],
|
||||
"translation": [
|
||||
1.13,
|
||||
3.2,
|
||||
1.13
|
||||
],
|
||||
"scale": [
|
||||
0.68,
|
||||
0.68,
|
||||
0.68
|
||||
]
|
||||
},
|
||||
"firstperson_lefthand": {
|
||||
"rotation": [
|
||||
0,
|
||||
90,
|
||||
-25
|
||||
],
|
||||
"translation": [
|
||||
1.13,
|
||||
3.2,
|
||||
1.13
|
||||
],
|
||||
"scale": [
|
||||
0.68,
|
||||
0.68,
|
||||
0.68
|
||||
]
|
||||
}
|
||||
},
|
||||
"textures": {
|
||||
"layer0": "gamermod:item/gamer_bow"
|
||||
},
|
||||
"overrides": [
|
||||
{
|
||||
"predicate": {
|
||||
"minecraft:pulling": 1
|
||||
},
|
||||
"model": "gamermod:item/gamer_bow_pulling_0"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"minecraft:pulling": 1,
|
||||
"minecraft:pull": 0.65
|
||||
},
|
||||
"model": "gamermod:item/gamer_bow_pulling_1"
|
||||
},
|
||||
{
|
||||
"predicate": {
|
||||
"minecraft:pulling": 1,
|
||||
"minecraft:pull": 0.9
|
||||
},
|
||||
"model": "gamermod:item/gamer_bow_pulling_2"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "gamermod:item/gamer_bow",
|
||||
"textures": {
|
||||
"layer0": "gamermod:item/gamer_bow_pulling_0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "gamermod:item/gamer_bow",
|
||||
"textures": {
|
||||
"layer0": "gamermod:item/gamer_bow_pulling_1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "gamermod:item/gamer_bow",
|
||||
"textures": {
|
||||
"layer0": "gamermod:item/gamer_bow_pulling_2"
|
||||
}
|
||||
}
|
||||
BIN
src/main/resources/assets/gamermod/textures/item/gamer_bow.png
Normal file
BIN
src/main/resources/assets/gamermod/textures/item/gamer_bow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 471 B |
Binary file not shown.
|
After Width: | Height: | Size: 723 B |
Binary file not shown.
|
After Width: | Height: | Size: 688 B |
Binary file not shown.
|
After Width: | Height: | Size: 634 B |
Reference in New Issue
Block a user