Lantern fix

This commit is contained in:
paulevsGitch 2020-12-20 17:48:41 +03:00
parent 02b63e0f98
commit 6cfb577161
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ public class BlockLantern extends BlockBaseNotFull implements Waterloggable, Flu
public static final BooleanProperty WATERLOGGED = Properties.WATERLOGGED;
public BlockLantern(Block source) {
this(FabricBlockSettings.copyOf(source).luminance(15));
this(FabricBlockSettings.copyOf(source).luminance(15).nonOpaque());
}
public BlockLantern(FabricBlockSettings settings) {