-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.21.2 or 3 changed the torch model, removing our 3D-ish texture. This reverts it to the 1.21 model. Does not apply to redstone torch, that will come later.
- Loading branch information
Showing
2 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"ambientocclusion": false, | ||
"textures": { | ||
"particle": "#torch" | ||
}, | ||
"elements": [ | ||
{ "from": [ 7, 0, 7 ], | ||
"to": [ 9, 10, 9 ], | ||
"shade": false, | ||
"faces": { | ||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, | ||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } | ||
} | ||
}, | ||
{ "from": [ 7, 0, 0 ], | ||
"to": [ 9, 16, 16 ], | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } | ||
} | ||
}, | ||
{ "from": [ 0, 0, 7 ], | ||
"to": [ 16, 16, 9 ], | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
{ | ||
"ambientocclusion": false, | ||
"textures": { | ||
"particle": "#torch" | ||
}, | ||
"elements": [ | ||
{ "from": [ -1, 3.5, 7 ], | ||
"to": [ 1, 13.5, 9 ], | ||
"rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, | ||
"shade": false, | ||
"faces": { | ||
"down": { "uv": [ 7, 13, 9, 15 ], "texture": "#torch" }, | ||
"up": { "uv": [ 7, 6, 9, 8 ], "texture": "#torch" } | ||
} | ||
}, | ||
{ "from": [ -1, 3.5, 0 ], | ||
"to": [ 1, 19.5, 16 ], | ||
"rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, | ||
"shade": false, | ||
"faces": { | ||
"west": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, | ||
"east": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } | ||
} | ||
}, | ||
{ "from": [ -8, 3.5, 7 ], | ||
"to": [ 8, 19.5, 9 ], | ||
"rotation": { "origin": [ 0, 3.5, 8 ], "axis": "z", "angle": -22.5 }, | ||
"shade": false, | ||
"faces": { | ||
"north": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" }, | ||
"south": { "uv": [ 0, 0, 16, 16 ], "texture": "#torch" } | ||
} | ||
} | ||
] | ||
} |