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/end_stone2.json | |
| download | faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.gz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.tar.xz faithless16x-88e4e8852a5f1c33794abe430411b73c3ade507a.zip | |
Initial import
Diffstat (limited to 'assets/minecraft/models/block/end_stone2.json')
| -rwxr-xr-x | assets/minecraft/models/block/end_stone2.json | 96 |
1 files changed, 96 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/end_stone2.json b/assets/minecraft/models/block/end_stone2.json new file mode 100755 index 00000000..69c1beb2 --- /dev/null +++ b/assets/minecraft/models/block/end_stone2.json | |||
| @@ -0,0 +1,96 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/block", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "1": "block/end_stone_grass_top", | ||
| 6 | "2": "block/end_stone_grass", | ||
| 7 | "3": "block/end_stone", | ||
| 8 | "4": "block/end_stone_shroom", | ||
| 9 | "5": "block/end_stone_ctm", | ||
| 10 | "particle": "block/end_stone" | ||
| 11 | }, | ||
| 12 | "elements": [ | ||
| 13 | { | ||
| 14 | "from": [0, 0, 0], | ||
| 15 | "to": [16, 16, 16], | ||
| 16 | "faces": { | ||
| 17 | "north": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "north"}, | ||
| 18 | "east": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "east"}, | ||
| 19 | "south": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "south"}, | ||
| 20 | "west": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "west"}, | ||
| 21 | "up": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "up"}, | ||
| 22 | "down": {"uv": [0, 0, 16, 16], "texture": "#3", "cullface": "down"} | ||
| 23 | } | ||
| 24 | }, | ||
| 25 | { | ||
| 26 | "from": [0, 16.1, 0], | ||
| 27 | "to": [16, 16.1, 16], | ||
| 28 | "faces": { | ||
| 29 | "up": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "up"} | ||
| 30 | } | ||
| 31 | }, | ||
| 32 | { | ||
| 33 | "from": [-2, 16.05, -2], | ||
| 34 | "to": [18, 16.05, 18], | ||
| 35 | "faces": { | ||
| 36 | "up": {"uv": [4.66667, 4.66667, 11.33333, 11.33333], "texture": "#5", "cullface": "up"} | ||
| 37 | } | ||
| 38 | }, | ||
| 39 | { | ||
| 40 | "from": [8, 16, 0], | ||
| 41 | "to": [8, 32, 16], | ||
| 42 | "shade": false, | ||
| 43 | "rotation": {"angle": -45, "axis": "y", "origin": [8, 24, 8]}, | ||
| 44 | "faces": { | ||
| 45 | "east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"}, | ||
| 46 | "west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"} | ||
| 47 | } | ||
| 48 | }, | ||
| 49 | { | ||
| 50 | "from": [8, 16, 0], | ||
| 51 | "to": [8, 32, 16], | ||
| 52 | "shade": false, | ||
| 53 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 24, 8]}, | ||
| 54 | "faces": { | ||
| 55 | "east": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"}, | ||
| 56 | "west": {"uv": [0, 0, 16, 16], "texture": "#2", "cullface": "up"} | ||
| 57 | } | ||
| 58 | }, | ||
| 59 | { | ||
| 60 | "from": [0, 10, -8], | ||
| 61 | "to": [16, 10, 0], | ||
| 62 | "shade": false, | ||
| 63 | "faces": { | ||
| 64 | "up": {"uv": [0, 8, 16, 0], "texture": "#4", "cullface": "north"}, | ||
| 65 | "down": {"uv": [0, 0, 16, 8], "texture": "#4", "cullface": "north"} | ||
| 66 | } | ||
| 67 | }, | ||
| 68 | { | ||
| 69 | "from": [16, 7, 0], | ||
| 70 | "to": [24, 7, 16], | ||
| 71 | "shade": false, | ||
| 72 | "faces": { | ||
| 73 | "up": {"uv": [0, 8, 16, 0], "rotation": 90, "texture": "#4", "cullface": "east"}, | ||
| 74 | "down": {"uv": [0, 0, 16, 8], "rotation": 270, "texture": "#4", "cullface": "east"} | ||
| 75 | } | ||
| 76 | }, | ||
| 77 | { | ||
| 78 | "from": [0, 10, 16], | ||
| 79 | "to": [16, 10, 24], | ||
| 80 | "shade": false, | ||
| 81 | "faces": { | ||
| 82 | "up": {"uv": [0, 8, 16, 0], "rotation": 180, "texture": "#4", "cullface": "south"}, | ||
| 83 | "down": {"uv": [0, 0, 16, 8], "rotation": 180, "texture": "#4", "cullface": "south"} | ||
| 84 | } | ||
| 85 | }, | ||
| 86 | { | ||
| 87 | "from": [-8, 7, 0], | ||
| 88 | "to": [0, 7, 16], | ||
| 89 | "shade": false, | ||
| 90 | "faces": { | ||
| 91 | "up": {"uv": [0, 8, 16, 0], "rotation": 270, "texture": "#4", "cullface": "west"}, | ||
| 92 | "down": {"uv": [0, 0, 16, 8], "rotation": 90, "texture": "#4", "cullface": "west"} | ||
| 93 | } | ||
| 94 | } | ||
| 95 | ] | ||
| 96 | } \ No newline at end of file | ||