You've already forked minecraft-assets
Create/Update assets for version 24w14potato
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "minecraft:large_dripstone",
|
||||
"config": {
|
||||
"block": "minecraft:potato_bud",
|
||||
"column_radius": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 12,
|
||||
"min_inclusive": 6
|
||||
}
|
||||
},
|
||||
"floor_to_ceiling_search_range": 50,
|
||||
"height_scale": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 2.0,
|
||||
"min_inclusive": 0.4
|
||||
}
|
||||
},
|
||||
"max_column_radius_to_cave_height_ratio": 1.0,
|
||||
"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": 0.8,
|
||||
"min_inclusive": 0.6
|
||||
}
|
||||
},
|
||||
"wind_speed": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_exclusive": 0.3,
|
||||
"min_inclusive": 0.2
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user