[BUG] Battery Fluorescent Lights become non-interactable when placed on a wall facing west
M0dEx opened this issue ยท 4 comments
Describe the bug
Battery Fluorescent Lights become non-interactable when placed on a wall facing west.
To Reproduce
Steps to reproduce the behavior:
- Place a
Battery Fluorescent Lighton a wall facing west - Now the light cannot be broken or interacted with.
Expected behavior
The light should act normally as if it were placed any other way.
Versions:
- Minecraft Version: 1.18.2
- Modloader:
-
- Forge
-
- Fabric
- Mod Loader Version: 0.14.8
- Mod Version: 1.2.3
Hey. Thanks for the report. Looks like I missed the bounding box on that model, so the game doesn't know where the bounds of the light are...
Hey. Thanks for the report. Looks like I missed the bounding box on that model, so the game doesn't know where the bounds of the light are...
Only when facing one direction, though. If I place it in any other direction, it behaves correctly and as can be seen from the 3rd screenshot, it works rather wonderfully.
@hypherionmc Made a PR to fix this. I would also recommend checking other branches for this bug as well.
Solved by #18



