Skip to content

Commit

Permalink
Fixes #1751
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Oct 1, 2020
1 parent 18d33d8 commit 840c46f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/Mekanism.zs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import mods.jei.JEI.removeAndHide as rh;
import crafttweaker.item.IItemStack as IItemStack;
#modloaded mekanism

# Nether Aluminium Ore -> Aluminium instead of Bauxite
mods.mekanism.smelter.removeRecipe(<netherendingores:ore_nether_modded_1>, <immersiveengineering:ore:1>);
mods.mekanism.smelter.addRecipe(<netherendingores:ore_nether_modded_1>, <thermalfoundation:ore:4>);

# The Combiner can dupe a bunch of stuff, so we're removing it.
mods.mekanism.combiner.removeAllRecipes();
Expand Down

0 comments on commit 840c46f

Please sign in to comment.