Files
minecraft-assets/data/minecraft/worldgen/placed_feature/bamboo.json
2024-10-23 18:31:37 +02:00

21 lines
397 B
JSON

{
"feature": "minecraft:bamboo_some_podzol",
"placement": [
{
"type": "minecraft:noise_based_count",
"noise_factor": 80.0,
"noise_offset": 0.3,
"noise_to_count_ratio": 160
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "WORLD_SURFACE_WG"
},
{
"type": "minecraft:biome"
}
]
}