Lantern fix

This commit is contained in:
paulevsGitch 2020-12-20 20:10:47 +03:00
parent 6cfb577161
commit 5947e154ff

View file

@ -28,7 +28,7 @@ public class BlockLantern extends BlockBaseNotFull implements Waterloggable, Flu
}
public BlockLantern(FabricBlockSettings settings) {
super(settings);
super(settings.nonOpaque());
}
@Override