Both vanilla Minecraft and many mods use the lit boolean to determine whether a block is active or not. BetterNether, however, uses fire instead.
Some mods require this lit parameter for compatibility with their mods. For example, Supplementaries has a block tag in which blocks can be lit when gunpowder on the ground (added by Supplementaries) is ignited.
Description
Both vanilla Minecraft and many mods use the
lit
boolean to determine whether a block is active or not. BetterNether, however, usesfire
instead.Some mods require this
lit
parameter for compatibility with their mods. For example, Supplementaries has a block tag in which blocks can be lit when gunpowder on the ground (added by Supplementaries) is ignited.