You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
36
data/minecraft/worldgen/placed_feature/forest_flowers.json
Normal file
36
data/minecraft/worldgen/placed_feature/forest_flowers.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"feature": "minecraft:forest_flowers",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 7
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": {
|
||||
"type": "minecraft:clamped",
|
||||
"value": {
|
||||
"max_inclusive": 1,
|
||||
"min_inclusive": 0,
|
||||
"source": {
|
||||
"type": "minecraft:uniform",
|
||||
"value": {
|
||||
"max_inclusive": 1,
|
||||
"min_inclusive": -3
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user