Create/Update assets for version 22w46a

This commit is contained in:
InventiveBot
2022-11-16 18:37:49 +01:00
parent 1766770a16
commit dcd64734a4
16881 changed files with 1132915 additions and 18 deletions

View File

@@ -0,0 +1,44 @@
{
"type": "minecraft:large_dripstone",
"config": {
"column_radius": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 19,
"min_inclusive": 3
}
},
"floor_to_ceiling_search_range": 30,
"height_scale": {
"type": "minecraft:uniform",
"value": {
"max_exclusive": 2.0,
"min_inclusive": 0.4
}
},
"max_column_radius_to_cave_height_ratio": 0.33,
"min_bluntness_for_wind": 0.6,
"min_radius_for_wind": 4,
"stalactite_bluntness": {
"type": "minecraft:uniform",
"value": {
"max_exclusive": 0.9,
"min_inclusive": 0.3
}
},
"stalagmite_bluntness": {
"type": "minecraft:uniform",
"value": {
"max_exclusive": 1.0,
"min_inclusive": 0.4
}
},
"wind_speed": {
"type": "minecraft:uniform",
"value": {
"max_exclusive": 0.3,
"min_inclusive": 0.0
}
}
}
}