mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
Sulfur isn't that common settle down (#184)
This commit is contained in:
parent
64fb7483bc
commit
4b62cd174f
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public final class ModRecipes {
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/sapphire", 40);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/sapphire", 40);
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/amber", 150);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/amber", 150);
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/resonating", 50);
|
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.OVERWORLD_ORES, "ores/saltpeter", 250);
|
||||||
ore(NaturesAuraAPI.NETHER_ORES, "ores/firestone", 30);
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/firestone", 30);
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/salt", 2900);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/salt", 2900);
|
||||||
|
|
Loading…
Reference in a new issue