This commit is contained in:
Pyritie 2025-10-28 13:54:52 +00:00
commit b9932777ce
15 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,8 @@
- Overhauled the recycling recipes and added many more (#1576) @Pyritie
- Added an earlier way to make dough using a normal tfc ceramic/wood bowl @Pyritie
- Added ABS recipe for T2 Rocket Alloy @Xtrial-01
- Changed the color of Rhodium Plated Palladium to be more unique @BlueBoat29
- Changed the Ad Astra planet screen to reflect TFG @BlueBoat29 @Redeix
### Bug fixes
- Fixed part of the tungsten processing loop giving way too much salt (#2095) @Redeix
- Fixed basic super tanks so you can now left/right click with them in GUIs like you can with the others (#2100) @jurrejelle

Binary file not shown.

After

Width:  |  Height:  |  Size: 749 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 629 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 514 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 783 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

View file

@ -407,6 +407,7 @@ const registerGTCEuMaterialModification = (event) => {
GTMaterials.Thorium.setMaterialSecondaryARGB(0xad6d9c)
GTMaterials.GraniteRed.setMaterialARGB(0x974B3C)
GTMaterials.GraniteRed.setMaterialSecondaryARGB(0x632117)
GTMaterials.RhodiumPlatedPalladium.setMaterialARGB(0xFFC2EC)
global.MINECRAFT_DYE_NAMES.forEach(colorName => {