summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/block/pressure_plate_up.json
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
committerGravatar Uko Kokņevičs2024-01-20 02:25:44 +0200
commit88e4e8852a5f1c33794abe430411b73c3ade507a (patch)
treeb8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/pressure_plate_up.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/block/pressure_plate_up.json')
-rwxr-xr-xassets/minecraft/models/block/pressure_plate_up.json31
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