minecraft-src/data/minecraft/worldgen/configured_feature/pile_snow.json
2025-07-04 01:41:11 +03:00

14 lines
No EOL
251 B
JSON

{
"type": "minecraft:block_pile",
"config": {
"state_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:snow",
"Properties": {
"layers": "1"
}
}
}
}
}