diff options
Diffstat (limited to 'assets/minecraft/models/block/cartography_table.json')
| -rwxr-xr-x | assets/minecraft/models/block/cartography_table.json | 268 |
1 files changed, 268 insertions, 0 deletions
diff --git a/assets/minecraft/models/block/cartography_table.json b/assets/minecraft/models/block/cartography_table.json new file mode 100755 index 00000000..3a145ffd --- /dev/null +++ b/assets/minecraft/models/block/cartography_table.json | |||
| @@ -0,0 +1,268 @@ | |||
| 1 | { | ||
| 2 | "parent": "block/cube", | ||
| 3 | "textures": { | ||
| 4 | "0": "block/cartography_table_front", | ||
| 5 | "1": "block/cartography_table_bottom", | ||
| 6 | "2": "block/cartography_table_left", | ||
| 7 | "3": "block/cartography_table_right", | ||
| 8 | "4": "block/cartography_table_back", | ||
| 9 | "5": "block/cartography_table_top", | ||
| 10 | "6": "block/cartography_table_extra", | ||
| 11 | "7": "block/cartography_table_extra2", | ||
| 12 | "8": "block/cartography_table_extra3", | ||
| 13 | "9": "block/cartography_table_inner", | ||
| 14 | "10": "block/cartography_table_front_empty", | ||
| 15 | "11": "block/cartography_table_right_empty", | ||
| 16 | "particle": "block/air" | ||
| 17 | }, | ||
| 18 | "elements": [ | ||
| 19 | { | ||
| 20 | "from": [0, 0, 0], | ||
| 21 | "to": [16, 16, 16], | ||
| 22 | "faces": { | ||
| 23 | "north": {"uv": [0, 0, 16, 16], "texture": "#4"}, | ||
| 24 | "east": {"uv": [0, 0, 16, 16], "texture": "#11", "cullface": "east"}, | ||
| 25 | "south": {"uv": [0, 0, 16, 16], "texture": "#10", "cullface": "south"}, | ||
| 26 | "west": {"uv": [0, 0, 16, 16], "texture": "#2"}, | ||
| 27 | "up": {"uv": [0, 0, 16, 16], "texture": "#5", "cullface": "up"}, | ||
| 28 | "down": {"uv": [0, 0, 16, 16], "texture": "#1", "cullface": "down"} | ||
| 29 | } | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | "from": [3, 4, 0], | ||
| 33 | "to": [3, 13, 16], | ||
| 34 | "faces": { | ||
| 35 | "east": {"uv": [0, 3, 16, 12], "texture": "#9", "cullface": "south"} | ||
| 36 | } | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "from": [15, 4, 2], | ||
| 40 | "to": [16, 13, 2], | ||
| 41 | "faces": { | ||
| 42 | "south": {"uv": [15, 3, 16, 12], "texture": "#9", "cullface": "east"} | ||
| 43 | } | ||
| 44 | }, | ||
| 45 | { | ||
| 46 | "from": [6, 9, 8], | ||
| 47 | "to": [7, 13, 16], | ||
| 48 | "faces": { | ||
| 49 | "east": {"uv": [0, 3, 8, 7], "texture": "#9", "cullface": "south"}, | ||
| 50 | "west": {"uv": [8, 3, 16, 7], "texture": "#9", "cullface": "south"} | ||
| 51 | } | ||
| 52 | }, | ||
| 53 | { | ||
| 54 | "from": [3, 8, 8], | ||
| 55 | "to": [10, 9, 16], | ||
| 56 | "faces": { | ||
| 57 | "up": {"uv": [3, 8, 10, 16], "rotation": 180, "texture": "#9", "cullface": "south"}, | ||
| 58 | "down": {"uv": [3, 0, 10, 8], "rotation": 180, "texture": "#9", "cullface": "up"} | ||
| 59 | } | ||
| 60 | }, | ||
| 61 | { | ||
| 62 | "from": [10, 4, 8], | ||
| 63 | "to": [11, 13, 16], | ||
| 64 | "faces": { | ||
| 65 | "east": {"uv": [0, 3, 8, 12], "texture": "#9", "cullface": "south"}, | ||
| 66 | "west": {"uv": [8, 3, 16, 12], "texture": "#9", "cullface": "south"} | ||
| 67 | } | ||
| 68 | }, | ||
| 69 | { | ||
| 70 | "from": [13, 4, 7], | ||
| 71 | "to": [16, 13, 16], | ||
| 72 | "faces": { | ||
| 73 | "north": {"uv": [0, 3, 2, 12], "texture": "#9", "cullface": "east"}, | ||
| 74 | "west": {"uv": [8, 3, 16, 12], "texture": "#9", "cullface": "south"} | ||
| 75 | } | ||
| 76 | }, | ||
| 77 | { | ||
| 78 | "from": [14, 11, 2], | ||
| 79 | "to": [16, 13, 7], | ||
| 80 | "faces": { | ||
| 81 | "down": {"uv": [0, 0, 2, 5], "rotation": 180, "texture": "#9", "cullface": "east"} | ||
| 82 | } | ||
| 83 | }, | ||
| 84 | { | ||
| 85 | "from": [14, 4, 2], | ||
| 86 | "to": [16, 6, 7], | ||
| 87 | "faces": { | ||
| 88 | "up": {"uv": [0, 0, 2, 5], "rotation": 180, "texture": "#9", "cullface": "east"} | ||
| 89 | } | ||
| 90 | }, | ||
| 91 | { | ||
| 92 | "from": [3, 4, 0], | ||
| 93 | "to": [15, 13, 8], | ||
| 94 | "faces": { | ||
| 95 | "east": {"uv": [8, 3, 16, 12], "texture": "#3", "cullface": "east"}, | ||
| 96 | "south": {"uv": [3, 3, 15, 12], "texture": "#9", "cullface": "south"} | ||
| 97 | } | ||
| 98 | }, | ||
| 99 | { | ||
| 100 | "from": [3, 4, 16], | ||
| 101 | "to": [13, 13, 7], | ||
| 102 | "faces": { | ||
| 103 | "up": {"uv": [3, 9, 13, 0], "texture": "#9", "cullface": "south"}, | ||
| 104 | "down": {"uv": [3, 6, 13, 15], "texture": "#9", "cullface": "south"} | ||
| 105 | } | ||
| 106 | }, | ||
| 107 | { | ||
| 108 | "from": [3, 15.95, 3.25], | ||
| 109 | "to": [7, 16.95, 7.25], | ||
| 110 | "faces": { | ||
| 111 | "north": {"uv": [8, 15, 12, 16], "texture": "#6", "cullface": "up"}, | ||
| 112 | "east": {"uv": [8, 15, 12, 16], "texture": "#6", "cullface": "up"}, | ||
| 113 | "south": {"uv": [8, 15, 12, 16], "texture": "#6", "cullface": "up"}, | ||
| 114 | "west": {"uv": [8, 15, 12, 16], "texture": "#6", "cullface": "up"}, | ||
| 115 | "up": {"uv": [8, 11, 12, 15], "rotation": 90, "texture": "#6", "cullface": "up"} | ||
| 116 | } | ||
| 117 | }, | ||
| 118 | { | ||
| 119 | "from": [0.75, 17.7, 5.25], | ||
| 120 | "to": [4.75, 24.7, 5.25], | ||
| 121 | "rotation": {"angle": 22.5, "axis": "z", "origin": [3.25, 20.7, 5.25]}, | ||
| 122 | "faces": { | ||
| 123 | "north": {"uv": [12, 0, 16, 7], "texture": "#6", "cullface": "up"}, | ||
| 124 | "south": {"uv": [12, 7, 16, 14], "texture": "#6", "cullface": "up"} | ||
| 125 | } | ||
| 126 | }, | ||
| 127 | { | ||
| 128 | "from": [4.5, 16.95, 4.75], | ||
| 129 | "to": [5.5, 18.95, 5.75], | ||
| 130 | "faces": { | ||
| 131 | "north": {"uv": [12, 14, 13, 16], "texture": "#6", "cullface": "up"}, | ||
| 132 | "east": {"uv": [13, 14, 14, 16], "texture": "#6", "cullface": "up"}, | ||
| 133 | "south": {"uv": [14, 14, 15, 16], "texture": "#6", "cullface": "up"}, | ||
| 134 | "west": {"uv": [15, 14, 16, 16], "texture": "#6", "cullface": "up"}, | ||
| 135 | "up": {"uv": [12, 14, 13, 15], "rotation": 90, "texture": "#6", "cullface": "up"} | ||
| 136 | } | ||
| 137 | }, | ||
| 138 | { | ||
| 139 | "from": [1.53769, 19.7, 2.84835], | ||
| 140 | "to": [6.53769, 24.7, 7.84835], | ||
| 141 | "rotation": {"angle": 22.5, "axis": "z", "origin": [5.53769, 21.7, 1.84835]}, | ||
| 142 | "faces": { | ||
| 143 | "north": {"uv": [0, 5, 5, 10], "texture": "#7", "cullface": "up"}, | ||
| 144 | "east": {"uv": [5, 5, 10, 10], "texture": "#7", "cullface": "up"}, | ||
| 145 | "south": {"uv": [10, 5, 15, 10], "texture": "#7", "cullface": "up"}, | ||
| 146 | "west": {"uv": [10, 0, 15, 5], "texture": "#7", "cullface": "up"}, | ||
| 147 | "up": {"uv": [5, 0, 10, 5], "texture": "#7", "cullface": "up"}, | ||
| 148 | "down": {"uv": [0, 0, 5, 5], "texture": "#7", "cullface": "up"} | ||
| 149 | } | ||
| 150 | }, | ||
| 151 | { | ||
| 152 | "from": [11.5, 15.95, 3.75], | ||
| 153 | "to": [15.5, 16.95, 7.75], | ||
| 154 | "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 16, 8]}, | ||
| 155 | "faces": { | ||
| 156 | "north": {"uv": [0, 15, 4, 16], "texture": "#6", "cullface": "up"}, | ||
| 157 | "east": {"uv": [0, 15, 4, 16], "texture": "#6", "cullface": "up"}, | ||
| 158 | "south": {"uv": [0, 15, 4, 16], "texture": "#6", "cullface": "up"}, | ||
| 159 | "west": {"uv": [0, 15, 4, 16], "texture": "#6", "cullface": "up"}, | ||
| 160 | "up": {"uv": [0, 11, 4, 15], "rotation": 90, "texture": "#6", "cullface": "up"} | ||
| 161 | } | ||
| 162 | }, | ||
| 163 | { | ||
| 164 | "from": [13, 15.7, 7.75], | ||
| 165 | "to": [14, 16.7, 11.75], | ||
| 166 | "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 16, 8]}, | ||
| 167 | "faces": { | ||
| 168 | "east": {"uv": [0, 10, 4, 11], "rotation": 180, "texture": "#6", "cullface": "up"}, | ||
| 169 | "south": {"uv": [3, 10, 4, 11], "texture": "#6", "cullface": "up"}, | ||
| 170 | "west": {"uv": [0, 10, 4, 11], "texture": "#6", "cullface": "up"}, | ||
| 171 | "up": {"uv": [0, 10, 4, 11], "rotation": 90, "texture": "#6", "cullface": "up"} | ||
| 172 | } | ||
| 173 | }, | ||
| 174 | { | ||
| 175 | "from": [-2, 10.25, 2], | ||
| 176 | "to": [0, 12.25, 8], | ||
| 177 | "faces": { | ||
| 178 | "north": {"uv": [0, 10, 2, 12], "rotation": 90, "texture": "#7", "cullface": "west"}, | ||
| 179 | "south": {"uv": [7, 10, 9, 12], "texture": "#7", "cullface": "west"}, | ||
| 180 | "west": {"uv": [2, 10, 8, 12], "texture": "#7", "cullface": "west"}, | ||
| 181 | "up": {"uv": [2, 10, 8, 12], "rotation": 90, "texture": "#7", "cullface": "west"}, | ||
| 182 | "down": {"uv": [2, 10, 8, 12], "rotation": 270, "texture": "#7", "cullface": "west"} | ||
| 183 | } | ||
| 184 | }, | ||
| 185 | { | ||
| 186 | "from": [-1.9, 10.35, 8], | ||
| 187 | "to": [0, 12.15, 13], | ||
| 188 | "faces": { | ||
| 189 | "south": {"uv": [13, 10, 15, 12], "texture": "#7", "cullface": "west"}, | ||
| 190 | "west": {"uv": [8, 10, 13, 12], "texture": "#7", "cullface": "west"}, | ||
| 191 | "up": {"uv": [8, 10, 13, 12], "rotation": 90, "texture": "#7", "cullface": "west"}, | ||
| 192 | "down": {"uv": [8, 10, 13, 12], "rotation": 270, "texture": "#7", "cullface": "west"} | ||
| 193 | } | ||
| 194 | }, | ||
| 195 | { | ||
| 196 | "from": [4, 4, 11], | ||
| 197 | "to": [8, 5, 15], | ||
| 198 | "rotation": {"angle": -22.5, "axis": "y", "origin": [6, 4.5, 12.5]}, | ||
| 199 | "faces": { | ||
| 200 | "east": {"uv": [4, 15, 8, 16], "texture": "#6", "cullface": "south"}, | ||
| 201 | "south": {"uv": [4, 15, 8, 16], "texture": "#6", "cullface": "south"}, | ||
| 202 | "up": {"uv": [4, 11, 8, 15], "texture": "#6", "cullface": "south"} | ||
| 203 | } | ||
| 204 | }, | ||
| 205 | { | ||
| 206 | "from": [4.5, 16.2, 3.75], | ||
| 207 | "to": [14.5, 16.2, 13.75], | ||
| 208 | "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 16, 8]}, | ||
| 209 | "faces": { | ||
| 210 | "up": {"uv": [0, 0, 10, 10], "rotation": 90, "texture": "#6", "cullface": "up"} | ||
| 211 | } | ||
| 212 | }, | ||
| 213 | { | ||
| 214 | "from": [0.25, 3.25, 2], | ||
| 215 | "to": [2.25, 5.25, 14], | ||
| 216 | "rotation": {"angle": 22.5, "axis": "z", "origin": [0, 0, 0]}, | ||
| 217 | "faces": { | ||
| 218 | "north": {"uv": [3, 1, 5, 3], "texture": "#8", "cullface": "west"}, | ||
| 219 | "south": {"uv": [1, 1, 3, 3], "texture": "#8", "cullface": "west"}, | ||
| 220 | "west": {"uv": [1, 10, 13, 12], "texture": "#8", "cullface": "west"}, | ||
| 221 | "up": {"uv": [1, 8, 13, 10], "rotation": 90, "texture": "#8", "cullface": "west"}, | ||
| 222 | "down": {"uv": [1, 12, 13, 14], "rotation": 90, "texture": "#8", "cullface": "west"} | ||
| 223 | } | ||
| 224 | }, | ||
| 225 | { | ||
| 226 | "from": [-3, 6, 1], | ||
| 227 | "to": [0, 10, 15], | ||
| 228 | "faces": { | ||
| 229 | "north": {"uv": [3, 0, 6, 4], "texture": "#8", "cullface": "west"}, | ||
| 230 | "south": {"uv": [0, 0, 3, 4], "texture": "#8", "cullface": "west"}, | ||
| 231 | "west": {"uv": [0, 9, 14, 13], "texture": "#8", "cullface": "west"}, | ||
| 232 | "up": {"uv": [0, 6, 14, 9], "rotation": 90, "texture": "#8", "cullface": "west"}, | ||
| 233 | "down": {"uv": [0, 13, 14, 16], "rotation": 270, "texture": "#8", "cullface": "west"} | ||
| 234 | } | ||
| 235 | }, | ||
| 236 | { | ||
| 237 | "from": [11.5, 4.4, 8], | ||
| 238 | "to": [12.5, 10.4, 15], | ||
| 239 | "rotation": {"angle": 22.5, "axis": "z", "origin": [12.5, 7.5, 11.5]}, | ||
| 240 | "faces": { | ||
| 241 | "east": {"uv": [0, 10, 6, 16], "texture": "#8", "cullface": "south"}, | ||
| 242 | "south": {"uv": [11, 4, 12, 10], "texture": "#0", "cullface": "south"}, | ||
| 243 | "west": {"uv": [0, 10, 6, 16], "texture": "#8", "cullface": "south"}, | ||
| 244 | "up": {"uv": [5, 9, 6, 16], "texture": "#8", "cullface": "south"}, | ||
| 245 | "down": {"uv": [5, 9, 6, 16], "texture": "#8", "cullface": "south"} | ||
| 246 | } | ||
| 247 | }, | ||
| 248 | { | ||
| 249 | "from": [3.3, 9, 8], | ||
| 250 | "to": [5.8, 11.5, 15], | ||
| 251 | "faces": { | ||
| 252 | "east": {"uv": [0, 13, 6, 16], "texture": "#8", "cullface": "south"}, | ||
| 253 | "south": {"uv": [3, 4, 6, 7], "texture": "#0", "cullface": "south"}, | ||
| 254 | "west": {"uv": [0, 13, 6, 16], "texture": "#8", "cullface": "south"}, | ||
| 255 | "up": {"uv": [3, 9, 6, 16], "rotation": 180, "texture": "#8", "cullface": "south"} | ||
| 256 | } | ||
| 257 | }, | ||
| 258 | { | ||
| 259 | "from": [7.5, 9, 8], | ||
| 260 | "to": [10, 11.5, 14], | ||
| 261 | "faces": { | ||
| 262 | "south": {"uv": [7, 9, 10, 12], "texture": "#0", "cullface": "south"}, | ||
| 263 | "west": {"uv": [0, 13, 6, 16], "texture": "#8", "cullface": "south"}, | ||
| 264 | "up": {"uv": [3, 10, 6, 16], "rotation": 180, "texture": "#8", "cullface": "south"} | ||
| 265 | } | ||
| 266 | } | ||
| 267 | ] | ||
| 268 | } \ No newline at end of file | ||