You've already forked minecraft-assets
Create/Update assets for version 22w46a
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.7,
|
||||
"min_inclusive": 0.3
|
||||
}
|
||||
},
|
||||
"dripstone_block_layer_thickness": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 4,
|
||||
"min_inclusive": 2
|
||||
}
|
||||
},
|
||||
"floor_to_ceiling_search_range": 12,
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 6,
|
||||
"min_inclusive": 3
|
||||
}
|
||||
},
|
||||
"height_deviation": 3,
|
||||
"max_distance_from_center_affecting_height_bias": 8,
|
||||
"max_distance_from_edge_affecting_chance_of_dripstone_column": 3,
|
||||
"max_stalagmite_stalactite_height_diff": 1,
|
||||
"radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 8,
|
||||
"min_inclusive": 2
|
||||
}
|
||||
},
|
||||
"wetness": {
|
||||
"type": "minecraft:clamped_normal",
|
||||
"value": {
|
||||
"deviation": 0.3,
|
||||
"max": 0.9,
|
||||
"mean": 0.1,
|
||||
"min": 0.1
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user