From 612075eb49c385206ad6fab02f288348574bb717 Mon Sep 17 00:00:00 2001 From: tracer4b <61507029+tracer4b@users.noreply.github.com> Date: Tue, 9 Aug 2022 23:34:38 +0800 Subject: [PATCH] move ingot replacements to oredict.zs --- overrides/scripts/ProjectRed.zs | 4 ---- overrides/scripts/_oreDict.zs | 8 ++++++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/overrides/scripts/ProjectRed.zs b/overrides/scripts/ProjectRed.zs index 6730187..c5ac931 100644 --- a/overrides/scripts/ProjectRed.zs +++ b/overrides/scripts/ProjectRed.zs @@ -1,10 +1,6 @@ import crafttweaker.item.IItemStack; val toRemove = [ - , //Copper Ingot - , //Tin Ingot - , //Silver Ingot - , //Red Alloy Ingot , //Electrotine Alloy Ingot , //Electrotine , //Ruby diff --git a/overrides/scripts/_oreDict.zs b/overrides/scripts/_oreDict.zs index aa7c374..ef15caf 100644 --- a/overrides/scripts/_oreDict.zs +++ b/overrides/scripts/_oreDict.zs @@ -580,6 +580,7 @@ var ingotsDisabled as IItemStack[][IOreDictEntry] = { : [ , , + // ], @@ -695,7 +696,8 @@ var ingotsDisabled as IItemStack[][IOreDictEntry] = { #ingotRedstoneAlloy : [ - + , + ], #ingotSignalum @@ -712,6 +714,7 @@ var ingotsDisabled as IItemStack[][IOreDictEntry] = { : [ , , + // ], @@ -728,7 +731,8 @@ var ingotsDisabled as IItemStack[][IOreDictEntry] = { #ingotSilver : [ , - + , + ], #ingotSilicon