Last active
June 2, 2020 16:25
-
-
Save Nathan22211/47b13c3806e570c88b22a05f49743cce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#iron | |
mods.tconstruct.Melting.removeRecipe(<liquid:iron>, <minecraft:iron_ore>); | |
mods.rockhounding_oretiers.Bloomery.remove(<minecraft:iron_ore>); | |
mods.rockhounding_oretiers.Bloomery.remove(<rockhounding_oretiers:iron_ores:*>); | |
#copper | |
mods.tconstruct.Melting.removeRecipe(<liquid:copper>, <thermalfoundation:ore:0>); | |
mods.rockhounding_oretiers.Bloomery.add(<thermalfoundation:ore:0>, <liquid:copper>, 500, <thermalfoundation:material:128>); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment