Skip to content

Commit

Permalink
Fix #1004: Allow any raw platinum in platinum sulfuric solution recipe (
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n authored Jan 17, 2025
1 parent 3afe997 commit ed55221
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"type": "modern_industrialization:chemical_reactor",
"eu": 8,
"duration": 200,
"item_inputs" : [
{"item" : "modern_industrialization:raw_platinum",
"amount": 1}
],
"item_inputs": {
"tag" : "c:raw_materials/platinum",
"amount": 1
},
"fluid_inputs" : {
"fluid" : "modern_industrialization:sulfuric_acid",
"amount": 9000
Expand Down

0 comments on commit ed55221

Please sign in to comment.