soulfire_forge model texture error
Skelun opened this issue ยท 0 comments
The soulfire_forge model is having a visual glitch due to the face's texture vertical height being set to 0.
It should be 1.
Here's the code fixed and the preview.
"north": {"uv": [12, 0, 4, 1], "texture": "#0"},
"east": {"uv": [11, 0, 5, 1], "texture": "#0"},
"south": {"uv": [12, 0, 4, 1], "texture": "#0"},
"west": {"uv": [11, 0, 5, 1], "texture": "#0"},