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

14 lines
No EOL
255 B
JSON

{
"type": "minecraft:block_pile",
"config": {
"state_provider": {
"type": "minecraft:rotated_block_provider",
"state": {
"Name": "minecraft:hay_block",
"Properties": {
"axis": "y"
}
}
}
}
}