Started by
Plantt
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm attempting to create a block that checks if there is a furnace below it as well as if the furnace is active. But after some searching on the Minecraft wiki I found out that whether a furnace is lit is not stored in the NBT tags, but rather in block states. How would I check the block state of a furnace to see if it's active?