Skip to content

Commit

Permalink
feat: Update to Minecraft 1.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Nov 27, 2024
1 parent 732cd23 commit 9369a09
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"from": [5, 2.01, 5],
"to": [11, 2.02, 11],
"faces": {
"up": {"uv": [2, 2, 14, 14], "texture": "#3", "tintindex": 1}
"up": {"uv": [2, 2, 14, 14], "texture": "#3", "tintindex": 0}
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@
"from": [0.9, 2.9, 0.9],
"to": [15.1, 7.1, 15.1],
"faces": {
"north": {"uv": [1.75, 4.25, 3.5, 5.25], "texture": "#runes", "tintindex": 1},
"east": {"uv": [3.5, 4.25, 5.25, 5.25], "texture": "#runes", "tintindex": 1},
"south": {"uv": [0, 4.25, 1.75, 5.25], "texture": "#runes", "tintindex": 1},
"west": {"uv": [5.25, 4.25, 7, 5.25], "texture": "#runes", "tintindex": 1}
"north": {"uv": [1.75, 4.25, 3.5, 5.25], "texture": "#runes", "tintindex": 0},
"east": {"uv": [3.5, 4.25, 5.25, 5.25], "texture": "#runes", "tintindex": 0},
"south": {"uv": [0, 4.25, 1.75, 5.25], "texture": "#runes", "tintindex": 0},
"west": {"uv": [5.25, 4.25, 7, 5.25], "texture": "#runes", "tintindex": 0}
}
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@
"from": [0.9, 2.9, 0.9],
"to": [15.1, 29.1, 15.1],
"faces": {
"north": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 1},
"east": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 1},
"south": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 1},
"west": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 1},
"up": {"uv": [0, 0, 14, 14], "texture": "#1", "tintindex": 1},
"down": {"uv": [0, 0, 14, 14], "texture": "#1", "tintindex": 1}
"north": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 0},
"east": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 0},
"south": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 0},
"west": {"uv": [0, 1.75, 1.75, 4.9375], "texture": "#1", "tintindex": 0},
"up": {"uv": [0, 0, 14, 14], "texture": "#1", "tintindex": 0},
"down": {"uv": [0, 0, 14, 14], "texture": "#1", "tintindex": 0}
}
}
],
Expand Down

0 comments on commit 9369a09

Please sign in to comment.