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

19 lines
696 B
JSON
Executable File

{
"textures": {
"particle": "#texture"
},
"elements": [
{ "from": [ 5, 0, 6 ],
"to": [ 11, 2, 10 ],
"faces": {
"down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture", "cullface": "down" },
"up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" },
"north": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" },
"south": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" },
"west": { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" },
"east": { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" }
}
}
]
}