renamed thorium

This commit is contained in:
Pyritie 2026-01-03 00:20:29 +00:00
parent 51cbadb505
commit 502751fb72
5 changed files with 6 additions and 2 deletions

View file

@ -230,7 +230,8 @@ global.GTCEU_DISABLED_ITEMS = /** @type {const} */ ([
"gtceu:thorium_block",
"gtceu:thorium_plate",
"gtceu:double_thorium_plate",
"gtceu:thorium_rod"
"gtceu:thorium_rod",
"gtceu:thorium_bucket"
]);
//#endregion

View file

@ -459,4 +459,5 @@ const registerGTCEuMaterialModification = (event) => {
GTMaterials.CertusQuartz.setComponents('1x unknown', '1x silicon', '2x oxygen')
GTMaterials.GraniteRed.setComponents([])
GTMaterials.GraniteRed.setFormula("?")
GTMaterials.Thorium.setFormula('ThO2')
}