big tidying of startup scripts!

This commit is contained in:
Pyritie 2025-12-01 23:39:42 +00:00
parent bda35f7f6c
commit 0916fd2e21
50 changed files with 2767 additions and 2841 deletions

View file

@ -3,6 +3,16 @@
const registerTFGNuclearMaterials = (event) => {
// Fission Component
event.create('tfg:tetrafluoroethane')
.fluid()
.gem()
.flags(GTMaterialFlags.DISABLE_MATERIAL_RECIPES, GTMaterialFlags.DISABLE_DECOMPOSITION)
.iconSet(GTMaterialIconSet.QUARTZ)
.components('2x carbon', '2x hydrogen', '4x fluorine')
.color(0x46702e)
/* event.create('mysterious_ooze')
.fluid()
.color(0x500bbf)
@ -205,15 +215,6 @@ const registerTFGNuclearMaterials = (event) => {
.color(0x694c66)
.radioactiveHazard(1000)
event.create("ostrum_iodide")
.ingot()
.components('2x ostrum', 'iodine')
.blastTemp(3700, 'mid', GTValues.VA[GTValues.IV], (20*120))
.iconSet(GTMaterialIconSet.BRIGHT)
.flags(GTMaterialFlags.GENERATE_GEAR)
.color(0xc696f2)
.secondaryColor(0x9b99ff)
//#endregion
};