You've already forked minecraft-assets
Create/Update assets for version 24w07a
This commit is contained in:
189
data/minecraft/worldgen/configured_feature/flower_cherry.json
Normal file
189
data/minecraft/worldgen/configured_feature/flower_cherry.json
Normal file
@@ -0,0 +1,189 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user