renamed thorium
This commit is contained in:
parent
51cbadb505
commit
502751fb72
5 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue