Fixes & textures

This commit is contained in:
paulevsGitch 2021-03-21 04:13:18 +03:00
parent a549f52527
commit 4ceda82bfb
24 changed files with 301 additions and 102 deletions

View file

@ -29,6 +29,7 @@ public class LushAuroraCaveBiome extends EndCaveBiome {
this.addCeilFeature(EndFeatures.CAVE_BUSH, 1);
this.addCeilFeature(EndFeatures.CAVE_PUMPKIN, 1);
this.addCeilFeature(EndFeatures.RUBINEA, 3);
this.addCeilFeature(EndFeatures.MAGNULA, 1);
this.addCeilFeature(EndFeatures.END_STONE_STALACTITE_CAVEMOSS, 10);
}