resent-1.8/desktopRuntime/resources/assets/minecraft/blockstates/stone.json

11 lines
241 B
JSON
Raw Normal View History

2022-12-27 10:59:46 -08:00
{
"variants": {
"normal": [
{ "model": "stone" },
{ "model": "stone_mirrored" },
{ "model": "stone", "y": 180 },
{ "model": "stone_mirrored", "y": 180 }
]
}
}