Tweaked ores slightly so they aren't all the same rarity.

This commit is contained in:
bconlon 2020-12-30 21:01:08 -08:00
parent 1f23ddf9f0
commit 6b1d56bc79
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ public class AetherBiomeDecorator extends BiomeDecorator {
this.spawnOre(BlocksAether.icestone, 16, 10, 128);
this.spawnOre(BlocksAether.ambrosium_ore, 16, 15, 128);
this.spawnOre(BlocksAether.zanite_ore, 8, 15, 64);
this.spawnOre(BlocksAether.zanite_ore, 8, 12, 64);
this.spawnOre(BlocksAether.gravitite_ore, 6, 8, 32);
this.generateFoilage(BlocksAether.berry_bush);