From d0705e84f1e6add9ca624a15eff34be5687dff73 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 4 Feb 2026 22:39:20 +0000 Subject: [PATCH] remove plutonium ore --- kubejs/startup_scripts/gtceu/material_modification.js | 1 + 1 file changed, 1 insertion(+) diff --git a/kubejs/startup_scripts/gtceu/material_modification.js b/kubejs/startup_scripts/gtceu/material_modification.js index c6b02e729..c16fd2c04 100644 --- a/kubejs/startup_scripts/gtceu/material_modification.js +++ b/kubejs/startup_scripts/gtceu/material_modification.js @@ -412,6 +412,7 @@ const registerGTCEuMaterialModification = (event) => { GTMaterials.Glass.getProperties().removeProperty(PropertyKey.GEM) GTMaterials.Thorium.getProperties().removeProperty(PropertyKey.INGOT) GTMaterials.Thorium.getProperties().removeProperty(PropertyKey.FLUID) + GTMaterials.Plutonium.getProperties().removeProperty(PropertyKey.ORE) // Color Adjustments GTMaterials.BismuthBronze.setMaterialARGB(0x5A966E)