You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
30
data/minecraft/worldgen/configured_feature/flower_swamp.json
Normal file
30
data/minecraft/worldgen/configured_feature/flower_swamp.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:flower",
|
||||
"config": {
|
||||
"feature": {
|
||||
"feature": {
|
||||
"type": "minecraft:simple_block",
|
||||
"config": {
|
||||
"to_place": {
|
||||
"type": "minecraft:simple_state_provider",
|
||||
"state": {
|
||||
"Name": "minecraft:blue_orchid"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:block_predicate_filter",
|
||||
"predicate": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"tries": 64,
|
||||
"xz_spread": 6,
|
||||
"y_spread": 2
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user