Lantern fix
This commit is contained in:
parent
02b63e0f98
commit
6cfb577161
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue