Initial commit
This commit is contained in:
57
kubejs/data/deceasedcraft/worldgen/biome/undiscovered.json
Normal file
57
kubejs/data/deceasedcraft/worldgen/biome/undiscovered.json
Normal file
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"temperature": 0,
|
||||
"downfall": 0,
|
||||
"precipitation": "none",
|
||||
"category": "underground",
|
||||
"effects": {
|
||||
"sky_color": 0,
|
||||
"fog_color": 0,
|
||||
"water_color": 4159204,
|
||||
"water_fog_color": 329011,
|
||||
"ambient_sound": "minecraft:ambient.basalt_deltas.loop",
|
||||
"mood_sound": {
|
||||
"sound": "minecraft:ambient.basalt_deltas.mood",
|
||||
"tick_delay": 6000,
|
||||
"block_search_extent": 8,
|
||||
"offset": 2
|
||||
},
|
||||
"additions_sound": {
|
||||
"sound": "minecraft:ambient.basalt_deltas.additions",
|
||||
"tick_chance": 0.0111
|
||||
},
|
||||
"music": {
|
||||
"sound": "minecraft:music.nether.basalt_deltas",
|
||||
"min_delay": 12000,
|
||||
"max_delay": 24000,
|
||||
"replace_current_music": false
|
||||
},
|
||||
"particle": {
|
||||
"options": {
|
||||
"type": "minecraft:white_ash"
|
||||
},
|
||||
"probability": 0.118093334
|
||||
}
|
||||
},
|
||||
"spawners": {},
|
||||
"spawn_costs": {},
|
||||
"carvers": {
|
||||
"air": "minecraft:nether_cave"
|
||||
},
|
||||
"features": [
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
[
|
||||
"deceasedcraft:dripstone_cluster",
|
||||
"deceasedcraft:pointed_dripstone"
|
||||
],
|
||||
[
|
||||
"minecraft:spring_water",
|
||||
"minecraft:spring_lava"
|
||||
],
|
||||
[],
|
||||
[
|
||||
"minecraft:glow_lichen"
|
||||
]
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"type": "minecraft:dripstone_cluster",
|
||||
"config": {
|
||||
"chance_of_dripstone_column_at_max_distance_from_center": 0.1,
|
||||
"density": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 0.4,
|
||||
"min_inclusive": 0.2
|
||||
}
|
||||
},
|
||||
"dripstone_block_layer_thickness": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 3,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
},
|
||||
"floor_to_ceiling_search_range": 6,
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 2
|
||||
}
|
||||
},
|
||||
"height_deviation": 3,
|
||||
"max_distance_from_center_affecting_height_bias": 6,
|
||||
"max_distance_from_edge_affecting_chance_of_dripstone_column": 2,
|
||||
"max_stalagmite_stalactite_height_diff": 1,
|
||||
"radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 6,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
},
|
||||
"wetness": {
|
||||
"type": "minecraft:clamped_normal",
|
||||
"value": {
|
||||
"deviation": 0.3,
|
||||
"max": 0.9,
|
||||
"mean": 0.1,
|
||||
"min": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"type": "minecraft:simple_random_selector",
|
||||
"config": {
|
||||
"features": [
|
||||
{
|
||||
"feature": {
|
||||
"type": "minecraft:pointed_dripstone",
|
||||
"config": {
|
||||
"chance_of_directional_spread": 0.3,
|
||||
"chance_of_spread_radius2": 0.2,
|
||||
"chance_of_spread_radius3": 0.3,
|
||||
"chance_of_taller_dripstone": 0.1
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:environment_scan",
|
||||
"allowed_search_condition": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": [
|
||||
"minecraft:air",
|
||||
"minecraft:water"
|
||||
]
|
||||
},
|
||||
"direction_of_search": "down",
|
||||
"max_steps": 6,
|
||||
"target_condition": {
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"feature": {
|
||||
"type": "minecraft:pointed_dripstone",
|
||||
"config": {
|
||||
"chance_of_directional_spread": 0.3,
|
||||
"chance_of_spread_radius2": 0.2,
|
||||
"chance_of_spread_radius3": 0.3,
|
||||
"chance_of_taller_dripstone": 0.1
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:environment_scan",
|
||||
"allowed_search_condition": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": [
|
||||
"minecraft:air",
|
||||
"minecraft:water"
|
||||
]
|
||||
},
|
||||
"direction_of_search": "up",
|
||||
"max_steps": 6,
|
||||
"target_condition": {
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
158
kubejs/data/deceasedcraft/worldgen/noise_settings/abyss.json
Normal file
158
kubejs/data/deceasedcraft/worldgen/noise_settings/abyss.json
Normal file
@@ -0,0 +1,158 @@
|
||||
{
|
||||
"sea_level": -60,
|
||||
"disable_mob_generation": false,
|
||||
"aquifers_enabled": true,
|
||||
"ore_veins_enabled": true,
|
||||
"legacy_random_source": true,
|
||||
"default_block": {
|
||||
"Name": "minecraft:deepslate"
|
||||
},
|
||||
"default_fluid": {
|
||||
"Name": "minecraft:magma_block"
|
||||
},
|
||||
"noise": {
|
||||
"min_y": -64,
|
||||
"height": 448,
|
||||
"size_horizontal": 1,
|
||||
"size_vertical": 2,
|
||||
"sampling": {
|
||||
"xz_scale": 1,
|
||||
"y_scale": 3,
|
||||
"xz_factor": 60,
|
||||
"y_factor": 14
|
||||
},
|
||||
"bottom_slide": {
|
||||
"target": 5,
|
||||
"size": 4,
|
||||
"offset": -1
|
||||
},
|
||||
"top_slide": {
|
||||
"target": 1,
|
||||
"size": 4,
|
||||
"offset": 0
|
||||
},
|
||||
"terrain_shaper": {
|
||||
"offset": 0,
|
||||
"factor": 0,
|
||||
"jaggedness": 0
|
||||
}
|
||||
},
|
||||
"noise_router": {
|
||||
"barrier": 0,
|
||||
"fluid_level_floodedness": 0,
|
||||
"fluid_level_spread": 0,
|
||||
"lava": 0,
|
||||
"temperature": {
|
||||
"type": "minecraft:shifted_noise",
|
||||
"noise": "minecraft:temperature",
|
||||
"xz_scale": 0.2,
|
||||
"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.35,
|
||||
"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": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": 4,
|
||||
"argument2": {
|
||||
"type": "minecraft:quarter_negative",
|
||||
"argument": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": "minecraft:overworld/depth",
|
||||
"argument2": {
|
||||
"type": "minecraft:cache_2d",
|
||||
"argument": "minecraft:overworld/factor"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"final_density": {
|
||||
"type": "minecraft:squeeze",
|
||||
"argument": {
|
||||
"type": "minecraft:mul",
|
||||
"argument1": 0.62,
|
||||
"argument2": {
|
||||
"type": "minecraft:interpolated",
|
||||
"argument": {
|
||||
"type": "minecraft:blend_density",
|
||||
"argument": {
|
||||
"type": "minecraft:slide",
|
||||
"argument": "minecraft:overworld/sloped_cheese"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"vein_toggle": 0,
|
||||
"vein_ridged": 0,
|
||||
"vein_gap": 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: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:block",
|
||||
"result_state": {
|
||||
"Name": "minecraft:deepslate",
|
||||
"Properties": {
|
||||
"axis": "x"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"feature": "deceasedcraft:dripstone_cluster",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 96,
|
||||
"min_inclusive": 48
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"below_top": 5
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 5
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,64 @@
|
||||
{
|
||||
"feature": "deceasedcraft:pointed_dripstone",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 256,
|
||||
"min_inclusive": 192
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"below_top": 5
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": {
|
||||
"type": "minecraft:clamped_normal",
|
||||
"value": {
|
||||
"deviation": 3.0,
|
||||
"max_inclusive": 10,
|
||||
"mean": 0.0,
|
||||
"min_inclusive": -10
|
||||
}
|
||||
},
|
||||
"y_spread": {
|
||||
"type": "minecraft:clamped_normal",
|
||||
"value": {
|
||||
"deviation": 0.6,
|
||||
"max_inclusive": 2,
|
||||
"mean": 0.0,
|
||||
"min_inclusive": -2
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user