This commit is contained in:
paulevsGitch 2020-11-27 00:21:41 +03:00
parent 334e8d4c08
commit 6564429aa1

View file

@ -113,8 +113,11 @@ public class EndFeatures {
addFeature(FLAVOLITE_LAYER, features);
addFeature(ENDER_ORE, features);
if (!id.getPath().equals("blossoming_spires")) {
addFeature(ROUND_CAVE_RARE, features);
addFeature(CAVE_GRASS, features);
}
EndBiome endBiome = EndBiomes.getBiome(id);
EndFeature feature = endBiome.getStructuresFeature();