Sulfur isn't that common settle down (#184)

This commit is contained in:
Niels Pilgaard Grøndahl 2021-01-29 17:46:32 +01:00 committed by GitHub
parent 64fb7483bc
commit 4b62cd174f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,7 +102,7 @@ public final class ModRecipes {
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/sapphire", 40);
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/amber", 150);
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/resonating", 50);
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/sulfur", 3000);
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/sulfur", 600);
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/saltpeter", 250);
ore(NaturesAuraAPI.NETHER_ORES, "ores/firestone", 30);
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/salt", 2900);