minecraft-assets/data/minecraft/worldgen/configured_feature/moss_vegetation.json

43 lines
827 B
JSON

{
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:weighted_state_provider",
"entries": [
{
"data": {
"Name": "minecraft:flowering_azalea"
},
"weight": 4
},
{
"data": {
"Name": "minecraft:azalea"
},
"weight": 7
},
{
"data": {
"Name": "minecraft:moss_carpet"
},
"weight": 25
},
{
"data": {
"Name": "minecraft:grass"
},
"weight": 50
},
{
"data": {
"Name": "minecraft:tall_grass",
"Properties": {
"half": "lower"
}
},
"weight": 10
}
]
}
}
}