diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/pressure_plate_down.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/pressure_plate_down.json')
| -rwxr-xr-x | assets/minecraft/models/block/pressure_plate_down.json | 19 |
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 | } | ||