tidy colors and isotopes

This commit is contained in:
Pyritie 2026-02-01 19:02:40 +00:00
parent 4db618ff37
commit a74407c10c
4 changed files with 16 additions and 12 deletions

View file

@ -70,8 +70,7 @@ const registerTooltips = (event) => {
event.addAdvanced(['tfg:ostrum_linear_accelerator'], (item, advanced, text) => {
text.add(1, Text.translate('gtceu.tooltip.machine.ostrum_linear_accelerator_1'));
text.add(2, Text.translate('gtceu.tooltip.machine.ostrum_linear_accelerator_2'));
text.add(3, Text.translate('gtceu.tooltip.machine.ostrum_linear_accelerator_3'));
text.add(4, Text.translate('tfg.tooltip.machine.two_energy_hatches'));
text.add(3, Text.translate('tfg.tooltip.machine.two_energy_hatches'));
})
event.addAdvanced(['gtceu:heat_exchanger'], (item, advanced, text) => {
text.add(1, Text.translate('gtceu.tooltip.machine.heat_exchanger_1'));

View file

@ -30,7 +30,7 @@ const registerTFGBlockTagsNuclear = (event) => {
event.add(COMPONENTS_FR, 'tfg:impure_moderate_core_frame'); // Max Heat 5
//event.add(COMPONENTS, 'minecraft:blue_ice'); // Max Heat 0.5
event.add(COMPONENTS_FR, 'minecraft:bedrock'); // Max Heat 10000 CREATIVE BLOCK
//event.add(COMPONENTS_FR, 'minecraft:bedrock'); // Max Heat 10000 CREATIVE BLOCK
// Increase Throttle
//event.add(COMPONENTS_FR, 'minecraft:iron_block');
@ -47,7 +47,7 @@ const registerTFGBlockTagsNuclear = (event) => {
event.add(COMPONENTS_HB, 'minecraft:sand');
event.add(COMPONENTS_HB, 'tfg:impure_moderate_core_frame');
event.add(COMPONENTS_HB, 'tfg:moderate_core_frame');
event.add(COMPONENTS_HB, 'minecraft:bedrock'); // For Creative usage only
//event.add(COMPONENTS_HB, 'minecraft:bedrock'); // For Creative usage only
//#endregion

View file

@ -460,6 +460,9 @@ const registerGTCEuMaterialModification = (event) => {
GTMaterials.Rhenium.setMaterialSecondaryARGB(0x9ccbd6)
GTMaterials.Diamond.setMaterialARGB(0x4AEDD9)
GTMaterials.Diamond.setMaterialSecondaryARGB(0x1AAAA7)
GTMaterials.Boron.setMaterialARGB(0x75BD8D)
GTMaterials.Boron.setMaterialSecondaryARGB(0x013A15)
GTMaterials.Americium.setMaterialARGB(0x284D7B)
// Fluids
global.MINECRAFT_DYE_NAMES.forEach(colorName => {
@ -477,4 +480,6 @@ const registerGTCEuMaterialModification = (event) => {
GTMaterials.Glowstone.setComponents('1x gold', '1x redstone')
GTMaterials.Thorium.setFormula('ThO2')
GTMaterials.Americium.setFormula('Am²⁴³')
GTMaterials.Boron.setFormula('B¹¹')
GTMaterials.Caesium.setFormula('Cs¹³³')
}

View file

@ -200,16 +200,16 @@ const registerTFGNuclearMaterials = (event) => {
.element(GTElements.get("boron_10"))
.iconSet(GTMaterialIconSet.DULL)
.flags(GTMaterialFlags.DISABLE_MATERIAL_RECIPES)
.color(0xf8a8c0)
.secondaryColor(0xcd8dbc)
.color(0xbffdbf)
.secondaryColor(0x6d7058)
event.create('caesium_137')
.dust()
.element(GTElements.get("caesium_137"))
.iconSet(GTMaterialIconSet.METALLIC)
.iconSet(GTMaterialIconSet.SHINY)
.flags(GTMaterialFlags.DISABLE_MATERIAL_RECIPES)
.color(0xB6FF00)
.secondaryColor(0x9FAFB2)
.color(0xFCB65C)
.secondaryColor(0x55461B)
event.create('tfg:boron_thrichloride')
.gas(new GTFluidBuilder().state(GTFluidState.GAS).attribute(GTFluidAttributes.ACID).temperature(380))
@ -324,8 +324,8 @@ const registerTFGNuclearMaterials = (event) => {
.element(GTElements.get("americium_241"))
.iconSet(GTMaterialIconSet.RADIOACTIVE)
.flags(GTMaterialFlags.GENERATE_ROD)
.color(0x10B193)
.secondaryColor(0x66ff00)
.color(0x648ABA)
.secondaryColor(0x999900)
.radioactiveHazard(1000000)
event.create('neptunium_237')
@ -343,7 +343,7 @@ const registerTFGNuclearMaterials = (event) => {
.iconSet(GTMaterialIconSet.RADIOACTIVE)
.flags(GTMaterialFlags.GENERATE_ROD)
.color(0xffba00)
.secondaryColor(0x66ff00)
.secondaryColor(0xA85A12)
.radioactiveHazard(10000000)
//#endregion