Added Back Biome-Check for Cave Features

This commit is contained in:
Frank 2022-07-09 22:54:23 +02:00
parent faa94911ef
commit e0ad076de5

View file

@ -115,6 +115,7 @@ public class EndCaveBiome extends EndBiome {
.place()
.decoration(GenerationStep.Decoration.UNDERGROUND_DECORATION)
.count(1)
.onlyInBiome()
.buildAndRegister();
builder.feature(feature)