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