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) {

View file

@ -26,7 +26,7 @@ public class OldBulbisGardens extends EndBiome {
SoundEvent mood = biome.getMoodSound().get().getSound();
BiomeDefinition def = new BiomeDefinition("old_bulbis_gardens")
.setFogColor(215, 132, 182)
.setFogColor(215, 132, 207)
.setFogDensity(1.8F)
.setWaterAndFogColor(40, 0, 56)
.setFoliageColor(122, 17, 155)