diff options
| author | 2024-01-20 02:25:44 +0200 | |
|---|---|---|
| committer | 2024-01-20 02:25:44 +0200 | |
| commit | 88e4e8852a5f1c33794abe430411b73c3ade507a (patch) | |
| tree | b8a46554b8963269fbbbe5df21122513a5b87228 /assets/minecraft/models/block/repeater_3tick.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/repeater_3tick.json')
| -rwxr-xr-x | assets/minecraft/models/block/repeater_3tick.json | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/repeater_3tick.json b/assets/minecraft/models/block/repeater_3tick.json new file mode 100755 index 00000000..edc43ad4 --- /dev/null +++ b/assets/minecraft/models/block/repeater_3tick.json | |||
| @@ -0,0 +1,58 @@ | |||
| 1 | { | ||
| 2 | "ambientocclusion": false, | ||
| 3 | "texture_size": [32, 16], | ||
| 4 | "textures": { | ||
| 5 | "0": "block/repeater/repeater_3", | ||
| 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, 10], | ||
| 34 | "to": [10, 6, 12], | ||
| 35 | "faces": { | ||
| 36 | "north": {"uv": [4.5, 12, 6.5, 16], "texture": "#0"}, | ||
| 37 | "south": {"uv": [4.5, 12, 6.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 | ||