diff options
Diffstat (limited to 'assets/minecraft/models/block/comparator.json')
| -rwxr-xr-x | assets/minecraft/models/block/comparator.json | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/comparator.json b/assets/minecraft/models/block/comparator.json new file mode 100755 index 00000000..0da4edf0 --- /dev/null +++ b/assets/minecraft/models/block/comparator.json | |||
| @@ -0,0 +1,74 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "textures": { | ||
| 4 | "0": "block/repeater/comparator", | ||
| 5 | "particle": "block/air" | ||
| 6 | }, | ||
| 7 | "elements": [ | ||
| 8 | { | ||
| 9 | "from": [0, 0, 0], | ||
| 10 | "to": [16, 2, 16], | ||
| 11 | "faces": { | ||
| 12 | "north": {"uv": [8, 5, 16, 6], "texture": "#0", "cullface": "north"}, | ||
| 13 | "east": {"uv": [16, 6, 8, 7], "texture": "#0", "cullface": "east"}, | ||
| 14 | "south": {"uv": [8, 7, 16, 8], "texture": "#0", "cullface": "south"}, | ||
| 15 | "west": {"uv": [8, 6, 16, 7], "texture": "#0", "cullface": "west"}, | ||
| 16 | "up": {"uv": [0, 8, 8, 16], "texture": "#0"}, | ||
| 17 | "down": {"uv": [8, 16, 16, 8], "texture": "#0", "cullface": "down"} | ||
| 18 | } | ||
| 19 | }, | ||
| 20 | { | ||
| 21 | "shade": false, | ||
| 22 | "from": [6, 2, 2], | ||
| 23 | "to": [10, 6, 4], | ||
| 24 | "faces": { | ||
| 25 | "north": {"uv": [6, 0, 8, 2], "texture": "#0"}, | ||
| 26 | "south": {"uv": [6, 0, 8, 2], "texture": "#0"} | ||
| 27 | } | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "shade": false, | ||
| 31 | "from": [7, 2, 1], | ||
| 32 | "to": [9, 6, 5], | ||
| 33 | "faces": { | ||
| 34 | "east": {"uv": [6, 0, 8, 2], "texture": "#0"}, | ||
| 35 | "west": {"uv": [6, 0, 8, 2], "texture": "#0"} | ||
| 36 | } | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "shade": false, | ||
| 40 | "from": [4, 2, 10], | ||
| 41 | "to": [6, 6, 14], | ||
| 42 | "faces": { | ||
| 43 | "east": {"uv": [1.5, 6, 3.5, 8], "texture": "#0"}, | ||
| 44 | "west": {"uv": [1.5, 6, 3.5, 8], "texture": "#0"} | ||
| 45 | } | ||
| 46 | }, | ||
| 47 | { | ||
| 48 | "shade": false, | ||
| 49 | "from": [10, 2, 10], | ||
| 50 | "to": [12, 6, 14], | ||
| 51 | "faces": { | ||
| 52 | "east": {"uv": [4.5, 6, 6.5, 8], "texture": "#0"}, | ||
| 53 | "west": {"uv": [4.5, 6, 6.5, 8], "texture": "#0"} | ||
| 54 | } | ||
| 55 | }, | ||
| 56 | { | ||
| 57 | "shade": false, | ||
| 58 | "from": [3, 2, 11], | ||
| 59 | "to": [13, 6, 13], | ||
| 60 | "faces": { | ||
| 61 | "north": {"uv": [1.5, 6, 6.5, 8], "texture": "#0"}, | ||
| 62 | "south": {"uv": [6.5, 6, 1.5, 8], "texture": "#0"} | ||
| 63 | } | ||
| 64 | }, | ||
| 65 | { | ||
| 66 | "shade": false, | ||
| 67 | "from": [4, 5, 2], | ||
| 68 | "to": [12, 5, 13], | ||
| 69 | "faces": { | ||
| 70 | "up": {"uv": [2, 0.5, 6, 6], "texture": "#0"} | ||
| 71 | } | ||
| 72 | } | ||
| 73 | ] | ||
| 74 | } \ No newline at end of file | ||