diff options
Diffstat (limited to 'assets/minecraft/models/redstone/redstone_up.json')
| -rwxr-xr-x | assets/minecraft/models/redstone/redstone_up.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/minecraft/models/redstone/redstone_up.json b/assets/minecraft/models/redstone/redstone_up.json new file mode 100755 index 00000000..dfadd82e --- /dev/null +++ b/assets/minecraft/models/redstone/redstone_up.json | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "elements": [ | ||
| 4 | { | ||
| 5 | "from": [0, 1, 15.9], | ||
| 6 | "to": [16, 17, 16], | ||
| 7 | "shade": false, | ||
| 8 | "faces": { | ||
| 9 | "north": {"uv": [5.33333, 0, 10.66667, 8], "texture": "#wire"}, | ||
| 10 | "south": {"uv": [5.33333, 8, 10.66667, 0], "texture": "#wire", "cullface": "south"} | ||
| 11 | } | ||
| 12 | } | ||
| 13 | ] | ||
| 14 | } \ No newline at end of file | ||