Fix missing cave config entries

This commit is contained in:
paulevsGitch 2021-10-26 17:22:39 +03:00
parent ce7a8fc70a
commit 5fd0595a78
3 changed files with 17 additions and 12 deletions

View file

@ -10,7 +10,6 @@ import ru.betterend.registry.EndFeatures;
public class EndBiome extends BCLBiome {
public EndBiome(BCLBiomeDef def) {
super(updateDef(def));
}
public EndBiome(ResourceLocation id, Biome biome, float fogDensity, float genChance, boolean hasCaves) {