From 14d38ae24a48f09325b66c373d0ee9141d204459 Mon Sep 17 00:00:00 2001 From: tracer4b <61507029+tracer4b@users.noreply.github.com> Date: Thu, 1 Sep 2022 22:55:57 +0800 Subject: [PATCH] fix projred oredicts --- overrides/scripts/ProjectRed.zs | 5 +---- overrides/scripts/_oreDict.zs | 13 ++++++++++++- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/overrides/scripts/ProjectRed.zs b/overrides/scripts/ProjectRed.zs index 207f624..986b86f 100644 --- a/overrides/scripts/ProjectRed.zs +++ b/overrides/scripts/ProjectRed.zs @@ -3,8 +3,6 @@ import crafttweaker.item.IItemStack; val toRemove = [ , //Electrotine Alloy Ingot , //Electrotine - , //Ruby - , //Sapphire , //Peridot , //Red Iron Compound , //Electrotine Iron Compound @@ -23,8 +21,7 @@ val toRemove = [ , //Low Load Power Line , //Framed Low Load Power Line , //Sandy Coal Compound - , //Silicon Boule - , //Silicon + , //Silicon , //Red Silicon Compound //Glowing Silicon Compound ] as IItemStack[]; diff --git a/overrides/scripts/_oreDict.zs b/overrides/scripts/_oreDict.zs index 442c875..f01e5a0 100644 --- a/overrides/scripts/_oreDict.zs +++ b/overrides/scripts/_oreDict.zs @@ -1257,7 +1257,8 @@ var miscDisabled as IItemStack[][IOreDictEntry] = { , , , - + , + ], #Arsenic @@ -1288,6 +1289,16 @@ var miscDisabled as IItemStack[][IOreDictEntry] = { #stickLongPlutonium : [ // + ], + + #gemRuby + : [ + + ], + + #gemSapphire + : [ + ] };