-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Mars + Start on Solar System Planets
- Loading branch information
1 parent
d226be6
commit ca2f6ad
Showing
24 changed files
with
719 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 8 additions & 0 deletions
8
common/src/main/resources/assets/gcyr/gcyr/planet_assets/planet_rings/solar_system/mars.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"galaxy": "gcyr:milky_way", | ||
"solar_system": "gcyr:solar_system", | ||
"texture": "gcyr:textures/sky/mars.png", | ||
"speed": 687, | ||
"scale": 10, | ||
"radius": 4.0 | ||
} |
Binary file added
BIN
+279 Bytes
common/src/main/resources/assets/gcyr/textures/block/mars_regolith.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+656 Bytes
common/src/main/resources/assets/gcyr/textures/block/martian_rock.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+337 Bytes
(200%)
common/src/main/resources/assets/gcyr/textures/block/moon_stone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{ | ||
"type": "gcyr:mars", | ||
"generator": { | ||
"type": "minecraft:noise", | ||
"settings": "gcyr:mars", | ||
"biome_source": { | ||
"type": "minecraft:multi_noise", | ||
"biomes": [ | ||
{ | ||
"biome": "gcyr:martian_wastelands", | ||
"parameters": { | ||
"temperature": -0.5, | ||
"humidity": 0, | ||
"continentalness": 0, | ||
"erosion": 0, | ||
"weirdness": 0, | ||
"depth": 0, | ||
"offset": 0.175 | ||
} | ||
}, | ||
{ | ||
"biome": "gcyr:martian_canyon_creek", | ||
"parameters": { | ||
"temperature": -0.5, | ||
"humidity": 0, | ||
"continentalness": 0, | ||
"erosion": 0, | ||
"weirdness": -0.25, | ||
"depth": 0, | ||
"offset": 0 | ||
} | ||
}, | ||
{ | ||
"biome": "gcyr:martian_polar_caps", | ||
"parameters": { | ||
"temperature": -0.5, | ||
"humidity": 0, | ||
"continentalness": 0, | ||
"erosion": 0, | ||
"weirdness": -0.5, | ||
"depth": 0, | ||
"offset": 0 | ||
} | ||
} | ||
] | ||
} | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
common/src/main/resources/data/gcyr/dimension/mars_orbit.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"type": "gcyr:space", | ||
"generator": { | ||
"type": "gcyr:space" | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
common/src/main/resources/data/gcyr/dimension_type/mars.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"ultrawarm": false, | ||
"natural": true, | ||
"piglin_safe": false, | ||
"respawn_anchor_works": false, | ||
"bed_works": true, | ||
"has_raids": false, | ||
"has_skylight": true, | ||
"has_ceiling": false, | ||
"coordinate_scale": 1, | ||
"ambient_light": 0, | ||
"logical_height": 384, | ||
"infiniburn": "#minecraft:infiniburn_overworld", | ||
"min_y": -64, | ||
"height": 384, | ||
"monster_spawn_block_light_limit": 0, | ||
"monster_spawn_light_level": { | ||
"type": "minecraft:uniform", | ||
"value": { | ||
"min_inclusive": 0, | ||
"max_inclusive": 7 | ||
} | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
common/src/main/resources/data/gcyr/gcyr/planets/mars.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{ | ||
"translation": "level.gcyr.mars", | ||
"galaxy": "gcyr:milky_way", | ||
"solar_system": "gcyr:solar_system", | ||
"world": "gcyr:mars", | ||
"orbit_world": "gcyr:mars_orbit", | ||
"rocket_tier": 2, | ||
"gravity": 3.72076, | ||
"has_atmosphere": true, | ||
"days_in_year": 687, | ||
"temperature": -65, | ||
"solar_power": 11, | ||
"orbit_solar_power": 13, | ||
"has_oxygen": false, | ||
"button_color": 4289243304 | ||
} |
32 changes: 32 additions & 0 deletions
32
common/src/main/resources/data/gcyr/worldgen/biome/martian_canyon_creek.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"temperature": 0.8, | ||
"downfall": 0, | ||
"has_precipitation": false, | ||
"effects": { | ||
"sky_color": 15117444, | ||
"fog_color": 15117444, | ||
"water_color": 4159204, | ||
"water_fog_color": 329011, | ||
"grass_color": 9551193, | ||
"foliage_color": 7842607 | ||
}, | ||
"creature_spawn_probability": 0.2, | ||
"spawners": { | ||
}, | ||
"spawn_costs": { | ||
}, | ||
"carvers": { | ||
"air": [ | ||
"minecraft:cave", | ||
"minecraft:cave_extra_underground", | ||
"minecraft:canyon" | ||
] | ||
}, | ||
"features": [ | ||
[ | ||
"minecraft:large_dripstone", | ||
"minecraft:dripstone_cluster", | ||
"minecraft:pointed_dripstone" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
common/src/main/resources/data/gcyr/worldgen/biome/martian_polar_caps.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"temperature": -0.7, | ||
"downfall": 1, | ||
"has_precipitation": true, | ||
"effects": { | ||
"sky_color": 15117444, | ||
"fog_color": 15117444, | ||
"water_color": 4159204, | ||
"water_fog_color": 329011, | ||
"grass_color": 9551193, | ||
"foliage_color": 7842607 | ||
}, | ||
"creature_spawn_probability": 0.2, | ||
"spawners": { | ||
}, | ||
"spawn_costs": { | ||
}, | ||
"carvers": { | ||
"air": [ | ||
"minecraft:cave", | ||
"minecraft:cave_extra_underground", | ||
"minecraft:canyon" | ||
] | ||
}, | ||
"features": [ | ||
[ | ||
"minecraft:large_dripstone", | ||
"minecraft:dripstone_cluster", | ||
"minecraft:pointed_dripstone" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
common/src/main/resources/data/gcyr/worldgen/biome/martian_wastelands.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"temperature": 0.8, | ||
"downfall": 0, | ||
"has_precipitation": false, | ||
"effects": { | ||
"sky_color": 15117444, | ||
"fog_color": 15117444, | ||
"water_color": 4159204, | ||
"water_fog_color": 329011, | ||
"grass_color": 9551193, | ||
"foliage_color": 7842607 | ||
}, | ||
"creature_spawn_probability": 0.2, | ||
"spawners": { | ||
}, | ||
"spawn_costs": { | ||
}, | ||
"carvers": { | ||
"air": [ | ||
"minecraft:cave", | ||
"minecraft:cave_extra_underground", | ||
"minecraft:canyon" | ||
] | ||
}, | ||
"features": [ | ||
[ | ||
"minecraft:large_dripstone", | ||
"minecraft:dripstone_cluster", | ||
"minecraft:pointed_dripstone" | ||
] | ||
] | ||
} |
Oops, something went wrong.