minecraft-src/data/minecraft/worldgen/configured_feature/warm_ocean_vegetation.json
2025-07-04 01:41:11 +03:00

28 lines
No EOL
508 B
JSON

{
"type": "minecraft:simple_random_selector",
"config": {
"features": [
{
"feature": {
"type": "minecraft:coral_tree",
"config": {}
},
"placement": []
},
{
"feature": {
"type": "minecraft:coral_claw",
"config": {}
},
"placement": []
},
{
"feature": {
"type": "minecraft:coral_mushroom",
"config": {}
},
"placement": []
}
]
}
}