From f82294e08a646b57cc2982a3c51851895b93bf17 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 7 Jul 2025 19:44:41 +0100 Subject: [PATCH] removed sunsets in all orbits, cleaned up the dim files --- .../planet_renderers/glacio_orbit.json | 111 ++++++++++++++++++ .../ad_astra/planet_renderers/mars_orbit.json | 93 +++++++++++++++ .../planet_renderers/mercury_orbit.json | 93 +++++++++++++++ .../ad_astra/planet_renderers/moon_orbit.json | 111 ++++++++++++++++++ .../planet_renderers/venus_orbit.json | 93 +++++++++++++++ .../data/ad_astra/dimension/earth_orbit.json | 11 -- kubejs/data/tfg/dimension_type/orbit.json | 25 ---- 7 files changed, 501 insertions(+), 36 deletions(-) create mode 100644 kubejs/assets/ad_astra/planet_renderers/glacio_orbit.json create mode 100644 kubejs/assets/ad_astra/planet_renderers/mars_orbit.json create mode 100644 kubejs/assets/ad_astra/planet_renderers/mercury_orbit.json create mode 100644 kubejs/assets/ad_astra/planet_renderers/moon_orbit.json create mode 100644 kubejs/assets/ad_astra/planet_renderers/venus_orbit.json delete mode 100644 kubejs/data/ad_astra/dimension/earth_orbit.json delete mode 100644 kubejs/data/tfg/dimension_type/orbit.json diff --git a/kubejs/assets/ad_astra/planet_renderers/glacio_orbit.json b/kubejs/assets/ad_astra/planet_renderers/glacio_orbit.json new file mode 100644 index 000000000..2c8ae1d37 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/glacio_orbit.json @@ -0,0 +1,111 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:glacio_orbit", + "has_fog": false, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 27.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 9.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -3221524, + "back_light_scale": 240.0, + "blend": false, + "global_rotation": [ + 180.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 80.0, + "texture": "ad_astra:textures/environment/glacio.png" + }, + { + "back_light_color": -6861640, + "back_light_scale": 150.0, + "blend": false, + "global_rotation": [ + 60.0, + 0.0, + 5.0 + ], + "local_rotation": [ + 0.0, + 0.0, + -5.0 + ], + "movement_type": "STATIC", + "scale": 50.0, + "texture": "ad_astra:textures/environment/vicinus.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 90, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/mars_orbit.json b/kubejs/assets/ad_astra/planet_renderers/mars_orbit.json new file mode 100644 index 000000000..3651278d6 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/mars_orbit.json @@ -0,0 +1,93 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:mars_orbit", + "has_fog": false, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 21.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 7.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -4827861, + "back_light_scale": 240.0, + "blend": false, + "global_rotation": [ + 180.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 80.0, + "texture": "ad_astra:textures/environment/mars.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 90, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/mercury_orbit.json b/kubejs/assets/ad_astra/planet_renderers/mercury_orbit.json new file mode 100644 index 000000000..2bb157cc1 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/mercury_orbit.json @@ -0,0 +1,93 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:mercury_orbit", + "has_fog": false, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 66.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 22.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -5543543, + "back_light_scale": 240.0, + "blend": false, + "global_rotation": [ + 180.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 80.0, + "texture": "ad_astra:textures/environment/mercury.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 90, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/moon_orbit.json b/kubejs/assets/ad_astra/planet_renderers/moon_orbit.json new file mode 100644 index 000000000..5db498c8d --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/moon_orbit.json @@ -0,0 +1,111 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:moon_orbit", + "has_fog": false, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 27.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 9.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -5261108, + "back_light_scale": 240.0, + "blend": false, + "global_rotation": [ + 180.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 80.0, + "texture": "ad_astra:textures/environment/moon.png" + }, + { + "back_light_color": -12813094, + "back_light_scale": 42.0, + "blend": false, + "global_rotation": [ + 80.0, + 0.0, + 30.0 + ], + "local_rotation": [ + 0.0, + -5.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 14.0, + "texture": "ad_astra:textures/environment/earth.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 90, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/assets/ad_astra/planet_renderers/venus_orbit.json b/kubejs/assets/ad_astra/planet_renderers/venus_orbit.json new file mode 100644 index 000000000..9b365ed07 --- /dev/null +++ b/kubejs/assets/ad_astra/planet_renderers/venus_orbit.json @@ -0,0 +1,93 @@ +{ + "custom_clouds": true, + "custom_sky": true, + "custom_weather": false, + "dimension": "ad_astra:venus_orbit", + "has_fog": false, + "has_thick_fog": false, + "render_in_rain": true, + "sky_renderables": [ + { + "back_light_color": -39, + "back_light_scale": 42.0, + "blend": false, + "global_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "TIME_OF_DAY", + "scale": 14.0, + "texture": "ad_astra:textures/environment/sun.png" + }, + { + "back_light_color": -801674, + "back_light_scale": 240.0, + "blend": false, + "global_rotation": [ + 180.0, + 0.0, + 0.0 + ], + "local_rotation": [ + 0.0, + 0.0, + 0.0 + ], + "movement_type": "STATIC", + "scale": 80.0, + "texture": "ad_astra:textures/environment/venus.png" + } + ], + "star_brightness": 0.6, + "star_colors": [ + { + "data": -1447239681, + "weight": 3 + }, + { + "data": -1143472129, + "weight": 5 + }, + { + "data": -726785, + "weight": 100 + }, + { + "data": -3038977, + "weight": 80 + }, + { + "data": -7697665, + "weight": 150 + }, + { + "data": -12254977, + "weight": 10 + }, + { + "data": -2817, + "weight": 60 + }, + { + "data": -464897, + "weight": 40 + }, + { + "data": -256, + "weight": 20 + }, + { + "data": -65536, + "weight": 1 + } + ], + "stars": 13000, + "sunrise_angle": 90, + "sunrise_color": 0 +} \ No newline at end of file diff --git a/kubejs/data/ad_astra/dimension/earth_orbit.json b/kubejs/data/ad_astra/dimension/earth_orbit.json deleted file mode 100644 index b77acf637..000000000 --- a/kubejs/data/ad_astra/dimension/earth_orbit.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "type": "tfg:orbit", - "generator": { - "type": "minecraft:noise", - "biome_source": { - "type": "minecraft:fixed", - "biome": "ad_astra:orbit" - }, - "settings": "ad_astra:orbit" - } -} \ No newline at end of file diff --git a/kubejs/data/tfg/dimension_type/orbit.json b/kubejs/data/tfg/dimension_type/orbit.json deleted file mode 100644 index fe839f92c..000000000 --- a/kubejs/data/tfg/dimension_type/orbit.json +++ /dev/null @@ -1,25 +0,0 @@ -{ - "ambient_light": 0.0, - "bed_works": true, - "coordinate_scale": 1.0, - "effects": "ad_astra:earth_orbit", - "has_ceiling": false, - "has_raids": false, - "has_skylight": true, - "height": 384, - "infiniburn": "#minecraft:infiniburn_overworld", - "logical_height": 384, - "min_y": -64, - "monster_spawn_block_light_limit": 0, - "monster_spawn_light_level": { - "type": "minecraft:uniform", - "value": { - "max_inclusive": 7, - "min_inclusive": 0 - } - }, - "natural": true, - "piglin_safe": false, - "respawn_anchor_works": false, - "ultrawarm": false -} \ No newline at end of file