-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52d8589
commit 92e71c4
Showing
6 changed files
with
360 additions
and
0 deletions.
There are no files selected for viewing
60 changes: 60 additions & 0 deletions
60
src/main/resources/data/propulsive/worldgen/biome/moon/crater_plains.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,60 @@ | ||
{ | ||
"spawners": { | ||
"water_ambient": [], | ||
"ambient": [], | ||
"misc": [], | ||
"water_creature": [], | ||
"creature": [], | ||
"monster": [] | ||
}, | ||
"spawn_costs": {}, | ||
"carvers": { | ||
"air": [ | ||
"minecraft:canyon" | ||
] | ||
}, | ||
"features": [ | ||
[], | ||
[ | ||
"minecraft:lake_lava_underground" | ||
], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[ | ||
"minecraft:freeze_top_layer" | ||
] | ||
], | ||
"temperature": 0.5, | ||
"downfall": 0.5, | ||
"effects": { | ||
"sky_color": 0, | ||
"fog_color": 0, | ||
"water_color": 0, | ||
"water_fog_color": 0, | ||
"grass_color": 0, | ||
"foliage_colour": 0, | ||
"mood_sound": { | ||
"sound": "minecraft:ambient.cave", | ||
"tick_delay": 1000, | ||
"block_search_extent": 8, | ||
"offset": 2 | ||
}, | ||
"additions_sound": { | ||
"sound": "minecraft:ambient.basalt_deltas.mood", | ||
"tick_chance": 0.001 | ||
}, | ||
"music": { | ||
"sound": "minecraft:music.nether.basalt_deltas", | ||
"min_delay": 12000, | ||
"max_delay": 24000, | ||
"replace_current_music": false | ||
} | ||
}, | ||
"has_precipitation": false | ||
} |
60 changes: 60 additions & 0 deletions
60
src/main/resources/data/propulsive/worldgen/biome/moon/ice_crater_planes.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,60 @@ | ||
{ | ||
"spawners": { | ||
"water_ambient": [], | ||
"ambient": [], | ||
"misc": [], | ||
"water_creature": [], | ||
"creature": [], | ||
"monster": [] | ||
}, | ||
"spawn_costs": {}, | ||
"carvers": { | ||
"air": [ | ||
"minecraft:canyon" | ||
] | ||
}, | ||
"features": [ | ||
[], | ||
[ | ||
"minecraft:lake_lava_underground" | ||
], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[ | ||
"minecraft:freeze_top_layer" | ||
] | ||
], | ||
"temperature": 0.5, | ||
"downfall": 0.5, | ||
"effects": { | ||
"sky_color": 0, | ||
"fog_color": 0, | ||
"water_color": 0, | ||
"water_fog_color": 0, | ||
"grass_color": 0, | ||
"foliage_colour": 0, | ||
"mood_sound": { | ||
"sound": "minecraft:ambient.cave", | ||
"tick_delay": 1000, | ||
"block_search_extent": 8, | ||
"offset": 2 | ||
}, | ||
"additions_sound": { | ||
"sound": "minecraft:ambient.basalt_deltas.mood", | ||
"tick_chance": 0.001 | ||
}, | ||
"music": { | ||
"sound": "minecraft:music.nether.basalt_deltas", | ||
"min_delay": 12000, | ||
"max_delay": 24000, | ||
"replace_current_music": false | ||
} | ||
}, | ||
"has_precipitation": false | ||
} |
60 changes: 60 additions & 0 deletions
60
src/main/resources/data/propulsive/worldgen/biome/moon/ice_midlands.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,60 @@ | ||
{ | ||
"spawners": { | ||
"water_ambient": [], | ||
"ambient": [], | ||
"misc": [], | ||
"water_creature": [], | ||
"creature": [], | ||
"monster": [] | ||
}, | ||
"spawn_costs": {}, | ||
"carvers": { | ||
"air": [ | ||
"minecraft:canyon" | ||
] | ||
}, | ||
"features": [ | ||
[], | ||
[ | ||
"minecraft:lake_lava_underground" | ||
], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[ | ||
"minecraft:freeze_top_layer" | ||
] | ||
], | ||
"temperature": 0.5, | ||
"downfall": 0.5, | ||
"effects": { | ||
"sky_color": 0, | ||
"fog_color": 0, | ||
"water_color": 0, | ||
"water_fog_color": 0, | ||
"grass_color": 0, | ||
"foliage_colour": 0, | ||
"mood_sound": { | ||
"sound": "minecraft:ambient.cave", | ||
"tick_delay": 1000, | ||
"block_search_extent": 8, | ||
"offset": 2 | ||
}, | ||
"additions_sound": { | ||
"sound": "minecraft:ambient.basalt_deltas.mood", | ||
"tick_chance": 0.001 | ||
}, | ||
"music": { | ||
"sound": "minecraft:music.nether.basalt_deltas", | ||
"min_delay": 12000, | ||
"max_delay": 24000, | ||
"replace_current_music": false | ||
} | ||
}, | ||
"has_precipitation": false | ||
} |
60 changes: 60 additions & 0 deletions
60
src/main/resources/data/propulsive/worldgen/biome/moon/ice_peaks.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,60 @@ | ||
{ | ||
"spawners": { | ||
"water_ambient": [], | ||
"ambient": [], | ||
"misc": [], | ||
"water_creature": [], | ||
"creature": [], | ||
"monster": [] | ||
}, | ||
"spawn_costs": {}, | ||
"carvers": { | ||
"air": [ | ||
"minecraft:canyon" | ||
] | ||
}, | ||
"features": [ | ||
[], | ||
[ | ||
"minecraft:lake_lava_underground" | ||
], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[ | ||
"minecraft:freeze_top_layer" | ||
] | ||
], | ||
"temperature": 0.5, | ||
"downfall": 0.5, | ||
"effects": { | ||
"sky_color": 0, | ||
"fog_color": 0, | ||
"water_color": 0, | ||
"water_fog_color": 0, | ||
"grass_color": 0, | ||
"foliage_colour": 0, | ||
"mood_sound": { | ||
"sound": "minecraft:ambient.cave", | ||
"tick_delay": 1000, | ||
"block_search_extent": 8, | ||
"offset": 2 | ||
}, | ||
"additions_sound": { | ||
"sound": "minecraft:ambient.basalt_deltas.mood", | ||
"tick_chance": 0.001 | ||
}, | ||
"music": { | ||
"sound": "minecraft:music.nether.basalt_deltas", | ||
"min_delay": 12000, | ||
"max_delay": 24000, | ||
"replace_current_music": false | ||
} | ||
}, | ||
"has_precipitation": false | ||
} |
60 changes: 60 additions & 0 deletions
60
src/main/resources/data/propulsive/worldgen/biome/moon/midlands.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,60 @@ | ||
{ | ||
"spawners": { | ||
"water_ambient": [], | ||
"ambient": [], | ||
"misc": [], | ||
"water_creature": [], | ||
"creature": [], | ||
"monster": [] | ||
}, | ||
"spawn_costs": {}, | ||
"carvers": { | ||
"air": [ | ||
"minecraft:canyon" | ||
] | ||
}, | ||
"features": [ | ||
[], | ||
[ | ||
"minecraft:lake_lava_underground" | ||
], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[ | ||
"minecraft:freeze_top_layer" | ||
] | ||
], | ||
"temperature": 0.5, | ||
"downfall": 0.5, | ||
"effects": { | ||
"sky_color": 0, | ||
"fog_color": 0, | ||
"water_color": 0, | ||
"water_fog_color": 0, | ||
"grass_color": 0, | ||
"foliage_colour": 0, | ||
"mood_sound": { | ||
"sound": "minecraft:ambient.cave", | ||
"tick_delay": 1000, | ||
"block_search_extent": 8, | ||
"offset": 2 | ||
}, | ||
"additions_sound": { | ||
"sound": "minecraft:ambient.basalt_deltas.mood", | ||
"tick_chance": 0.001 | ||
}, | ||
"music": { | ||
"sound": "minecraft:music.nether.basalt_deltas", | ||
"min_delay": 12000, | ||
"max_delay": 24000, | ||
"replace_current_music": false | ||
} | ||
}, | ||
"has_precipitation": false | ||
} |
60 changes: 60 additions & 0 deletions
60
src/main/resources/data/propulsive/worldgen/biome/moon/peaks.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,60 @@ | ||
{ | ||
"spawners": { | ||
"water_ambient": [], | ||
"ambient": [], | ||
"misc": [], | ||
"water_creature": [], | ||
"creature": [], | ||
"monster": [] | ||
}, | ||
"spawn_costs": {}, | ||
"carvers": { | ||
"air": [ | ||
"minecraft:canyon" | ||
] | ||
}, | ||
"features": [ | ||
[], | ||
[ | ||
"minecraft:lake_lava_underground" | ||
], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[], | ||
[ | ||
"minecraft:freeze_top_layer" | ||
] | ||
], | ||
"temperature": 0.5, | ||
"downfall": 0.5, | ||
"effects": { | ||
"sky_color": 0, | ||
"fog_color": 0, | ||
"water_color": 0, | ||
"water_fog_color": 0, | ||
"grass_color": 0, | ||
"foliage_colour": 0, | ||
"mood_sound": { | ||
"sound": "minecraft:ambient.cave", | ||
"tick_delay": 1000, | ||
"block_search_extent": 8, | ||
"offset": 2 | ||
}, | ||
"additions_sound": { | ||
"sound": "minecraft:ambient.basalt_deltas.mood", | ||
"tick_chance": 0.001 | ||
}, | ||
"music": { | ||
"sound": "minecraft:music.nether.basalt_deltas", | ||
"min_delay": 12000, | ||
"max_delay": 24000, | ||
"replace_current_music": false | ||
} | ||
}, | ||
"has_precipitation": false | ||
} |