summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/button.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/block/button.json')
-rwxr-xr-xassets/minecraft/models/block/button.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/button.json b/assets/minecraft/models/block/button.json
new file mode 100755
index 00000000..9f3f17a4
--- /dev/null
+++ b/assets/minecraft/models/block/button.json
@@ -0,0 +1,18 @@
1{
2 "textures": {
3 "particle": "block/air"
4 },
5 "elements": [
6 { "from": [ 5, 0, 6 ],
7 "to": [ 11, 2, 10 ],
8 "faces": {
9 "down": { "uv": [ 5, 6, 11, 10 ], "texture": "#texture", "cullface": "down" },
10 "up": { "uv": [ 5, 10, 11, 6 ], "texture": "#texture" },
11 "north": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" },
12 "south": { "uv": [ 5, 14, 11, 16 ], "texture": "#texture" },
13 "west": { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" },
14 "east": { "uv": [ 6, 14, 10, 16 ], "texture": "#texture" }
15 }
16 }
17 ]
18}