Skip to content

Instantly share code, notes, and snippets.

@Nathan22211
Last active June 2, 2020 16:25
Show Gist options
  • Save Nathan22211/47b13c3806e570c88b22a05f49743cce to your computer and use it in GitHub Desktop.
Save Nathan22211/47b13c3806e570c88b22a05f49743cce to your computer and use it in GitHub Desktop.
#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