mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-16 06:51:56 +01:00
Update FurnaceEngineModifiers.java
This commit is contained in:
parent
2f35b76f1a
commit
67d2d12c9b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue