summaryrefslogtreecommitdiff
path: root/data/minecraft/worldgen/noise_settings/nether.json
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2024-05-17 21:05:06 +0200
committerDaniel Weipert <git@mail.dweipert.de>2024-05-17 21:05:06 +0200
commit86819f1942d1f703d010f93a4c505047b7a358af (patch)
treeee25b53cd2c48cc02744147f8c8af49beb7b199e /data/minecraft/worldgen/noise_settings/nether.json
parent31ea183a3b2304b3c05625dc5f3931d0997b7a5f (diff)
use vanilla as base
Diffstat (limited to 'data/minecraft/worldgen/noise_settings/nether.json')
-rw-r--r--data/minecraft/worldgen/noise_settings/nether.json708
1 files changed, 699 insertions, 9 deletions
diff --git a/data/minecraft/worldgen/noise_settings/nether.json b/data/minecraft/worldgen/noise_settings/nether.json
index ef1820a..c184317 100644
--- a/data/minecraft/worldgen/noise_settings/nether.json
+++ b/data/minecraft/worldgen/noise_settings/nether.json
@@ -1,9 +1,9 @@
{
- "sea_level": 63,
+ "sea_level": 32,
"disable_mob_generation": false,
"aquifers_enabled": false,
"ore_veins_enabled": false,
- "legacy_random_source": false,
+ "legacy_random_source": true,
"default_block": {
"Name": "minecraft:air"
},
@@ -14,8 +14,8 @@
}
},
"noise": {
- "min_y": -64,
- "height": 384,
+ "min_y": 0,
+ "height": 128,
"size_horizontal": 1,
"size_vertical": 2
},
@@ -24,16 +24,78 @@
"fluid_level_floodedness": 0,
"fluid_level_spread": 0,
"lava": 0,
- "temperature": "minecraft:nether/base_3d_noise",
- "vegetation": "minecraft:nether/base_3d_noise",
+ "temperature": {
+ "type": "minecraft:shifted_noise",
+ "noise": "minecraft:temperature",
+ "xz_scale": 0.25,
+ "y_scale": 0,
+ "shift_x": "minecraft:shift_x",
+ "shift_y": 0,
+ "shift_z": "minecraft:shift_z"
+ },
+ "vegetation": {
+ "type": "minecraft:shifted_noise",
+ "noise": "minecraft:vegetation",
+ "xz_scale": 0.25,
+ "y_scale": 0,
+ "shift_x": "minecraft:shift_x",
+ "shift_y": 0,
+ "shift_z": "minecraft:shift_z"
+ },
"continents": 0,
"erosion": 0,
"depth": 0,
"ridges": 0,
"initial_density_without_jaggedness": 0,
"final_density": {
- "type": "minecraft:constant",
- "argument": 1
+ "type": "minecraft:squeeze",
+ "argument": {
+ "type": "minecraft:mul",
+ "argument1": 0.64,
+ "argument2": {
+ "type": "minecraft:interpolated",
+ "argument": {
+ "type": "minecraft:blend_density",
+ "argument": {
+ "type": "minecraft:add",
+ "argument1": 2.5,
+ "argument2": {
+ "type": "minecraft:mul",
+ "argument1": {
+ "type": "minecraft:y_clamped_gradient",
+ "from_y": -8,
+ "to_y": 24,
+ "from_value": 0,
+ "to_value": 1
+ },
+ "argument2": {
+ "type": "minecraft:add",
+ "argument1": -2.5,
+ "argument2": {
+ "type": "minecraft:add",
+ "argument1": 0.9375,
+ "argument2": {
+ "type": "minecraft:mul",
+ "argument1": {
+ "type": "minecraft:y_clamped_gradient",
+ "from_y": 104,
+ "to_y": 128,
+ "from_value": 1,
+ "to_value": 0
+ },
+ "argument2": {
+ "type": "minecraft:add",
+ "argument1": -0.9375,
+ "argument2": "minecraft:nether/base_3d_noise"
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
+ }
},
"vein_toggle": 0,
"vein_ridged": 0,
@@ -42,6 +104,634 @@
"spawn_target": [],
"surface_rule": {
"type": "minecraft:sequence",
- "sequence": []
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:vertical_gradient",
+ "random_name": "minecraft:bedrock_floor",
+ "true_at_and_below": {
+ "above_bottom": 0
+ },
+ "false_at_and_above": {
+ "above_bottom": 5
+ }
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:bedrock"
+ }
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:not",
+ "invert": {
+ "type": "minecraft:vertical_gradient",
+ "random_name": "minecraft:bedrock_roof",
+ "true_at_and_below": {
+ "below_top": 5
+ },
+ "false_at_and_above": {
+ "below_top": 0
+ }
+ }
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:bedrock"
+ }
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "below_top": 5
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": false
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:netherrack"
+ }
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:biome",
+ "biome_is": [
+ "minecraft:basalt_deltas"
+ ]
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:stone_depth",
+ "offset": 0,
+ "surface_type": "ceiling",
+ "add_surface_depth": true,
+ "secondary_depth_range": 0
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:basalt",
+ "Properties": {
+ "axis": "y"
+ }
+ }
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:stone_depth",
+ "offset": 0,
+ "surface_type": "floor",
+ "add_surface_depth": true,
+ "secondary_depth_range": 0
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:patch",
+ "min_threshold": -0.012,
+ "max_threshold": 1.7976931348623157e+308
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 30
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": true
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:not",
+ "invert": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 35
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": true
+ }
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:gravel"
+ }
+ }
+ }
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:nether_state_selector",
+ "min_threshold": 0,
+ "max_threshold": 1.7976931348623157e+308
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:basalt",
+ "Properties": {
+ "axis": "y"
+ }
+ }
+ }
+ },
+ {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:blackstone"
+ }
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:biome",
+ "biome_is": [
+ "minecraft:soul_sand_valley"
+ ]
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:stone_depth",
+ "offset": 0,
+ "surface_type": "ceiling",
+ "add_surface_depth": true,
+ "secondary_depth_range": 0
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:nether_state_selector",
+ "min_threshold": 0,
+ "max_threshold": 1.7976931348623157e+308
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:soul_sand"
+ }
+ }
+ },
+ {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:soul_soil"
+ }
+ }
+ ]
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:stone_depth",
+ "offset": 0,
+ "surface_type": "floor",
+ "add_surface_depth": true,
+ "secondary_depth_range": 0
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:patch",
+ "min_threshold": -0.012,
+ "max_threshold": 1.7976931348623157e+308
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 30
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": true
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:not",
+ "invert": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 35
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": true
+ }
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:gravel"
+ }
+ }
+ }
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:nether_state_selector",
+ "min_threshold": 0,
+ "max_threshold": 1.7976931348623157e+308
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:soul_sand"
+ }
+ }
+ },
+ {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:soul_soil"
+ }
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:stone_depth",
+ "offset": 0,
+ "surface_type": "floor",
+ "add_surface_depth": false,
+ "secondary_depth_range": 0
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:not",
+ "invert": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 32
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": false
+ }
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:hole"
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:lava",
+ "Properties": {
+ "level": "0"
+ }
+ }
+ }
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:biome",
+ "biome_is": [
+ "minecraft:warped_forest"
+ ]
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:not",
+ "invert": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:netherrack",
+ "min_threshold": 0.54,
+ "max_threshold": 1.7976931348623157e+308
+ }
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 31
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": false
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:nether_wart",
+ "min_threshold": 1.17,
+ "max_threshold": 1.7976931348623157e+308
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:warped_wart_block"
+ }
+ }
+ },
+ {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:warped_nylium"
+ }
+ }
+ ]
+ }
+ }
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:biome",
+ "biome_is": [
+ "minecraft:crimson_forest"
+ ]
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:not",
+ "invert": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:netherrack",
+ "min_threshold": 0.54,
+ "max_threshold": 1.7976931348623157e+308
+ }
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 31
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": false
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:nether_wart",
+ "min_threshold": 1.17,
+ "max_threshold": 1.7976931348623157e+308
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:nether_wart_block"
+ }
+ }
+ },
+ {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:crimson_nylium"
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:biome",
+ "biome_is": [
+ "minecraft:nether_wastes"
+ ]
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:stone_depth",
+ "offset": 0,
+ "surface_type": "floor",
+ "add_surface_depth": true,
+ "secondary_depth_range": 0
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:soul_sand_layer",
+ "min_threshold": -0.012,
+ "max_threshold": 1.7976931348623157e+308
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:not",
+ "invert": {
+ "type": "minecraft:hole"
+ }
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 30
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": true
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:not",
+ "invert": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 35
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": true
+ }
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:soul_sand"
+ }
+ }
+ }
+ }
+ },
+ {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:netherrack"
+ }
+ }
+ ]
+ }
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:stone_depth",
+ "offset": 0,
+ "surface_type": "floor",
+ "add_surface_depth": false,
+ "secondary_depth_range": 0
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 31
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": false
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:not",
+ "invert": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 35
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": true
+ }
+ },
+ "then_run": {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:noise_threshold",
+ "noise": "minecraft:gravel_layer",
+ "min_threshold": -0.012,
+ "max_threshold": 1.7976931348623157e+308
+ },
+ "then_run": {
+ "type": "minecraft:sequence",
+ "sequence": [
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:y_above",
+ "anchor": {
+ "absolute": 32
+ },
+ "surface_depth_multiplier": 0,
+ "add_stone_depth": false
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:gravel"
+ }
+ }
+ },
+ {
+ "type": "minecraft:condition",
+ "if_true": {
+ "type": "minecraft:not",
+ "invert": {
+ "type": "minecraft:hole"
+ }
+ },
+ "then_run": {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:gravel"
+ }
+ }
+ }
+ ]
+ }
+ }
+ }
+ }
+ }
+ ]
+ }
+ },
+ {
+ "type": "minecraft:block",
+ "result_state": {
+ "Name": "minecraft:netherrack"
+ }
+ }
+ ]
}
}