(1.12.2) Panes look different based on how you view them
Alaberti opened this issue ยท 7 comments
Is it safe to assume this won't be fixed or doesn't have a fix action being worked on?
They will be fixed next update 1dd8996
If you're still looking for a simple solution @Alaberti, you can just copy the pane_side.json and pane_side_alt.json from the minecraft/models/block folder into your ressource pack and proceed the following modifications :
- In pane_side.json : "west": { "uv": [ 16, 0, 9, 16 ], "texture": "#pane" },
become "west": { "uv": [ 0, 0, 7, 16 ], "texture": "#pane" }, - In pane_side_alt.json : "west": { "uv": [ 7, 0, 0, 16 ], "texture": "#pane" },
become "west": { "uv": [ 9, 0, 16, 16 ], "texture": "#pane" },
The only remaining problems are the edges inside a tall window (pack improvement feature) and the disconnected textures between panes which make corners and those who are straight (bug in the mod : issue reported here)