eaglercraft-1.8-workspace/desktopRuntime/resources/assets/minecraft/blockstates/sand.json
2024-02-14 20:52:11 -08:00

11 lines
228 B
JSON
Executable File

{
"variants": {
"normal": [
{ "model": "sand" },
{ "model": "sand", "y": 90 },
{ "model": "sand", "y": 180 },
{ "model": "sand", "y": 270 }
]
}
}