Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
|
|
@ -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
|
||||
|
|
|
|||
BIN
kubejs/assets/ad_astra/textures/environment/earth.png
Normal file
|
After Width: | Height: | Size: 749 B |
BIN
kubejs/assets/ad_astra/textures/environment/mars.png
Normal file
|
After Width: | Height: | Size: 629 B |
BIN
kubejs/assets/ad_astra/textures/environment/mercury.png
Normal file
|
After Width: | Height: | Size: 570 B |
BIN
kubejs/assets/ad_astra/textures/environment/venus.png
Normal file
|
After Width: | Height: | Size: 514 B |
|
After Width: | Height: | Size: 4.4 KiB |
BIN
kubejs/assets/gtceu/textures/block/casings/voltage/luv/side.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
kubejs/assets/gtceu/textures/block/casings/voltage/luv/top.png
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
kubejs/assets/tfg/textures/gui/asteroid_belt.png
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
kubejs/assets/tfg/textures/gui/europa_orbit.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
kubejs/assets/tfg/textures/gui/jupiter_planet.png
Normal file
|
After Width: | Height: | Size: 783 B |
BIN
kubejs/assets/tfg/textures/gui/mercury.png
Normal file
|
After Width: | Height: | Size: 570 B |
BIN
kubejs/assets/tfg/textures/gui/mercury_belt.png
Normal file
|
After Width: | Height: | Size: 2 KiB |
BIN
kubejs/assets/tfg/textures/gui/moon_orbit.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
|
|
@ -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 => {
|
||||
|
|
|
|||