Initial commit
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user