diff options
Diffstat (limited to 'assets/minecraft/models/item/campfire.json')
| -rwxr-xr-x | assets/minecraft/models/item/campfire.json | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/campfire.json b/assets/minecraft/models/item/campfire.json new file mode 100755 index 00000000..6fe726bd --- /dev/null +++ b/assets/minecraft/models/item/campfire.json | |||
| @@ -0,0 +1,84 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/end_portal_frame", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "4": "item/campfire", | ||
| 6 | "log": "block/campfire_log_lit", | ||
| 7 | "fire": "block/campfire_fire" | ||
| 8 | }, | ||
| 9 | "elements": [ | ||
| 10 | { | ||
| 11 | "from": [6, 0, 6], | ||
| 12 | "to": [10, 0, 10], | ||
| 13 | "shade": false, | ||
| 14 | "faces": { | ||
| 15 | "down": {"uv": [0, 0, 16, 16], "texture": "#4"} | ||
| 16 | } | ||
| 17 | }, | ||
| 18 | { | ||
| 19 | "from": [1, 0, 0], | ||
| 20 | "to": [15, 4, 16], | ||
| 21 | "faces": { | ||
| 22 | "north": {"uv": [8.5, 7, 15.5, 9], "texture": "#log", "cullface": "north"}, | ||
| 23 | "east": {"uv": [0, 0, 8, 2], "texture": "#log"}, | ||
| 24 | "south": {"uv": [8.5, 7, 15.5, 9], "texture": "#log", "cullface": "south"}, | ||
| 25 | "west": {"uv": [8, 0, 0, 2], "texture": "#log"}, | ||
| 26 | "up": {"uv": [0, 0, 8, 7], "rotation": 90, "texture": "#log"} | ||
| 27 | } | ||
| 28 | }, | ||
| 29 | { | ||
| 30 | "from": [0, 3, 1], | ||
| 31 | "to": [16, 7, 15], | ||
| 32 | "faces": { | ||
| 33 | "north": {"uv": [0, 9, 8, 11], "texture": "#log"}, | ||
| 34 | "east": {"uv": [0.5, 7, 7.5, 9], "texture": "#log", "cullface": "east"}, | ||
| 35 | "south": {"uv": [0, 9, 8, 11], "texture": "#log"}, | ||
| 36 | "west": {"uv": [0.5, 7, 7.5, 9], "texture": "#log", "cullface": "west"}, | ||
| 37 | "up": {"uv": [0, 0, 8, 7], "rotation": 180, "texture": "#log"} | ||
| 38 | } | ||
| 39 | }, | ||
| 40 | { | ||
| 41 | "from": [0.8, 1, 8], | ||
| 42 | "to": [15.2, 16, 8], | ||
| 43 | "shade": false, | ||
| 44 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, | ||
| 45 | "faces": { | ||
| 46 | "north": {"uv": [0, 0, 16, 16], "texture": "#fire"}, | ||
| 47 | "south": {"uv": [0, 0, 16, 16], "texture": "#fire"} | ||
| 48 | } | ||
| 49 | }, | ||
| 50 | { | ||
| 51 | "from": [8, 1, 0.8], | ||
| 52 | "to": [8, 16, 15.2], | ||
| 53 | "shade": false, | ||
| 54 | "rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]}, | ||
| 55 | "faces": { | ||
| 56 | "east": {"uv": [0, 0, 16, 16], "texture": "#fire"}, | ||
| 57 | "west": {"uv": [0, 0, 16, 16], "texture": "#fire"} | ||
| 58 | } | ||
| 59 | }, | ||
| 60 | { | ||
| 61 | "from": [11, 0, 0], | ||
| 62 | "to": [5, 4, 16], | ||
| 63 | "faces": { | ||
| 64 | "east": {"uv": [0, 9, 8, 11], "texture": "#log"}, | ||
| 65 | "west": {"uv": [0, 9, 8, 11], "texture": "#log"} | ||
| 66 | } | ||
| 67 | }, | ||
| 68 | { | ||
| 69 | "from": [0, 3, 11], | ||
| 70 | "to": [16, 7, 5], | ||
| 71 | "faces": { | ||
| 72 | "north": {"uv": [0, 9, 8, 11], "texture": "#log"}, | ||
| 73 | "south": {"uv": [0, 9, 8, 11], "texture": "#log"} | ||
| 74 | } | ||
| 75 | }, | ||
| 76 | { | ||
| 77 | "from": [5, 0, 0], | ||
| 78 | "to": [11, 1, 16], | ||
| 79 | "faces": { | ||
| 80 | "up": {"uv": [8, 2, 16, 5], "rotation": 90, "texture": "#log"} | ||
| 81 | } | ||
| 82 | } | ||
| 83 | ] | ||
| 84 | } \ No newline at end of file | ||