mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-10 18:49:08 +01:00
Remove todo from Powered Furnace light level code (it works)
This commit is contained in:
parent
817797ad3a
commit
bbf42da613
1 changed files with 0 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue