diff options
Diffstat (limited to 'assets/minecraft/models/block/pressure_plate_up.json')
| -rwxr-xr-x | assets/minecraft/models/block/pressure_plate_up.json | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/pressure_plate_up.json b/assets/minecraft/models/block/pressure_plate_up.json new file mode 100755 index 00000000..22b78b03 --- /dev/null +++ b/assets/minecraft/models/block/pressure_plate_up.json | |||
| @@ -0,0 +1,31 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/thin_block", | ||
| 3 | "textures": { | ||
| 4 | "particle": "block/air" | ||
| 5 | }, | ||
| 6 | "elements": [ | ||
| 7 | { | ||
| 8 | "from": [1, 0, 1], | ||
| 9 | "to": [15, 1.2, 15], | ||
| 10 | "faces": { | ||
| 11 | "north": {"uv": [1, 14, 15, 15], "texture": "#texture"}, | ||
| 12 | "east": {"uv": [1, 14, 15, 15], "texture": "#texture"}, | ||
| 13 | "south": {"uv": [1, 14, 15, 15], "texture": "#texture"}, | ||
| 14 | "west": {"uv": [1, 14, 15, 15], "texture": "#texture"}, | ||
| 15 | "up": {"uv": [1, 1, 15, 15], "texture": "#texture"}, | ||
| 16 | "down": {"uv": [1, 1, 15, 15], "texture": "#texture", "cullface": "down"} | ||
| 17 | } | ||
| 18 | } | ||
| 19 | ], | ||
| 20 | "display": { | ||
| 21 | "ground": { | ||
| 22 | "translation": [0, 4.5, 0], | ||
| 23 | "scale": [0.58, 0.58, 0.58] | ||
| 24 | }, | ||
| 25 | "gui": { | ||
| 26 | "rotation": [30.72, 45.21, 0.66], | ||
| 27 | "translation": [0, 4.25, 0], | ||
| 28 | "scale": [0.83, 0.83, 0.83] | ||
| 29 | } | ||
| 30 | } | ||
| 31 | } \ No newline at end of file | ||