Skip to content

Commit

Permalink
fix: aa
Browse files Browse the repository at this point in the history
  • Loading branch information
Zepalesque committed Jun 5, 2024
1 parent dd1eed6 commit 818b80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/zepalesque/redux/block/ReduxBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public class ReduxBlocks extends ReduxBlockBuilders {
false
));

public static final DeferredBlock<Block> LOCKED_RUNELIGHT = register("runelight", () ->
public static final DeferredBlock<Block> LOCKED_RUNELIGHT = register("locked_runelight", () ->
new RunelightBlock(Properties.of()
.mapColor(state -> state.getValue(BaseLitBlock.LIT) ? MapColor.COLOR_LIGHT_BLUE : MapColor.LAPIS)
.lightLevel(state -> state.getValue(BaseLitBlock.LIT) ? 13 : 1)
Expand Down

0 comments on commit 818b80f

Please sign in to comment.