Skip to content

Commit

Permalink
Update fish_bazooka.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Sirnk authored Nov 1, 2023
1 parent 9f391b5 commit 99f6ad1
Showing 1 changed file with 54 additions and 3 deletions.
57 changes: 54 additions & 3 deletions life/assets/minecraft/models/item/fish_bazooka.json
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,19 @@
"down": {"uv": [0, 0, 2.5, 1.25], "texture": "#2"}
}
},
{
"from": [6.75, 0.25, 9.25],
"to": [9.25, 0.875, 10.5],
"rotation": {"angle": -45, "axis": "x", "origin": [0, 0, 0]},
"faces": {
"north": {"uv": [0, 0, 2.5, 0.625], "texture": "#2"},
"east": {"uv": [0, 0, 1.25, 0.625], "texture": "#2"},
"south": {"uv": [0, 0, 2.5, 0.625], "texture": "#2"},
"west": {"uv": [0, 0, 1.25, 0.625], "texture": "#2"},
"up": {"uv": [0, 0, 2.5, 1.25], "texture": "#2"},
"down": {"uv": [0, 0, 2.5, 1.25], "texture": "#2"}
}
},
{
"from": [8.25, 0.25, 7.75],
"to": [9.25, 0.875, 9],
Expand Down Expand Up @@ -667,8 +680,8 @@
}
},
{
"from": [9.75, 10.25, 23.5],
"to": [10, 13.25, 26.5],
"from": [9.76, 10.25, 23.5],
"to": [10.01, 13.25, 26.5],
"rotation": {"angle": 0, "axis": "y", "origin": [6, 11.75, 25]},
"faces": {
"north": {"uv": [0, 0, 0.25, 3], "texture": "#0"},
Expand Down Expand Up @@ -830,6 +843,31 @@
"up": {"uv": [0, 0, 2.75, 1.5], "texture": "#0"},
"down": {"uv": [0, 0, 2.75, 1.5], "texture": "#0"}
}
},
{
"from": [6.75, 13.25, 7.25],
"to": [9.25, 13.875, 12.5],
"faces": {
"north": {"uv": [0, 0, 2.5, 0.625], "texture": "#2"},
"east": {"uv": [0, 0, 5.25, 0.625], "texture": "#2"},
"south": {"uv": [0, 0, 2.5, 0.625], "texture": "#2"},
"west": {"uv": [0, 0, 5.25, 0.625], "texture": "#2"},
"up": {"uv": [0, 0, 2.5, 5.25], "texture": "#2"},
"down": {"uv": [0, 0, 2.5, 5.25], "texture": "#2"}
}
},
{
"from": [6.75, 8, 12.25],
"to": [9.25, 8.625, 18.75],
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, 0, 0]},
"faces": {
"north": {"uv": [0, 0, 2.5, 0.625], "texture": "#2"},
"east": {"uv": [0, 0, 6.5, 0.625], "texture": "#2"},
"south": {"uv": [0, 0, 2.5, 0.625], "texture": "#2"},
"west": {"uv": [0, 0, 6.5, 0.625], "texture": "#2"},
"up": {"uv": [0, 0, 2.5, 6.5], "texture": "#2"},
"down": {"uv": [0, 0, 2.5, 6.5], "texture": "#2"}
}
}
],
"display": {
Expand All @@ -847,8 +885,21 @@
"firstperson_lefthand": {
"translation": [0, 0, 3]
},
"ground": {
"translation": [0, 5.25, 0]
},
"gui": {
"rotation": [90, -45, 90],
"translation": [2, -1.5, 0],
"scale": [0.6, 0.6, 0.6]
},
"head": {
"translation": [0, 4, -8]
},
"fixed": {
"rotation": [90, 45, -90],
"translation": [-2.5, -1.25, 0],
"scale": [0.6, 0.6, 0.6]
}
}
}
}

0 comments on commit 99f6ad1

Please sign in to comment.