diff options
Diffstat (limited to 'assets/minecraft/models/block/target_1.json')
| -rwxr-xr-x | assets/minecraft/models/block/target_1.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/target_1.json b/assets/minecraft/models/block/target_1.json new file mode 100755 index 00000000..54a7179a --- /dev/null +++ b/assets/minecraft/models/block/target_1.json | |||
| @@ -0,0 +1,33 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "0": "block/target_side", | ||
| 4 | "1": "block/target_top", | ||
| 5 | "2": "block/target_1", | ||
| 6 | "particle": "block/target_side" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [0, 0, 0], | ||
| 11 | "to": [16, 16, 16], | ||
| 12 | "faces": { | ||
| 13 | "north": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "north"}, | ||
| 14 | "east": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "east"}, | ||
| 15 | "south": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "south"}, | ||
| 16 | "west": {"uv": [0, 0, 16, 16], "texture": "#0", "cullface": "west"}, | ||
| 17 | "up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"}, | ||
| 18 | "down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"} | ||
| 19 | } | ||
| 20 | }, | ||
| 21 | { | ||
| 22 | "from": [1, 24, 1], | ||
| 23 | "to": [15, 32, 15], | ||
| 24 | "shade": false, | ||
| 25 | "faces": { | ||
| 26 | "north": {"uv": [1, 4, 15, 12], "texture": "#2", "cullface": "up"}, | ||
| 27 | "east": {"uv": [1, 4, 15, 12], "texture": "#2", "cullface": "up"}, | ||
| 28 | "south": {"uv": [1, 4, 15, 12], "texture": "#2", "cullface": "up"}, | ||
| 29 | "west": {"uv": [1, 4, 15, 12], "texture": "#2", "cullface": "up"} | ||
| 30 | } | ||
| 31 | } | ||
| 32 | ] | ||
| 33 | } \ No newline at end of file | ||