Fixes
This commit is contained in:
parent
334e8d4c08
commit
6564429aa1
1 changed files with 5 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue