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