-
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.
Merge pull request #87 from Cjsah/1.18
继续写维度...
- Loading branch information
Showing
21 changed files
with
120 additions
and
289 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,3 @@ | ||
08e56a0290a7b2bcb59afbb499abe59edef73925 data/ironstars/dimension/moon.json | ||
a0bb608ed4bc527c91941856da1791896ec1c016 data/ironstars/dimension_type/moon_type.json | ||
64dab7c693513ddd3c9e48c4f485ec5076fd8944 data/ironstars/worldgen/noise_settings/moon_noise_config.json |
14 changes: 14 additions & 0 deletions
14
src/generated/resources/data/ironstars/dimension/moon.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,14 @@ | ||
{ | ||
"type": "ironstars:moon_type", | ||
"generator": { | ||
"wrapped_generator": { | ||
"biome_source": { | ||
"type": "ironstars:ironstars_biomes" | ||
}, | ||
"seed": 0, | ||
"settings": "ironstars:moon_noise_config", | ||
"type": "minecraft:noise" | ||
}, | ||
"type": "ironstars:structure_locating_wrapper" | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
src/generated/resources/data/ironstars/dimension_type/moon_type.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,17 @@ | ||
{ | ||
"logical_height": 256, | ||
"infiniburn": "minecraft:infiniburn_overworld", | ||
"effects": "minecraft:the_end", | ||
"ambient_light": 0.0, | ||
"respawn_anchor_works": true, | ||
"has_raids": false, | ||
"min_y": 0, | ||
"height": 256, | ||
"natural": false, | ||
"coordinate_scale": 1.0, | ||
"piglin_safe": true, | ||
"bed_works": false, | ||
"has_skylight": true, | ||
"has_ceiling": false, | ||
"ultrawarm": false | ||
} |
84 changes: 84 additions & 0 deletions
84
src/generated/resources/data/ironstars/worldgen/noise_settings/moon_noise_config.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,84 @@ | ||
{ | ||
"ore_veins_enabled": false, | ||
"noodle_caves_enabled": false, | ||
"legacy_random_source": false, | ||
"disable_mob_generation": false, | ||
"aquifers_enabled": false, | ||
"noise_caves_enabled": false, | ||
"default_fluid": { | ||
"Properties": { | ||
"level": "0" | ||
}, | ||
"Name": "minecraft:water" | ||
}, | ||
"surface_rule": { | ||
"sequence": [ | ||
{ | ||
"if_true": { | ||
"random_name": "minecraft:bedrock_floor", | ||
"true_at_and_below": { | ||
"above_bottom": 0 | ||
}, | ||
"false_at_and_above": { | ||
"above_bottom": 5 | ||
}, | ||
"type": "minecraft:vertical_gradient" | ||
}, | ||
"then_run": { | ||
"result_state": { | ||
"Name": "minecraft:bedrock" | ||
}, | ||
"type": "minecraft:block" | ||
}, | ||
"type": "minecraft:condition" | ||
}, | ||
{ | ||
"if_true": { | ||
"type": "minecraft:above_preliminary_surface" | ||
}, | ||
"then_run": { | ||
"result_state": { | ||
"Name": "ironstars:moon_soil" | ||
}, | ||
"type": "minecraft:block" | ||
}, | ||
"type": "minecraft:condition" | ||
} | ||
], | ||
"type": "minecraft:sequence" | ||
}, | ||
"sea_level": 0, | ||
"structures": { | ||
"structures": {} | ||
}, | ||
"noise": { | ||
"terrain_shaper": { | ||
"offset": 0.0, | ||
"factor": 0.0, | ||
"jaggedness": 0.0 | ||
}, | ||
"size_horizontal": 1, | ||
"size_vertical": 1, | ||
"sampling": { | ||
"xz_scale": 1.0, | ||
"y_scale": 1.0, | ||
"xz_factor": 80.0, | ||
"y_factor": 160.0 | ||
}, | ||
"top_slide": { | ||
"target": -10.0, | ||
"size": 3, | ||
"offset": 0 | ||
}, | ||
"bottom_slide": { | ||
"target": 15.0, | ||
"size": 3, | ||
"offset": 0 | ||
}, | ||
"min_y": 0, | ||
"height": 256 | ||
}, | ||
"default_block": { | ||
"Name": "ironstars:moon_rock" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
src/main/java/com/xekr/ironstars/world/AreaTransformer0.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
51 changes: 0 additions & 51 deletions
51
src/main/java/com/xekr/ironstars/world/GenLayerTFBiomes.java
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.