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

189 lines
5.1 KiB
JSON

{
"type": "minecraft:flower",
"config": {
"feature": {
"feature": {
"type": "minecraft:simple_block",
"config": {
"to_place": {
"type": "minecraft:weighted_state_provider",
"entries": [
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "north",
"flower_amount": "1"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "east",
"flower_amount": "1"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "south",
"flower_amount": "1"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "west",
"flower_amount": "1"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "north",
"flower_amount": "2"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "east",
"flower_amount": "2"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "south",
"flower_amount": "2"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "west",
"flower_amount": "2"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "north",
"flower_amount": "3"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "east",
"flower_amount": "3"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "south",
"flower_amount": "3"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "west",
"flower_amount": "3"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "north",
"flower_amount": "4"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "east",
"flower_amount": "4"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "south",
"flower_amount": "4"
}
},
"weight": 1
},
{
"data": {
"Name": "minecraft:pink_petals",
"Properties": {
"facing": "west",
"flower_amount": "4"
}
},
"weight": 1
}
]
}
}
},
"placement": [
{
"type": "minecraft:block_predicate_filter",
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
}
}
]
},
"tries": 96,
"xz_spread": 6,
"y_spread": 2
}
}