minecraft-assets/data/minecraft/worldgen/placed_feature/kelp_cold.json

21 lines
381 B
JSON

{
"feature": "minecraft:kelp",
"placement": [
{
"type": "minecraft:noise_based_count",
"noise_factor": 80.0,
"noise_offset": 0.0,
"noise_to_count_ratio": 120
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:heightmap",
"heightmap": "OCEAN_FLOOR_WG"
},
{
"type": "minecraft:biome"
}
]
}