You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
25
data/minecraft/worldgen/placed_feature/flower_plains.json
Normal file
25
data/minecraft/worldgen/placed_feature/flower_plains.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"feature": "minecraft:flower_plain",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:noise_threshold_count",
|
||||
"above_noise": 4,
|
||||
"below_noise": 15,
|
||||
"noise_level": -0.8
|
||||
},
|
||||
{
|
||||
"type": "minecraft:rarity_filter",
|
||||
"chance": 32
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:heightmap",
|
||||
"heightmap": "MOTION_BLOCKING"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user