Skip to content

Commit

Permalink
Add Maganese and Orichalcum
Browse files Browse the repository at this point in the history
Also fix some recipes
  • Loading branch information
Dragon-Seeker committed Aug 18, 2022
1 parent 67276a2 commit aec2e0f
Show file tree
Hide file tree
Showing 15 changed files with 149 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"condition": "fabric:item_tags_populated",
"values": [
"c:antimony_ores",
"c:raw_antimony_ores",
"c:antimony_ingots"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@
{
"condition": "fabric:item_tags_populated",
"values": [
"c:iridiun_ores",
"c:iridiun_ingots"
"c:iridium_ores",
"c:iridium_ingots"
]
}
],
"type": "alloy_forgery:forging",
"inputs": [
{
"tag": "c:iridiun_ores"
"tag": "c:iridium_ores"
}
],
"output": {
"priority": [
"techreborn:iridiun_ingot",
"modern_industrialization:iridiun_ingot"
"techreborn:iridium_ingot",
"modern_industrialization:iridium_ingot"
],
"default": "c:iridiun_ingots",
"default": "c:iridium_ingots",
"count": 2
},
"overrides": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
],
"output": {
"priority": [
"techreborn:iridiun_ingot",
"modern_industrialization:iridiun_ingot"
"techreborn:iridium_ingot",
"modern_industrialization:iridium_ingot"
],
"default": "c:iridium_ingots",
"count": 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"condition": "fabric:item_tags_populated",
"values": [
"c:lead_ores",
"c:raw_lead_ores",
"c:lead_ingots"
]
}
Expand All @@ -21,7 +21,7 @@
"indrev:lead_ingot",
"modern_industrialization:lead_ingot"
],
"default": "c:tin_ingots",
"default": "c:lead_ingots",
"count": 3
},
"overrides": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:manganese_ores",
"c:manganese_ingots"
]
}
],
"type": "alloy_forgery:forging",
"inputs": [
{
"tag": "c:manganese_ores"
}
],
"output": {
"priority": [
"mythicmetals:manganese_ingot",
"modern_industrialization:manganese_ingot"
],
"default": "c:manganese_ingots",
"count": 2
},
"overrides": {
"2": {
"count": 3
},
"3+": {
"count": 4
}
},
"min_forge_tier": 1,
"fuel_per_tick": 5
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:raw_manganese_ores",
"c:manganese_ingots"
]
}
],
"type": "alloy_forgery:forging",
"inputs": [
{
"tag": "c:raw_manganese_ores",
"count": 2
}
],
"output": {
"priority": [
"mythicmetals:manganese_ingot",
"modern_industrialization:manganese_ingot"
],
"default": "c:manganese_ingots",
"count": 3
},
"overrides": {
"2+": {
"count": 4
}
},
"min_forge_tier": 1,
"fuel_per_tick": 5
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
},
"overrides": {
"3+": {
"id": "mythicmetals:mythril_ingot",
"count": 3
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:orichalcum_ores",
"c:orichalcum_ingots"
]
}
],
"type": "alloy_forgery:forging",
"inputs": [
{
"tag": "c:orichalcum_ores"
}
],
"output": {
"priority": [
"mythicmetals:orichalcum_ingot"
],
"default": "c:orichalcum_ingots",
"count": 2
},
"overrides": {
"3+": {
"count": 3
}
},
"min_forge_tier": 2,
"fuel_per_tick": 10
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"fabric:load_conditions": [
{
"condition": "fabric:item_tags_populated",
"values": [
"c:raw_orichalcum_ores",
"c:orichalcum_ingots"
]
}
],
"type": "alloy_forgery:forging",
"inputs": [
{
"tag": "c:raw_orichalcum_ores",
"count": 2
}
],
"output": {
"priority": [
"mythicmetals:orichalcum_ingot"
],
"default": "c:orichalcum_ingots",
"count": 2
},
"overrides": {
"3+": {
"count": 3
}
},
"min_forge_tier": 2,
"fuel_per_tick": 10
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"condition": "fabric:item_tags_populated",
"values": [
"c:platinum_ores",
"c:raw_platinum_ores",
"c:platinum_ingots"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"condition": "fabric:item_tags_populated",
"values": [
"c:silver_ores",
"c:raw_silver_ores",
"c:silver_ingots"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"condition": "fabric:item_tags_populated",
"values": [
"c:tin_ores",
"c:raw_tin_ores",
"c:tin_ingots"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"condition": "fabric:item_tags_populated",
"values": [
"c:titanium_ores",
"c:raw_titanium_ores",
"c:titanium_ingots"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"condition": "fabric:item_tags_populated",
"values": [
"c:tungsten_ores",
"c:raw_tungsten_ores",
"c:tungsten_ingots"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"condition": "fabric:item_tags_populated",
"values": [
"c:zinc_ores",
"c:raw_zinc_ores",
"c:zinc_ingots"
]
}
Expand All @@ -19,7 +19,7 @@
"priority": [
"techreborn:zinc_ingot"
],
"default": "c:tin_ingots",
"default": "c:zinc_ingots",
"count": 3
},
"overrides": {
Expand Down

0 comments on commit aec2e0f

Please sign in to comment.