summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/redstone/redstone_bend.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/redstone/redstone_bend.json
downloadfaithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz
faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip
Initial import
Diffstat (limited to 'assets/minecraft/models/redstone/redstone_bend.json')
-rwxr-xr-xassets/minecraft/models/redstone/redstone_bend.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/minecraft/models/redstone/redstone_bend.json b/assets/minecraft/models/redstone/redstone_bend.json
new file mode 100755
index 00000000..0aacb67d
--- /dev/null
+++ b/assets/minecraft/models/redstone/redstone_bend.json
@@ -0,0 +1,18 @@
1{
2 "ambientocclusion": false,
3 "texture_size": [48, 32],
4 "textures": {
5 "particle": "block/redstone/particle"
6 },
7 "elements": [
8 {
9 "from": [0, 1, 0],
10 "to": [16, 1, 16],
11 "shade": false,
12 "faces": {
13 "up": {"uv": [5.33333, 8, 10.66667, 16], "texture": "#wire"},
14 "down": {"uv": [5.33333, 16, 10.66667, 8], "texture": "#wire", "cullface": "down"}
15 }
16 }
17 ]
18} \ No newline at end of file