summaryrefslogtreecommitdiff
path: root/assets/minecraft/models/redstone/redstone_cross.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/minecraft/models/redstone/redstone_cross.json')
-rwxr-xr-xassets/minecraft/models/redstone/redstone_cross.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/minecraft/models/redstone/redstone_cross.json b/assets/minecraft/models/redstone/redstone_cross.json
new file mode 100755
index 00000000..ffa3b3cf
--- /dev/null
+++ b/assets/minecraft/models/redstone/redstone_cross.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": [10.66667, 8, 16, 16], "texture": "#wire"},
14 "down": {"uv": [10.66667, 16, 16, 8], "texture": "#wire", "cullface": "down"}
15 }
16 }
17 ]
18} \ No newline at end of file