Skip to content

Commit 20ac586

Browse files
committed
Formatting
1 parent 93d6c97 commit 20ac586

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/therandomlabs/randomtweaks/common/MiscEventHandler.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ public static void onBlockPlaced(BlockEvent.PlaceEvent event) {
442442
if(!BiomeDictionary.getTypes(world.getBiome(pos)).contains(BiomeDictionary.Type.NETHER)) {
443443
return;
444444
}
445+
445446
world.setBlockState(pos, state.withProperty(BlockSponge.WET, false));
446447

447448
world.playSound(

0 commit comments

Comments
 (0)