thorium coloring

This commit is contained in:
Pyritie 2025-10-12 02:18:35 +01:00
parent 49b290772c
commit 6722af3f16
3 changed files with 6 additions and 6 deletions

View file

@ -400,8 +400,8 @@ const registerGTCEuMaterialModification = (event) => {
GTMaterials.Platinum.setMaterialSecondaryARGB(0x59563a)
GTMaterials.Nickel.setMaterialARGB(0xfff4ba)
GTMaterials.Nickel.setMaterialSecondaryARGB(0x8d8d71)
GTMaterials.Thorium.setMaterialARGB(0xf8a8c0)
GTMaterials.Thorium.setMaterialSecondaryARGB(0xcd8dbc)
GTMaterials.Thorium.setMaterialARGB(0xc898a0)
GTMaterials.Thorium.setMaterialSecondaryARGB(0xad6d9c)
GTMaterials.GraniteRed.setMaterialARGB(0x974B3C)
GTMaterials.GraniteRed.setMaterialSecondaryARGB(0x632117)

View file

@ -71,7 +71,7 @@ const registerGTCEuRecipeTypes = (event) => {
event.create('ostrum_linear_accelerator')
.category('ostrum_linear_accelerator')
.setEUIO('in')
.setMaxIOSize(1, 6, 3, 3)
.setMaxIOSize(1, 3, 3, 3)
.setSlotOverlay(false, false, GuiTextures.EXTRACTOR_OVERLAY)
.setProgressBar(GuiTextures.PROGRESS_BAR_EXTRACT, FillDirection.LEFT_TO_RIGHT)
.setSound(GTSoundEntries.BATH)

View file

@ -195,7 +195,8 @@ const registerTFGNuclearMaterials = (event) => {
.element(GTElements.get("thorium_230"))
.iconSet(GTMaterialIconSet.RADIOACTIVE)
.flags(GTMaterialFlags.GENERATE_ROD)
.color(0x694c66)
.color(0xf8a8c0)
.secondaryColor(0xcd8dbc)
.radioactiveHazard(1000000)
event.create("thorium_232")
@ -203,8 +204,7 @@ const registerTFGNuclearMaterials = (event) => {
.element(GTElements.get("thorium_232"))
.iconSet(GTMaterialIconSet.METALLIC)
.flags(GTMaterialFlags.GENERATE_ROD)
.color(0xf8a8c0)
.secondaryColor(0xcd8dbc)
.color(0x694c66)
.radioactiveHazard(1000)
//#endregion