Cultures spawning
This commit is contained in:
parent
945a322b53
commit
a549f52527
9 changed files with 45 additions and 0 deletions
|
@ -27,6 +27,7 @@ public class LushAuroraCaveBiome extends EndCaveBiome {
|
|||
this.addFloorFeature(EndFeatures.END_STONE_STALAGMITE_CAVEMOSS, 5);
|
||||
|
||||
this.addCeilFeature(EndFeatures.CAVE_BUSH, 1);
|
||||
this.addCeilFeature(EndFeatures.CAVE_PUMPKIN, 1);
|
||||
this.addCeilFeature(EndFeatures.RUBINEA, 3);
|
||||
this.addCeilFeature(EndFeatures.END_STONE_STALACTITE_CAVEMOSS, 10);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue