eaglercraft-builds/EaglercraftX_1.8_Desktop_Runtime/resources/assets/minecraft/blockstates/stone.json
2024-02-14 07:44:40 -08:00

11 lines
241 B
JSON
Executable File

{
"variants": {
"normal": [
{ "model": "stone" },
{ "model": "stone_mirrored" },
{ "model": "stone", "y": 180 },
{ "model": "stone_mirrored", "y": 180 }
]
}
}