Unlit Campfires Produce Light
Brittank88 opened this issue · 4 comments
API/Modloader
Forge 36.1.16
Describe the bug
The mod's campfires produce light, even when unlit. This occurs even when BYG is the only installed mod.
To Reproduce
- Let there be dark.
- Place either a boric or cryptic campfire.
- Place water above it.
- Campfire still produces light.
Expected behavior
These campfires should only produce light if they are lit. This issue does not occur with other campfires, modded or unmodded.
Additional context
Interesting to note is that upon placing either of the campfires we see these sort of entries in the log:
[14:51:19] [Render thread/WARN] [minecraft/TileEntity]: Block entity invalid: minecraft:campfire @ BlockPos{x=-175, y=71, z=-48}
[14:51:20] [Server thread/WARN] [minecraft/TileEntity]: Block entity invalid: minecraft:campfire @ BlockPos{x=-175, y=71, z=-48}
[14:51:32] [Render thread/WARN] [minecraft/TileEntity]: Block entity invalid: minecraft:campfire @ BlockPos{x=-171, y=71, z=-48}
[14:51:32] [Server thread/WARN] [minecraft/TileEntity]: Block entity invalid: minecraft:campfire @ BlockPos{x=-171, y=71, z=-48}
Logs
Crashlog - N/A
Debug.log & Latest.log
I'll go ahead and close the issue once I can verify it's working - unless you decide to close it first!