Files
minecraft-assets/data/minecraft/worldgen/placed_feature/large_potatostone.json
2025-02-03 11:41:59 +01:00

33 lines
603 B
JSON

{
"feature": "minecraft:large_potatostone",
"placement": [
{
"type": "minecraft:count",
"count": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 10,
"min_inclusive": 5
}
}
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 256
},
"min_inclusive": {
"above_bottom": 0
}
}
},
{
"type": "minecraft:biome"
}
]
}