|
| 1 | +{ |
| 2 | + "parent": "block/block", |
| 3 | + "textures": { |
| 4 | + "particle": "#side" |
| 5 | + }, |
| 6 | + "elements": [ |
| 7 | + { |
| 8 | + "name": "cage", |
| 9 | + "from": [0, 0, 0], |
| 10 | + "to": [16, 16, 16], |
| 11 | + "faces": { |
| 12 | + "north": {"uv": [0, 0, 16, 16], "texture": "#front", "cullface": "north"}, |
| 13 | + "east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"}, |
| 14 | + "south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"}, |
| 15 | + "west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"}, |
| 16 | + "up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"}, |
| 17 | + "down": {"uv": [0, 0, 16, 16], "texture": "#bottom"} |
| 18 | + } |
| 19 | + }, |
| 20 | + { |
| 21 | + "name": "cage_inverted_faces", |
| 22 | + "from": [15.998, 3.002, 0.002], |
| 23 | + "to": [0.002, 15.998, 15.998], |
| 24 | + "faces": { |
| 25 | + "north": {"uv": [16, 0, 0, 13], "texture": "#front"}, |
| 26 | + "east": {"uv": [16, 0, 0, 13], "texture": "#side"}, |
| 27 | + "south": {"uv": [16, 0, 0, 13], "texture": "#side"}, |
| 28 | + "west": {"uv": [16, 0, 0, 13], "texture": "#side"}, |
| 29 | + "up": {"uv": [16, 0, 0, 16], "texture": "#top"}, |
| 30 | + "down": {"uv": [0, 0, 16, 16], "texture": "#bottom"} |
| 31 | + } |
| 32 | + } |
| 33 | + ] |
| 34 | +} |
0 commit comments