Remove todo from Powered Furnace light level code (it works)

This commit is contained in:
Mrbysco 2024-03-09 15:16:38 +01:00
parent 817797ad3a
commit bbf42da613

View file

@ -45,7 +45,6 @@ import static net.minecraft.world.level.block.state.properties.BlockStatePropert
public class BlockPoweredFurnace extends DirectionalBlock.Container {
public BlockPoweredFurnace() {
// TODO: [port] confirm this is correct for light level... Might not be reactive.
super(ActuallyBlocks.defaultPickProps().randomTicks().lightLevel(state -> state.getValue(LIT)
? 12
: 0));