minecraft-assets/data/minecraft/worldgen/placed_feature/amethyst_geode.json

27 lines
475 B
JSON

{
"feature": "minecraft:amethyst_geode",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 24
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"absolute": 30
},
"min_inclusive": {
"above_bottom": 6
}
}
},
{
"type": "minecraft:biome"
}
]
}