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 + : [ + ] };