Files
minecraft-assets/data/minecraft/worldgen/configured_feature/warm_ocean_vegetation.json
2022-11-16 18:37:49 +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": []
}
]
}
}