diff options
Diffstat (limited to 'assets/minecraft/models/block/repeater_4tick.json')
| -rwxr-xr-x | assets/minecraft/models/block/repeater_4tick.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/repeater_4tick.json b/assets/minecraft/models/block/repeater_4tick.json new file mode 100755 index 00000000..e1860f7a --- /dev/null +++ b/assets/minecraft/models/block/repeater_4tick.json | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "texture_size": [32, 16], | ||
| 4 | "textures": { | ||
| 5 | "0": "block/repeater/repeater_4", | ||
| 6 | "2": "block/repeater/repeater_base_off", | ||
| 7 | "particle": "block/air" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "shade": false, | ||
| 12 | "from": [6, 2, 2], | ||
| 13 | "to": [10, 6, 4], | ||
| 14 | "faces": { | ||
| 15 | "north": {"uv": [0.5, 12, 2.5, 16], "texture": "#0"}, | ||
| 16 | "south": {"uv": [0.5, 12, 2.5, 16], "texture": "#0"} | ||
| 17 | } | ||
| 18 | }, | ||
| 19 | { | ||
| 20 | "from": [0, 0, 0], | ||
| 21 | "to": [16, 2, 16], | ||
| 22 | "faces": { | ||
| 23 | "north": {"uv": [8, 14, 16, 16], "texture": "#0", "cullface": "north"}, | ||
| 24 | "east": {"uv": [16, 16, 15, 0], "rotation": 270, "texture": "#0", "cullface": "east"}, | ||
| 25 | "south": {"uv": [8, 14, 16, 16], "texture": "#0", "cullface": "south"}, | ||
| 26 | "west": {"uv": [9, 16, 8, 0], "rotation": 90, "texture": "#0", "cullface": "west"}, | ||
| 27 | "up": {"uv": [0, 0, 16, 16], "texture": "#2"}, | ||
| 28 | "down": {"uv": [8, 16, 16, 0], "texture": "#0", "cullface": "down"} | ||
| 29 | } | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | "shade": false, | ||
| 33 | "from": [6, 2, 12], | ||
| 34 | "to": [10, 6, 14], | ||
| 35 | "faces": { | ||
| 36 | "north": {"uv": [5.5, 12, 7.5, 16], "texture": "#0"}, | ||
| 37 | "south": {"uv": [5.5, 12, 7.5, 16], "texture": "#0"} | ||
| 38 | } | ||
| 39 | }, | ||
| 40 | { | ||
| 41 | "shade": false, | ||
| 42 | "from": [7, 2, 1], | ||
| 43 | "to": [9, 6, 15], | ||
| 44 | "faces": { | ||
| 45 | "east": {"uv": [7.5, 12, 0.5, 16], "texture": "#0"}, | ||
| 46 | "west": {"uv": [0.5, 12, 7.5, 16], "texture": "#0"} | ||
| 47 | } | ||
| 48 | }, | ||
| 49 | { | ||
| 50 | "shade": false, | ||
| 51 | "from": [7, 5, 2], | ||
| 52 | "to": [9, 5, 14], | ||
| 53 | "faces": { | ||
| 54 | "up": {"uv": [1, 10, 7, 12], "rotation": 90, "texture": "#0"} | ||
| 55 | } | ||
| 56 | } | ||
| 57 | ] | ||
| 58 | } \ No newline at end of file | ||