mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 19:58:34 +01:00
added some more nether resources to the powder of the bountiful core
This commit is contained in:
parent
01510fa07a
commit
b63b721237
1 changed files with 9 additions and 1 deletions
|
@ -63,13 +63,21 @@ public final class ModRecipes {
|
||||||
Blocks.MOSSY_STONE_BRICK_WALL.getDefaultState());
|
Blocks.MOSSY_STONE_BRICK_WALL.getDefaultState());
|
||||||
|
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/coal", 5000);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/coal", 5000);
|
||||||
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/nether/coal", 5000);
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/iron", 3000);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/iron", 3000);
|
||||||
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/nether/iron", 3000);
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/gold", 500);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/gold", 500);
|
||||||
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/nether/gold", 500);
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/diamond", 50);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/diamond", 50);
|
||||||
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/nether/diamond", 50);
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/lapis", 250);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/lapis", 250);
|
||||||
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/nether/lapis", 250);
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/redstone", 200);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/redstone", 200);
|
||||||
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/nether/redstone", 200);
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/emerald", 30);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/emerald", 30);
|
||||||
ore(NaturesAuraAPI.NETHER_ORES, "ores/quartz", 3000);
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/nether/emerald", 30);
|
||||||
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/quartz", 8000);
|
||||||
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/netherite_scrap", 30);
|
||||||
|
|
||||||
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/copper", 2000);
|
ore(NaturesAuraAPI.OVERWORLD_ORES, "ores/copper", 2000);
|
||||||
ore(NaturesAuraAPI.NETHER_ORES, "ores/nether/copper", 2000);
|
ore(NaturesAuraAPI.NETHER_ORES, "ores/nether/copper", 2000);
|
||||||
|
|
Loading…
Reference in a new issue