diff --git a/CHANGELOG.md b/CHANGELOG.md index 14bf1e30b..6ea1ca252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/kubejs/assets/ad_astra/textures/environment/earth.png b/kubejs/assets/ad_astra/textures/environment/earth.png new file mode 100644 index 000000000..5db9b4f72 Binary files /dev/null and b/kubejs/assets/ad_astra/textures/environment/earth.png differ diff --git a/kubejs/assets/ad_astra/textures/environment/mars.png b/kubejs/assets/ad_astra/textures/environment/mars.png new file mode 100644 index 000000000..6035ff4f4 Binary files /dev/null and b/kubejs/assets/ad_astra/textures/environment/mars.png differ diff --git a/kubejs/assets/ad_astra/textures/environment/mercury.png b/kubejs/assets/ad_astra/textures/environment/mercury.png new file mode 100644 index 000000000..d366007f4 Binary files /dev/null and b/kubejs/assets/ad_astra/textures/environment/mercury.png differ diff --git a/kubejs/assets/ad_astra/textures/environment/venus.png b/kubejs/assets/ad_astra/textures/environment/venus.png new file mode 100644 index 000000000..e4e3dd5cc Binary files /dev/null and b/kubejs/assets/ad_astra/textures/environment/venus.png differ diff --git a/kubejs/assets/gtceu/textures/block/casings/voltage/luv/bottom.png b/kubejs/assets/gtceu/textures/block/casings/voltage/luv/bottom.png new file mode 100644 index 000000000..2de9a9530 Binary files /dev/null and b/kubejs/assets/gtceu/textures/block/casings/voltage/luv/bottom.png differ diff --git a/kubejs/assets/gtceu/textures/block/casings/voltage/luv/side.png b/kubejs/assets/gtceu/textures/block/casings/voltage/luv/side.png new file mode 100644 index 000000000..2de9a9530 Binary files /dev/null and b/kubejs/assets/gtceu/textures/block/casings/voltage/luv/side.png differ diff --git a/kubejs/assets/gtceu/textures/block/casings/voltage/luv/top.png b/kubejs/assets/gtceu/textures/block/casings/voltage/luv/top.png new file mode 100644 index 000000000..2de9a9530 Binary files /dev/null and b/kubejs/assets/gtceu/textures/block/casings/voltage/luv/top.png differ diff --git a/kubejs/assets/tfg/textures/gui/asteroid_belt.png b/kubejs/assets/tfg/textures/gui/asteroid_belt.png new file mode 100644 index 000000000..f61aecd87 Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/asteroid_belt.png differ diff --git a/kubejs/assets/tfg/textures/gui/europa_orbit.png b/kubejs/assets/tfg/textures/gui/europa_orbit.png new file mode 100644 index 000000000..6f9bd93e8 Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/europa_orbit.png differ diff --git a/kubejs/assets/tfg/textures/gui/jupiter_planet.png b/kubejs/assets/tfg/textures/gui/jupiter_planet.png new file mode 100644 index 000000000..815ce2522 Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/jupiter_planet.png differ diff --git a/kubejs/assets/tfg/textures/gui/mercury.png b/kubejs/assets/tfg/textures/gui/mercury.png new file mode 100644 index 000000000..d366007f4 Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/mercury.png differ diff --git a/kubejs/assets/tfg/textures/gui/mercury_belt.png b/kubejs/assets/tfg/textures/gui/mercury_belt.png new file mode 100644 index 000000000..2b81f1662 Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/mercury_belt.png differ diff --git a/kubejs/assets/tfg/textures/gui/moon_orbit.png b/kubejs/assets/tfg/textures/gui/moon_orbit.png new file mode 100644 index 000000000..0f90efa2d Binary files /dev/null and b/kubejs/assets/tfg/textures/gui/moon_orbit.png differ diff --git a/kubejs/startup_scripts/gtceu/materials.js b/kubejs/startup_scripts/gtceu/materials.js index 2ff731263..186d44764 100644 --- a/kubejs/startup_scripts/gtceu/materials.js +++ b/kubejs/startup_scripts/gtceu/materials.js @@ -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 => {