Lantern fix
This commit is contained in:
parent
6cfb577161
commit
5947e154ff
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ public class BlockLantern extends BlockBaseNotFull implements Waterloggable, Flu
|
|||
}
|
||||
|
||||
public BlockLantern(FabricBlockSettings settings) {
|
||||
super(settings);
|
||||
super(settings.nonOpaque());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue