port gamer bow to 1.18.2

This commit is contained in:
RyanTLG
2022-04-30 14:40:45 +02:00
parent 95cf937175
commit b00f4a96fa
15 changed files with 197 additions and 2 deletions

View File

@@ -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"
}

View File

@@ -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"
}
]
}

View File

@@ -0,0 +1,6 @@
{
"parent": "gamermod:item/gamer_bow",
"textures": {
"layer0": "gamermod:item/gamer_bow_pulling_0"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "gamermod:item/gamer_bow",
"textures": {
"layer0": "gamermod:item/gamer_bow_pulling_1"
}
}

View File

@@ -0,0 +1,6 @@
{
"parent": "gamermod:item/gamer_bow",
"textures": {
"layer0": "gamermod:item/gamer_bow_pulling_2"
}
}

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