Files
minecraft-assets/data/minecraft/worldgen/configured_feature/warm_ocean_vegetation.json
2025-02-19 18:31:59 +01:00

28 lines
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": []
}
]
}
}