[1.16.X] Incorrect particle texture for ladders
MarkKoz opened this issue ยท 1 comments
Describe the Issue
The particle textures for ladder is referencing unity:block/oak_planks
, but that file does not exist. The intention was likely to use the default minecraft
namespace, since the file does exist there.
To Reproduce
Steps to reproduce the behavior:
- Load the resource pack in game.
- Observe the following error in the logs:
Using missing texture, unable to load unity:textures/block/oak_planks.png : java.io.FileNotFoundException: unity:textures/block/oak_planks.png
Expected Behavior
The particle texture shouldn't use a file that doesn't exist.