source-code/desktopRuntime/resources/assets/minecraft/models/block/orientable.json
eaglercraft 784a776dbb add files
2024-02-14 20:52:11 -08:00

12 lines
246 B
JSON
Executable file

{
"parent": "block/cube",
"textures": {
"particle": "#front",
"down": "#top",
"up": "#top",
"north": "#front",
"east": "#side",
"south": "#side",
"west": "#side"
}
}