From a2662d621cdaf3e96889b139282d9a2583c2f32f Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 4 Feb 2026 22:56:28 +0000 Subject: [PATCH] fixed plutonium ores existing --- kubejs/startup_scripts/gtceu/material_modification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubejs/startup_scripts/gtceu/material_modification.js b/kubejs/startup_scripts/gtceu/material_modification.js index c16fd2c04..4efcece0b 100644 --- a/kubejs/startup_scripts/gtceu/material_modification.js +++ b/kubejs/startup_scripts/gtceu/material_modification.js @@ -412,7 +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) + GTMaterials.Plutonium239.getProperties().removeProperty(PropertyKey.ORE) // Color Adjustments GTMaterials.BismuthBronze.setMaterialARGB(0x5A966E)