Make some resource adjustments
This commit is contained in:
parent
df1c1f73ba
commit
07fdaf8f5a
2 changed files with 2254 additions and 1948 deletions
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"sea_level": -64,
|
||||
"sea_level": 63,
|
||||
"disable_mob_generation": true,
|
||||
"aquifers_enabled": true,
|
||||
"ore_veins_enabled": true,
|
||||
"legacy_random_source": true,
|
||||
"legacy_random_source": false,
|
||||
"default_block": {
|
||||
"Name": "minecraft:stone"
|
||||
},
|
||||
|
@ -14,16 +14,36 @@
|
|||
}
|
||||
},
|
||||
"noise": {
|
||||
"min_y": 0,
|
||||
"height": 256,
|
||||
"size_horizontal": 2,
|
||||
"size_vertical": 1
|
||||
"min_y": -64,
|
||||
"height": 384,
|
||||
"size_horizontal": 1,
|
||||
"size_vertical": 2
|
||||
},
|
||||
"noise_router": {
|
||||
"barrier": 0,
|
||||
"fluid_level_floodedness": 0,
|
||||
"fluid_level_spread": 0,
|
||||
"lava": 0,
|
||||
"barrier": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:aquifer_barrier",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 0.5
|
||||
},
|
||||
"fluid_level_floodedness": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:aquifer_fluid_level_floodedness",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 0.67
|
||||
},
|
||||
"fluid_level_spread": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:aquifer_fluid_level_spread",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 0.7142857142857143
|
||||
},
|
||||
"lava": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:aquifer_lava",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 1
|
||||
},
|
||||
"temperature": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "minecraft:temperature",
|
||||
|
@ -42,12 +62,73 @@
|
|||
"shift_y": 0,
|
||||
"shift_z": "minecraft:shift_z"
|
||||
},
|
||||
"continents": 0,
|
||||
"erosion": 0,
|
||||
"depth": 0,
|
||||
"ridges": 0,
|
||||
"initial_density_without_jaggedness": 0,
|
||||
"continents": "minecraft:overworld/continents",
|
||||
"erosion": "minecraft:overworld/erosion",
|
||||
"depth": "minecraft:overworld_amplified/depth",
|
||||
"ridges": "minecraft:overworld/ridges",
|
||||
"initial_density_without_jaggedness": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": 0.4,
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:y_clamped_gradient",
|
||||
"from_y": -64,
|
||||
"to_y": -40,
|
||||
"from_value": 0,
|
||||
"to_value": 1
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -0.4,
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -0.078125,
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:y_clamped_gradient",
|
||||
"from_y": 304,
|
||||
"to_y": 320,
|
||||
"from_value": 1,
|
||||
"to_value": 0
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": 0.078125,
|
||||
"argument2": {
|
||||
"type": "minecraft:clamp",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -0.703125,
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": 4,
|
||||
"argument2": {
|
||||
"type": "minecraft:quarter_negative",
|
||||
"argument": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": "minecraft:overworld_amplified/depth",
|
||||
"argument2": {
|
||||
"type": "minecraft:cache_2d",
|
||||
"argument": "minecraft:overworld_amplified/factor"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"min": -64,
|
||||
"max": 64
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"final_density": {
|
||||
"type": "minecraft:min",
|
||||
"argument1": {
|
||||
"type": "minecraft:squeeze",
|
||||
"argument": {
|
||||
"type": "minecraft:mul",
|
||||
|
@ -58,35 +139,120 @@
|
|||
"type": "minecraft:blend_density",
|
||||
"argument": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -0.234375,
|
||||
"argument1": 0.4,
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:y_clamped_gradient",
|
||||
"from_y": 4,
|
||||
"to_y": 32,
|
||||
"from_y": -64,
|
||||
"to_y": -40,
|
||||
"from_value": 0,
|
||||
"to_value": 1
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": 0.234375,
|
||||
"argument1": -0.4,
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -23.4375,
|
||||
"argument1": -0.078125,
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": {
|
||||
"type": "minecraft:y_clamped_gradient",
|
||||
"from_y": 184,
|
||||
"to_y": 440,
|
||||
"from_y": 304,
|
||||
"to_y": 320,
|
||||
"from_value": 1,
|
||||
"to_value": 0
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": 23.4375,
|
||||
"argument2": "minecraft:end/base_3d_noise"
|
||||
"argument1": 0.078125,
|
||||
"argument2": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:overworld_amplified/sloped_cheese",
|
||||
"min_inclusive": -1000000,
|
||||
"max_exclusive": 1.5625,
|
||||
"when_in_range": {
|
||||
"type": "minecraft:min",
|
||||
"argument1": "minecraft:overworld_amplified/sloped_cheese",
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": 5,
|
||||
"argument2": "minecraft:overworld/caves/entrances"
|
||||
}
|
||||
},
|
||||
"when_out_of_range": {
|
||||
"type": "minecraft:max",
|
||||
"argument1": {
|
||||
"type": "minecraft:min",
|
||||
"argument1": {
|
||||
"type": "minecraft:min",
|
||||
"argument1": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": 4,
|
||||
"argument2": {
|
||||
"type": "minecraft:square",
|
||||
"argument": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:cave_layer",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 8
|
||||
}
|
||||
}
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": {
|
||||
"type": "minecraft:clamp",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": 0.27,
|
||||
"argument2": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:cave_cheese",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 0.6666666666666666
|
||||
}
|
||||
},
|
||||
"min": -1,
|
||||
"max": 1
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:clamp",
|
||||
"input": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": 1.5,
|
||||
"argument2": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": -0.64,
|
||||
"argument2": "minecraft:overworld_amplified/sloped_cheese"
|
||||
}
|
||||
},
|
||||
"min": 0,
|
||||
"max": 0.5
|
||||
}
|
||||
}
|
||||
},
|
||||
"argument2": "minecraft:overworld/caves/entrances"
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": "minecraft:overworld/caves/spaghetti_2d",
|
||||
"argument2": "minecraft:overworld/caves/spaghetti_roughness_function"
|
||||
}
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:overworld/caves/pillars",
|
||||
"min_inclusive": -1000000,
|
||||
"max_exclusive": 0.03,
|
||||
"when_in_range": -1000000,
|
||||
"when_out_of_range": "minecraft:overworld/caves/pillars"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -97,15 +263,154 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"vein_toggle": 0,
|
||||
"vein_ridged": 0,
|
||||
"vein_gap": 0
|
||||
"argument2": "minecraft:overworld/caves/noodle"
|
||||
},
|
||||
"spawn_target": [],
|
||||
"vein_toggle": {
|
||||
"type": "minecraft:interpolated",
|
||||
"argument": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:y",
|
||||
"min_inclusive": -60,
|
||||
"max_exclusive": 51,
|
||||
"when_in_range": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:ore_veininess",
|
||||
"xz_scale": 1.5,
|
||||
"y_scale": 1.5
|
||||
},
|
||||
"when_out_of_range": 0
|
||||
}
|
||||
},
|
||||
"vein_ridged": {
|
||||
"type": "minecraft:add",
|
||||
"argument1": -0.07999999821186066,
|
||||
"argument2": {
|
||||
"type": "minecraft:max",
|
||||
"argument1": {
|
||||
"type": "minecraft:abs",
|
||||
"argument": {
|
||||
"type": "minecraft:interpolated",
|
||||
"argument": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:y",
|
||||
"min_inclusive": -60,
|
||||
"max_exclusive": 51,
|
||||
"when_in_range": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:ore_vein_a",
|
||||
"xz_scale": 4,
|
||||
"y_scale": 4
|
||||
},
|
||||
"when_out_of_range": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"argument2": {
|
||||
"type": "minecraft:abs",
|
||||
"argument": {
|
||||
"type": "minecraft:interpolated",
|
||||
"argument": {
|
||||
"type": "minecraft:range_choice",
|
||||
"input": "minecraft:y",
|
||||
"min_inclusive": -60,
|
||||
"max_exclusive": 51,
|
||||
"when_in_range": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:ore_vein_b",
|
||||
"xz_scale": 4,
|
||||
"y_scale": 4
|
||||
},
|
||||
"when_out_of_range": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"vein_gap": {
|
||||
"type": "minecraft:noise",
|
||||
"noise": "minecraft:ore_gap",
|
||||
"xz_scale": 1,
|
||||
"y_scale": 1
|
||||
}
|
||||
},
|
||||
"spawn_target": [
|
||||
{
|
||||
"temperature": [
|
||||
-1,
|
||||
1
|
||||
],
|
||||
"humidity": [
|
||||
-1,
|
||||
1
|
||||
],
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
1
|
||||
],
|
||||
"erosion": [
|
||||
-1,
|
||||
1
|
||||
],
|
||||
"weirdness": [
|
||||
-1,
|
||||
-0.16
|
||||
],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
},
|
||||
{
|
||||
"temperature": [
|
||||
-1,
|
||||
1
|
||||
],
|
||||
"humidity": [
|
||||
-1,
|
||||
1
|
||||
],
|
||||
"continentalness": [
|
||||
-0.11,
|
||||
1
|
||||
],
|
||||
"erosion": [
|
||||
-1,
|
||||
1
|
||||
],
|
||||
"weirdness": [
|
||||
0.16,
|
||||
1
|
||||
],
|
||||
"depth": 0,
|
||||
"offset": 0
|
||||
}
|
||||
],
|
||||
"surface_rule": {
|
||||
"type": "minecraft: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:above_preliminary_surface"
|
||||
},
|
||||
"then_run": {
|
||||
"type": "minecraft:sequence",
|
||||
"sequence": [
|
||||
{
|
||||
|
@ -2208,6 +2513,7 @@
|
|||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:condition",
|
||||
|
|
Reference in a new issue