Update FurnaceEngineModifiers.java

This commit is contained in:
MRH0 2021-12-31 17:32:14 +01:00
parent 2f35b76f1a
commit 67d2d12c9b

View file

@ -54,7 +54,7 @@ public class FurnaceEngineModifiers {
/*
Example:
INSTANCE.register(Blocks.REDSTONE_LAMP.delegate, 1f,
get().register(Blocks.REDSTONE_LAMP.delegate, 1f,
s -> s.getBlock() instanceof RedstoneLampBlock && s.hasProperty(RedstoneLampBlock.LIT) ?
(s.getValue(RedstoneLampBlock.LIT) ? EngineState.ACTIVE : EngineState.VALID) : EngineState.EMPTY);
*/