Skip to content

Commit

Permalink
fix(recipes): ✏️fix [Charged Certus Quartz Ore] wrong result with [Al…
Browse files Browse the repository at this point in the history
…chemist's Stone]
  • Loading branch information
Krutoy242 committed Jun 11, 2024
1 parent 13dda7b commit ae233d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/category/oredict.zs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ add(<ore:blockCoalCoke>, <thermalfoundation:storage_resource:1>);
// Certus Quartz
addItems(<ore:crystalCertus>, [<appliedenergistics2:material>, <appliedenergistics2:material:1>, <appliedenergistics2:material:10>]);
addItems(<ore:blockCertusQuartz>, [<appliedenergistics2:quartz_block>, <appliedenergistics2:quartz_pillar>, <appliedenergistics2:chiseled_quartz_block>]);
remove(<ore:oreCertusQuartz>, <appliedenergistics2:charged_quartz_ore>);

// Iridium
add(<ore:ingotIridium>, <ic2:misc_resource:1>);
Expand Down

0 comments on commit ae233d6

Please sign in to comment.