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