The bottom of the lightning rod texture is messed up..
Linked issues
is duplicated by 14
9 more links
The bottom of the lightning rod texture is messed up..
Confirmed
Normal
Textures and models
lightning_rod
20w45a, 20w46a, 20w48a, 20w49a, 20w51a, ..., 21w06a, 21w07a, 21w08b, 21w10a, 21w11a
21w13a
Retrieved
The lightning_rod.json file is the source of the error. The lightning_rod.png texture contains no specific texture for the bottom, so I suggest using the middle of the upper part's texture.
This can be fixed by replacing line 29 of lightning_rod.json with:
"down": { "uv": [ 1, 1, 3, 3 ], "texture": "#texture" }