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

58 lines
1.3 KiB
JSON

{
"type": "minecraft:random_patch",
"config": {
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:weighted_state_provider",
"entries": [
{
"data": {
"Name": "minecraft:short_grass"
},
"weight": 3
},
{
"data": {
"Name": "minecraft:fern"
},
"weight": 1
}
]
}
}
},
"placement": [
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
{
"type": "minecraft:not",
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:podzol",
"offset": [
0,
-1,
0
]
}
}
]
}
}
]
},
"tries": 32,
"xz_spread": 7,
"y_spread": 3
}
}