From 6b1d56bc79e3fd2097ee4a344185cab907c94e2f Mon Sep 17 00:00:00 2001 From: bconlon Date: Wed, 30 Dec 2020 21:01:08 -0800 Subject: [PATCH] Tweaked ores slightly so they aren't all the same rarity. --- .../the_aether/world/biome/AetherBiomeDecorator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/gildedgames/the_aether/world/biome/AetherBiomeDecorator.java b/src/main/java/com/gildedgames/the_aether/world/biome/AetherBiomeDecorator.java index 8271127..be87b3b 100644 --- a/src/main/java/com/gildedgames/the_aether/world/biome/AetherBiomeDecorator.java +++ b/src/main/java/com/gildedgames/the_aether/world/biome/AetherBiomeDecorator.java @@ -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);