diff --git a/resourcepack/LICENSE b/resourcepack/LICENSE new file mode 100644 index 0000000..3bd0b0b --- /dev/null +++ b/resourcepack/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2020 vectorwing + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/back.json b/resourcepack/assets/cards/models/item/back.json new file mode 100644 index 0000000..280d0b6 --- /dev/null +++ b/resourcepack/assets/cards/models/item/back.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/back" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/base.json b/resourcepack/assets/cards/models/item/base.json new file mode 100644 index 0000000..f4aca9b --- /dev/null +++ b/resourcepack/assets/cards/models/item/base.json @@ -0,0 +1,119 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "cards:item/blank", + "1": "cards:item/back", + "particle": "cards:item/back" + }, + "elements": [ + { + "name": "front", + "from": [2, 8, 4], + "to": [14, 8, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "up": {"uv": [0, 0, 8, 12], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "back", + "from": [2, 7, 4], + "to": [14, 7, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "down": {"uv": [8, 12, 0, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "top", + "from": [14, 7, 4], + "to": [15, 8, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 8], "rotation": 90, "texture": "#1"}, + "south": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 8], "texture": "#1"}, + "down": {"uv": [9, 0, 10, 8], "texture": "#1"} + } + }, + { + "name": "bottom", + "from": [1, 7, 4], + "to": [2, 8, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "south": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#1"}, + "up": {"uv": [8, 0, 9, 8], "texture": "#1"}, + "down": {"uv": [9, 0, 10, 8], "texture": "#1"} + } + }, + { + "name": "left", + "from": [2, 7, 3], + "to": [14, 8, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 12], "rotation": 270, "texture": "#1"}, + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "right", + "from": [2, 7, 12], + "to": [14, 8, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "south": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [30, 64, 55], + "translation": [-0.25, 3.5, 1.25], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [30, -115, -55], + "translation": [-0.5, 3.5, 1.25], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [7, 75, 80], + "translation": [2.75, 4, -1.25], + "scale": [0.7, 0.7, 0.7] + }, + "firstperson_lefthand": { + "rotation": [-173, -75, 100], + "translation": [2.75, 4, -1.25], + "scale": [0.7, 0.7, 0.7] + }, + "ground": { + "rotation": [5, 0, 175], + "translation": [0, -3, 0], + "scale": [0.8, 0.8, 0.8] + }, + "gui": { + "rotation": [90, 85, 0] + }, + "head": { + "rotation": [78, -79, 161], + "translation": [-0.5, 12, -0.75] + }, + "fixed": { + "rotation": [0, -90, 90], + "scale": [1.2, 1.2, 1.2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_01.json b/resourcepack/assets/cards/models/item/c_01.json new file mode 100644 index 0000000..a4feef6 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_01.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_01" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_02.json b/resourcepack/assets/cards/models/item/c_02.json new file mode 100644 index 0000000..5385837 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_02.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_02" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_03.json b/resourcepack/assets/cards/models/item/c_03.json new file mode 100644 index 0000000..fac6235 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_03.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_03" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_04.json b/resourcepack/assets/cards/models/item/c_04.json new file mode 100644 index 0000000..9535156 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_04.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_04" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_05.json b/resourcepack/assets/cards/models/item/c_05.json new file mode 100644 index 0000000..dc98a78 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_05.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_05" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_06.json b/resourcepack/assets/cards/models/item/c_06.json new file mode 100644 index 0000000..22e82d2 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_06.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_06" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_07.json b/resourcepack/assets/cards/models/item/c_07.json new file mode 100644 index 0000000..cdb3751 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_07.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_07" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_08.json b/resourcepack/assets/cards/models/item/c_08.json new file mode 100644 index 0000000..5b641e0 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_08.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_08" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_09.json b/resourcepack/assets/cards/models/item/c_09.json new file mode 100644 index 0000000..badc743 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_09.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_09" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_10.json b/resourcepack/assets/cards/models/item/c_10.json new file mode 100644 index 0000000..371cea1 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_10.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_10" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_11.json b/resourcepack/assets/cards/models/item/c_11.json new file mode 100644 index 0000000..5ff65e1 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_11.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_11" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_12.json b/resourcepack/assets/cards/models/item/c_12.json new file mode 100644 index 0000000..26c4787 --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_12.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_12" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/c_13.json b/resourcepack/assets/cards/models/item/c_13.json new file mode 100644 index 0000000..eeb0a1e --- /dev/null +++ b/resourcepack/assets/cards/models/item/c_13.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/c_13" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/back.json b/resourcepack/assets/cards/models/item/custom/back.json new file mode 100644 index 0000000..76d08c3 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/back.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/back" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/base.json b/resourcepack/assets/cards/models/item/custom/base.json new file mode 100644 index 0000000..27d5534 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/base.json @@ -0,0 +1,119 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "cards:item/custom/blank", + "1": "cards:item/custom/back", + "particle": "cards:item/custom/back" + }, + "elements": [ + { + "name": "front", + "from": [2, 8, 4], + "to": [14, 8, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "up": {"uv": [0, 0, 8, 12], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "back", + "from": [2, 7, 4], + "to": [14, 7, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "down": {"uv": [8, 12, 0, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "top", + "from": [14, 7, 4], + "to": [15, 8, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 8], "rotation": 90, "texture": "#1"}, + "south": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 8], "texture": "#1"}, + "down": {"uv": [9, 0, 10, 8], "texture": "#1"} + } + }, + { + "name": "bottom", + "from": [1, 7, 4], + "to": [2, 8, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "south": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "west": {"uv": [8, 0, 9, 8], "rotation": 270, "texture": "#1"}, + "up": {"uv": [8, 0, 9, 8], "texture": "#1"}, + "down": {"uv": [9, 0, 10, 8], "texture": "#1"} + } + }, + { + "name": "left", + "from": [2, 7, 3], + "to": [14, 8, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 12], "rotation": 270, "texture": "#1"}, + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "right", + "from": [2, 7, 12], + "to": [14, 8, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.5, 8]}, + "faces": { + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "south": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [30, 64, 55], + "translation": [-0.25, 3.5, 1.25], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [30, -115, -55], + "translation": [-0.5, 3.5, 1.25], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [7, 75, 80], + "translation": [2.75, 4, -1.25], + "scale": [0.7, 0.7, 0.7] + }, + "firstperson_lefthand": { + "rotation": [-173, -75, 100], + "translation": [2.75, 4, -1.25], + "scale": [0.7, 0.7, 0.7] + }, + "ground": { + "rotation": [5, 0, 175], + "translation": [0, -3, 0], + "scale": [0.8, 0.8, 0.8] + }, + "gui": { + "rotation": [90, 85, 0] + }, + "head": { + "rotation": [78, -79, 161], + "translation": [-0.5, 12, -0.75] + }, + "fixed": { + "rotation": [0, -90, 90], + "scale": [1.2, 1.2, 1.2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_01.json b/resourcepack/assets/cards/models/item/custom/c_01.json new file mode 100644 index 0000000..03ac2be --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_01.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_01" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_02.json b/resourcepack/assets/cards/models/item/custom/c_02.json new file mode 100644 index 0000000..c0a55ce --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_02.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_02" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_03.json b/resourcepack/assets/cards/models/item/custom/c_03.json new file mode 100644 index 0000000..a42c683 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_03.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_03" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_04.json b/resourcepack/assets/cards/models/item/custom/c_04.json new file mode 100644 index 0000000..7f95840 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_04.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_04" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_05.json b/resourcepack/assets/cards/models/item/custom/c_05.json new file mode 100644 index 0000000..7b1c0ad --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_05.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_05" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_06.json b/resourcepack/assets/cards/models/item/custom/c_06.json new file mode 100644 index 0000000..4ef33f0 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_06.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_06" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_07.json b/resourcepack/assets/cards/models/item/custom/c_07.json new file mode 100644 index 0000000..f876904 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_07.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_07" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_08.json b/resourcepack/assets/cards/models/item/custom/c_08.json new file mode 100644 index 0000000..812bd5e --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_08.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_08" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_09.json b/resourcepack/assets/cards/models/item/custom/c_09.json new file mode 100644 index 0000000..101e21a --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_09.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_09" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_10.json b/resourcepack/assets/cards/models/item/custom/c_10.json new file mode 100644 index 0000000..a13fd5a --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_10.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_10" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_11.json b/resourcepack/assets/cards/models/item/custom/c_11.json new file mode 100644 index 0000000..38dfd59 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_11.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_11" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_12.json b/resourcepack/assets/cards/models/item/custom/c_12.json new file mode 100644 index 0000000..7e01c4e --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_12.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_12" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/c_13.json b/resourcepack/assets/cards/models/item/custom/c_13.json new file mode 100644 index 0000000..501dc70 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/c_13.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/c_13" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_01.json b/resourcepack/assets/cards/models/item/custom/d_01.json new file mode 100644 index 0000000..fea48fd --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_01.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_01" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_02.json b/resourcepack/assets/cards/models/item/custom/d_02.json new file mode 100644 index 0000000..76fa61c --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_02.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_02" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_03.json b/resourcepack/assets/cards/models/item/custom/d_03.json new file mode 100644 index 0000000..426a81e --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_03.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_03" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_04.json b/resourcepack/assets/cards/models/item/custom/d_04.json new file mode 100644 index 0000000..ce5344e --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_04.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_04" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_05.json b/resourcepack/assets/cards/models/item/custom/d_05.json new file mode 100644 index 0000000..ae7d999 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_05.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_05" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_06.json b/resourcepack/assets/cards/models/item/custom/d_06.json new file mode 100644 index 0000000..9097c85 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_06.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_06" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_07.json b/resourcepack/assets/cards/models/item/custom/d_07.json new file mode 100644 index 0000000..cd03597 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_07.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_07" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_08.json b/resourcepack/assets/cards/models/item/custom/d_08.json new file mode 100644 index 0000000..8d8a604 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_08.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_08" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_09.json b/resourcepack/assets/cards/models/item/custom/d_09.json new file mode 100644 index 0000000..022c340 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_09.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_09" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_10.json b/resourcepack/assets/cards/models/item/custom/d_10.json new file mode 100644 index 0000000..a0d71a5 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_10.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_10" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_11.json b/resourcepack/assets/cards/models/item/custom/d_11.json new file mode 100644 index 0000000..ed2d8d7 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_11.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_11" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_12.json b/resourcepack/assets/cards/models/item/custom/d_12.json new file mode 100644 index 0000000..d24e4b4 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_12.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_12" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/d_13.json b/resourcepack/assets/cards/models/item/custom/d_13.json new file mode 100644 index 0000000..769d78f --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/d_13.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/d_13" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/deck.json b/resourcepack/assets/cards/models/item/custom/deck.json new file mode 100644 index 0000000..6d1a8b4 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/deck.json @@ -0,0 +1,208 @@ +{ + "texture_size": [25, 17], + "textures": { + "0": "cards:item/custom/blank", + "1": "cards:item/custom/back", + "2": "cards:item/custom/s_13", + "3": "cards:item/custom/deck", + "particle": "cards:item/custom/back" + }, + "elements": [ + { + "name": "right", + "from": [0.5, 6.65, 12], + "to": [11.5, 7.65, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7.9, 8]}, + "faces": { + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "south": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "front", + "from": [0.5, 7.65, 4], + "to": [11.5, 7.65, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7.9, 8]}, + "faces": { + "up": {"uv": [0, 0, 8, 12], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "back", + "from": [0.5, 6.65, 4], + "to": [11.5, 6.65, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7.9, 8]}, + "faces": { + "down": {"uv": [8, 12, 0, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "top", + "from": [11.5, 6.65, 4], + "to": [12.5, 7.65, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.9, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 8], "rotation": 90, "texture": "#1"}, + "south": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 8], "texture": "#1"}, + "down": {"uv": [9, 0, 10, 8], "texture": "#1"} + } + }, + { + "name": "left", + "from": [0.5, 6.65, 3], + "to": [11.5, 7.65, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7.9, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 12], "rotation": 270, "texture": "#1"}, + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "right", + "from": [3, 7.3, 12], + "to": [15, 8.3, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.3, 8]}, + "faces": { + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "south": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "front", + "from": [9, 8.3, 4], + "to": [15, 8.3, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.3, 8]}, + "faces": { + "up": {"uv": [0, 0, 8, 8], "rotation": 90, "texture": "#2"} + } + }, + { + "name": "back", + "from": [3, 7.3, 4], + "to": [15, 7.3, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.3, 8]}, + "faces": { + "down": {"uv": [8, 12, 0, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "top", + "from": [15, 7.3, 4], + "to": [16, 8.3, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.3, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 8], "rotation": 90, "texture": "#1"}, + "south": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 8], "texture": "#1"}, + "down": {"uv": [9, 0, 10, 8], "texture": "#1"} + } + }, + { + "name": "left", + "from": [3, 7.3, 3], + "to": [15, 8.3, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.3, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 12], "rotation": 270, "texture": "#1"}, + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [0, 6, 2], + "to": [11, 9, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 6, 2]}, + "faces": { + "north": {"uv": [14.08, 0, 16, 10.35294], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0, 11.29412, 16, 16], "texture": "#3"}, + "south": {"uv": [14.08, 0.94118, 16, 11.29412], "rotation": 90, "texture": "#3"}, + "west": {"uv": [14.08, 0, 16, 10.88], "rotation": 90, "texture": "#3"}, + "up": {"uv": [0, 0, 7, 11], "rotation": 180, "texture": "#3"}, + "down": {"uv": [7, 0, 14, 11], "texture": "#3"} + } + }, + { + "from": [7, 3, 2], + "to": [11, 6, 14], + "rotation": {"angle": 45, "axis": "z", "origin": [11, 6, 8]}, + "faces": { + "north": {"uv": [14.08, 0, 16, 3.76471], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0, 11.29412, 16, 16], "texture": "#3"}, + "south": {"uv": [14.08, 7.52941, 16, 11.29412], "rotation": 90, "texture": "#3"}, + "west": {"uv": [14.08, 0, 16, 11.29412], "rotation": 90, "texture": "#3"}, + "up": {"uv": [14.08, 0, 16, 11.29412], "rotation": 180, "texture": "#3"}, + "down": {"uv": [14.08, 0, 16, 11.29412], "rotation": 180, "texture": "#3"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [30, 64, 55], + "translation": [-0.25, 3.5, -0.5], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [30, -116, -55], + "translation": [-0.25, 3.5, -0.5], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 50, 80], + "translation": [2.75, 0, -1.25], + "scale": [0.7, 0.7, 0.7] + }, + "firstperson_lefthand": { + "rotation": [0, -130, -80], + "translation": [2.75, 0, -1.25], + "scale": [0.7, 0.7, 0.7] + }, + "ground": { + "rotation": [0, 0, 30], + "translation": [0, 0.75, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [90, 85, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "rotation": [78, -79, 161], + "translation": [-0.5, 12, -0.75] + }, + "fixed": { + "rotation": [0, -90, 90], + "scale": [1.2, 1.2, 1.2] + } + }, + "groups": [ + { + "name": "Top Card", + "origin": [8, 7.5, 8], + "color": 0, + "children": [0, 1, 2, 3, 4] + }, + { + "name": "Bottom Card", + "origin": [8, 7.5, 8], + "color": 0, + "children": [5, 6, 7, 8, 9] + }, + 10, + 11 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_01.json b/resourcepack/assets/cards/models/item/custom/h_01.json new file mode 100644 index 0000000..47fa902 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_01.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_01" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_02.json b/resourcepack/assets/cards/models/item/custom/h_02.json new file mode 100644 index 0000000..ca6f66b --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_02.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_02" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_03.json b/resourcepack/assets/cards/models/item/custom/h_03.json new file mode 100644 index 0000000..c015d44 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_03.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_03" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_04.json b/resourcepack/assets/cards/models/item/custom/h_04.json new file mode 100644 index 0000000..a6128fd --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_04.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_04" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_05.json b/resourcepack/assets/cards/models/item/custom/h_05.json new file mode 100644 index 0000000..0cb9576 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_05.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_05" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_06.json b/resourcepack/assets/cards/models/item/custom/h_06.json new file mode 100644 index 0000000..42a976c --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_06.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_06" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_07.json b/resourcepack/assets/cards/models/item/custom/h_07.json new file mode 100644 index 0000000..deaa1b0 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_07.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_07" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_08.json b/resourcepack/assets/cards/models/item/custom/h_08.json new file mode 100644 index 0000000..3a6ab54 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_08.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_08" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_09.json b/resourcepack/assets/cards/models/item/custom/h_09.json new file mode 100644 index 0000000..2de5fe4 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_09.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_09" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_10.json b/resourcepack/assets/cards/models/item/custom/h_10.json new file mode 100644 index 0000000..76bf34b --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_10.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_10" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_11.json b/resourcepack/assets/cards/models/item/custom/h_11.json new file mode 100644 index 0000000..3c72b38 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_11.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_11" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_12.json b/resourcepack/assets/cards/models/item/custom/h_12.json new file mode 100644 index 0000000..6c624d1 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_12.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_12" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/h_13.json b/resourcepack/assets/cards/models/item/custom/h_13.json new file mode 100644 index 0000000..e0239f8 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/h_13.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/h_13" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/joker_black.json b/resourcepack/assets/cards/models/item/custom/joker_black.json new file mode 100644 index 0000000..19a7782 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/joker_black.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/j_01" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/joker_red.json b/resourcepack/assets/cards/models/item/custom/joker_red.json new file mode 100644 index 0000000..0ef39c9 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/joker_red.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/j_02" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_01.json b/resourcepack/assets/cards/models/item/custom/s_01.json new file mode 100644 index 0000000..4654d36 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_01.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_01" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_02.json b/resourcepack/assets/cards/models/item/custom/s_02.json new file mode 100644 index 0000000..f938844 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_02.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_02" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_03.json b/resourcepack/assets/cards/models/item/custom/s_03.json new file mode 100644 index 0000000..986b2b0 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_03.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_03" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_04.json b/resourcepack/assets/cards/models/item/custom/s_04.json new file mode 100644 index 0000000..a65906a --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_04.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_04" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_05.json b/resourcepack/assets/cards/models/item/custom/s_05.json new file mode 100644 index 0000000..aa66ffa --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_05.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_05" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_06.json b/resourcepack/assets/cards/models/item/custom/s_06.json new file mode 100644 index 0000000..91b594d --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_06.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_06" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_07.json b/resourcepack/assets/cards/models/item/custom/s_07.json new file mode 100644 index 0000000..92e67f2 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_07.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_07" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_08.json b/resourcepack/assets/cards/models/item/custom/s_08.json new file mode 100644 index 0000000..5ecaa0a --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_08.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_08" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_09.json b/resourcepack/assets/cards/models/item/custom/s_09.json new file mode 100644 index 0000000..0cabb43 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_09.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_09" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_10.json b/resourcepack/assets/cards/models/item/custom/s_10.json new file mode 100644 index 0000000..d516531 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_10.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_10" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_11.json b/resourcepack/assets/cards/models/item/custom/s_11.json new file mode 100644 index 0000000..423da70 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_11.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_11" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_12.json b/resourcepack/assets/cards/models/item/custom/s_12.json new file mode 100644 index 0000000..82602bb --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_12.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_12" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/custom/s_13.json b/resourcepack/assets/cards/models/item/custom/s_13.json new file mode 100644 index 0000000..fa4a504 --- /dev/null +++ b/resourcepack/assets/cards/models/item/custom/s_13.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/custom/base", + "textures": { + "0": "cards:item/custom/s_13" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_01.json b/resourcepack/assets/cards/models/item/d_01.json new file mode 100644 index 0000000..7d2e403 --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_01.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_01" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_02.json b/resourcepack/assets/cards/models/item/d_02.json new file mode 100644 index 0000000..04dc47e --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_02.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_02" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_03.json b/resourcepack/assets/cards/models/item/d_03.json new file mode 100644 index 0000000..240858f --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_03.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_03" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_04.json b/resourcepack/assets/cards/models/item/d_04.json new file mode 100644 index 0000000..800bd12 --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_04.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_04" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_05.json b/resourcepack/assets/cards/models/item/d_05.json new file mode 100644 index 0000000..ec40cab --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_05.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_05" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_06.json b/resourcepack/assets/cards/models/item/d_06.json new file mode 100644 index 0000000..8e77faa --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_06.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_06" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_07.json b/resourcepack/assets/cards/models/item/d_07.json new file mode 100644 index 0000000..a4b6456 --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_07.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_07" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_08.json b/resourcepack/assets/cards/models/item/d_08.json new file mode 100644 index 0000000..fb788c9 --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_08.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_08" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_09.json b/resourcepack/assets/cards/models/item/d_09.json new file mode 100644 index 0000000..388c3c1 --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_09.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_09" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_10.json b/resourcepack/assets/cards/models/item/d_10.json new file mode 100644 index 0000000..abf7804 --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_10.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_10" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_11.json b/resourcepack/assets/cards/models/item/d_11.json new file mode 100644 index 0000000..3b7526e --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_11.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_11" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_12.json b/resourcepack/assets/cards/models/item/d_12.json new file mode 100644 index 0000000..38579c4 --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_12.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_12" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/d_13.json b/resourcepack/assets/cards/models/item/d_13.json new file mode 100644 index 0000000..86f9705 --- /dev/null +++ b/resourcepack/assets/cards/models/item/d_13.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/d_13" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/deck.json b/resourcepack/assets/cards/models/item/deck.json new file mode 100644 index 0000000..b5c6e53 --- /dev/null +++ b/resourcepack/assets/cards/models/item/deck.json @@ -0,0 +1,208 @@ +{ + "texture_size": [25, 17], + "textures": { + "0": "cards:item/blank", + "1": "cards:item/back", + "2": "cards:item/h_13", + "3": "cards:item/deck", + "particle": "cards:item/back" + }, + "elements": [ + { + "name": "right", + "from": [0.5, 6.65, 12], + "to": [11.5, 7.65, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7.9, 8]}, + "faces": { + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "south": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "front", + "from": [0.5, 7.65, 4], + "to": [11.5, 7.65, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7.9, 8]}, + "faces": { + "up": {"uv": [0, 0, 8, 12], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "back", + "from": [0.5, 6.65, 4], + "to": [11.5, 6.65, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7.9, 8]}, + "faces": { + "down": {"uv": [8, 12, 0, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "top", + "from": [11.5, 6.65, 4], + "to": [12.5, 7.65, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.9, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 8], "rotation": 90, "texture": "#1"}, + "south": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 8], "texture": "#1"}, + "down": {"uv": [9, 0, 10, 8], "texture": "#1"} + } + }, + { + "name": "left", + "from": [0.5, 6.65, 3], + "to": [11.5, 7.65, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 7.9, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 12], "rotation": 270, "texture": "#1"}, + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "right", + "from": [3, 7.3, 12], + "to": [15, 8.3, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.3, 8]}, + "faces": { + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "south": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "front", + "from": [9, 8.3, 4], + "to": [15, 8.3, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.3, 8]}, + "faces": { + "up": {"uv": [0, 0, 8, 8], "rotation": 90, "texture": "#2"} + } + }, + { + "name": "back", + "from": [3, 7.3, 4], + "to": [15, 7.3, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.3, 8]}, + "faces": { + "down": {"uv": [8, 12, 0, 0], "rotation": 270, "texture": "#1"} + } + }, + { + "name": "top", + "from": [15, 7.3, 4], + "to": [16, 8.3, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.3, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "east": {"uv": [9, 0, 10, 8], "rotation": 90, "texture": "#1"}, + "south": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 8], "texture": "#1"}, + "down": {"uv": [9, 0, 10, 8], "texture": "#1"} + } + }, + { + "name": "left", + "from": [3, 7.3, 3], + "to": [15, 8.3, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 7.3, 8]}, + "faces": { + "north": {"uv": [9, 0, 10, 12], "rotation": 270, "texture": "#1"}, + "east": {"uv": [9, 0, 10, 1], "texture": "#1"}, + "west": {"uv": [8, 0, 9, 1], "texture": "#1"}, + "up": {"uv": [8, 0, 9, 12], "rotation": 90, "texture": "#1"}, + "down": {"uv": [9, 0, 10, 12], "rotation": 90, "texture": "#1"} + } + }, + { + "from": [0, 6, 2], + "to": [11, 9, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 6, 2]}, + "faces": { + "north": {"uv": [14.08, 0, 16, 10.35294], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0, 11.29412, 16, 16], "texture": "#3"}, + "south": {"uv": [14.08, 0.94118, 16, 11.29412], "rotation": 90, "texture": "#3"}, + "west": {"uv": [14.08, 0, 16, 10.88], "rotation": 90, "texture": "#3"}, + "up": {"uv": [0, 0, 7, 11], "rotation": 180, "texture": "#3"}, + "down": {"uv": [7, 0, 14, 11], "texture": "#3"} + } + }, + { + "from": [7, 3, 2], + "to": [11, 6, 14], + "rotation": {"angle": 45, "axis": "z", "origin": [11, 6, 8]}, + "faces": { + "north": {"uv": [14.08, 0, 16, 3.76471], "rotation": 90, "texture": "#3"}, + "east": {"uv": [0, 11.29412, 16, 16], "texture": "#3"}, + "south": {"uv": [14.08, 7.52941, 16, 11.29412], "rotation": 90, "texture": "#3"}, + "west": {"uv": [14.08, 0, 16, 11.29412], "rotation": 90, "texture": "#3"}, + "up": {"uv": [14.08, 0, 16, 11.29412], "rotation": 180, "texture": "#3"}, + "down": {"uv": [14.08, 0, 16, 11.29412], "rotation": 180, "texture": "#3"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [30, 64, 55], + "translation": [-0.25, 3.5, -0.5], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [30, -116, -55], + "translation": [-0.25, 3.5, -0.5], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 50, 80], + "translation": [2.75, 0, -1.25], + "scale": [0.7, 0.7, 0.7] + }, + "firstperson_lefthand": { + "rotation": [0, -130, -80], + "translation": [2.75, 0, -1.25], + "scale": [0.8, 0.8, 0.8] + }, + "ground": { + "rotation": [0, 0, 30], + "translation": [0, 0.75, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [90, 85, 0], + "scale": [0.75, 0.75, 0.75] + }, + "head": { + "rotation": [78, -79, 161], + "translation": [-0.5, 12, -0.75] + }, + "fixed": { + "rotation": [0, -90, 90], + "scale": [1.2, 1.2, 1.2] + } + }, + "groups": [ + { + "name": "Top Card", + "origin": [8, 7.5, 8], + "color": 0, + "children": [0, 1, 2, 3, 4] + }, + { + "name": "Bottom Card", + "origin": [8, 7.5, 8], + "color": 0, + "children": [5, 6, 7, 8, 9] + }, + 10, + 11 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_01.json b/resourcepack/assets/cards/models/item/h_01.json new file mode 100644 index 0000000..8ff3b7d --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_01.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_01" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_02.json b/resourcepack/assets/cards/models/item/h_02.json new file mode 100644 index 0000000..862f0cf --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_02.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_02" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_03.json b/resourcepack/assets/cards/models/item/h_03.json new file mode 100644 index 0000000..c785f72 --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_03.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_03" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_04.json b/resourcepack/assets/cards/models/item/h_04.json new file mode 100644 index 0000000..4858490 --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_04.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_04" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_05.json b/resourcepack/assets/cards/models/item/h_05.json new file mode 100644 index 0000000..720bfcb --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_05.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_05" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_06.json b/resourcepack/assets/cards/models/item/h_06.json new file mode 100644 index 0000000..3bba75f --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_06.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_06" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_07.json b/resourcepack/assets/cards/models/item/h_07.json new file mode 100644 index 0000000..d81c9c7 --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_07.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_07" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_08.json b/resourcepack/assets/cards/models/item/h_08.json new file mode 100644 index 0000000..29d5f15 --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_08.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_08" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_09.json b/resourcepack/assets/cards/models/item/h_09.json new file mode 100644 index 0000000..970b40f --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_09.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_09" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_10.json b/resourcepack/assets/cards/models/item/h_10.json new file mode 100644 index 0000000..f9aa65e --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_10.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_10" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_11.json b/resourcepack/assets/cards/models/item/h_11.json new file mode 100644 index 0000000..3ff8b1b --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_11.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_11" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_12.json b/resourcepack/assets/cards/models/item/h_12.json new file mode 100644 index 0000000..6c56608 --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_12.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_12" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/h_13.json b/resourcepack/assets/cards/models/item/h_13.json new file mode 100644 index 0000000..772109f --- /dev/null +++ b/resourcepack/assets/cards/models/item/h_13.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/h_13" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/joker_black.json b/resourcepack/assets/cards/models/item/joker_black.json new file mode 100644 index 0000000..2c6e243 --- /dev/null +++ b/resourcepack/assets/cards/models/item/joker_black.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/j_01" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/joker_red.json b/resourcepack/assets/cards/models/item/joker_red.json new file mode 100644 index 0000000..6916c37 --- /dev/null +++ b/resourcepack/assets/cards/models/item/joker_red.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/j_02" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_01.json b/resourcepack/assets/cards/models/item/s_01.json new file mode 100644 index 0000000..f493674 --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_01.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_01" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_02.json b/resourcepack/assets/cards/models/item/s_02.json new file mode 100644 index 0000000..7fcd673 --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_02.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_02" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_03.json b/resourcepack/assets/cards/models/item/s_03.json new file mode 100644 index 0000000..d24f55e --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_03.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_03" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_04.json b/resourcepack/assets/cards/models/item/s_04.json new file mode 100644 index 0000000..46b203f --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_04.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_04" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_05.json b/resourcepack/assets/cards/models/item/s_05.json new file mode 100644 index 0000000..5a6186f --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_05.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_05" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_06.json b/resourcepack/assets/cards/models/item/s_06.json new file mode 100644 index 0000000..ef81457 --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_06.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_06" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_07.json b/resourcepack/assets/cards/models/item/s_07.json new file mode 100644 index 0000000..58b3491 --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_07.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_07" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_08.json b/resourcepack/assets/cards/models/item/s_08.json new file mode 100644 index 0000000..205a586 --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_08.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_08" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_09.json b/resourcepack/assets/cards/models/item/s_09.json new file mode 100644 index 0000000..aff30aa --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_09.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_09" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_10.json b/resourcepack/assets/cards/models/item/s_10.json new file mode 100644 index 0000000..fe9dad6 --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_10.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_10" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_11.json b/resourcepack/assets/cards/models/item/s_11.json new file mode 100644 index 0000000..e441c12 --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_11.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_11" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_12.json b/resourcepack/assets/cards/models/item/s_12.json new file mode 100644 index 0000000..9cca30c --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_12.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_12" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/models/item/s_13.json b/resourcepack/assets/cards/models/item/s_13.json new file mode 100644 index 0000000..b4614d3 --- /dev/null +++ b/resourcepack/assets/cards/models/item/s_13.json @@ -0,0 +1,6 @@ +{ + "parent": "cards:item/base", + "textures": { + "0": "cards:item/s_13" + } +} \ No newline at end of file diff --git a/resourcepack/assets/cards/textures/item/back.png b/resourcepack/assets/cards/textures/item/back.png new file mode 100644 index 0000000..361b464 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/back.png differ diff --git a/resourcepack/assets/cards/textures/item/blank.png b/resourcepack/assets/cards/textures/item/blank.png new file mode 100644 index 0000000..b2f06f1 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/blank.png differ diff --git a/resourcepack/assets/cards/textures/item/c_01.png b/resourcepack/assets/cards/textures/item/c_01.png new file mode 100644 index 0000000..550e549 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_01.png differ diff --git a/resourcepack/assets/cards/textures/item/c_02.png b/resourcepack/assets/cards/textures/item/c_02.png new file mode 100644 index 0000000..d216bdd Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_02.png differ diff --git a/resourcepack/assets/cards/textures/item/c_03.png b/resourcepack/assets/cards/textures/item/c_03.png new file mode 100644 index 0000000..d84b931 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_03.png differ diff --git a/resourcepack/assets/cards/textures/item/c_04.png b/resourcepack/assets/cards/textures/item/c_04.png new file mode 100644 index 0000000..d01fbf1 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_04.png differ diff --git a/resourcepack/assets/cards/textures/item/c_05.png b/resourcepack/assets/cards/textures/item/c_05.png new file mode 100644 index 0000000..369b8ed Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_05.png differ diff --git a/resourcepack/assets/cards/textures/item/c_06.png b/resourcepack/assets/cards/textures/item/c_06.png new file mode 100644 index 0000000..c34d744 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_06.png differ diff --git a/resourcepack/assets/cards/textures/item/c_07.png b/resourcepack/assets/cards/textures/item/c_07.png new file mode 100644 index 0000000..76e5f39 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_07.png differ diff --git a/resourcepack/assets/cards/textures/item/c_08.png b/resourcepack/assets/cards/textures/item/c_08.png new file mode 100644 index 0000000..f972e6d Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_08.png differ diff --git a/resourcepack/assets/cards/textures/item/c_09.png b/resourcepack/assets/cards/textures/item/c_09.png new file mode 100644 index 0000000..f50bc4e Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_09.png differ diff --git a/resourcepack/assets/cards/textures/item/c_10.png b/resourcepack/assets/cards/textures/item/c_10.png new file mode 100644 index 0000000..92c032d Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_10.png differ diff --git a/resourcepack/assets/cards/textures/item/c_11.png b/resourcepack/assets/cards/textures/item/c_11.png new file mode 100644 index 0000000..b3a6948 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_11.png differ diff --git a/resourcepack/assets/cards/textures/item/c_12.png b/resourcepack/assets/cards/textures/item/c_12.png new file mode 100644 index 0000000..67ea0f6 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_12.png differ diff --git a/resourcepack/assets/cards/textures/item/c_13.png b/resourcepack/assets/cards/textures/item/c_13.png new file mode 100644 index 0000000..151c9a0 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/c_13.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/back.png b/resourcepack/assets/cards/textures/item/custom/back.png new file mode 100644 index 0000000..8924894 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/back.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/blank.png b/resourcepack/assets/cards/textures/item/custom/blank.png new file mode 100644 index 0000000..258d006 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/blank.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_01.png b/resourcepack/assets/cards/textures/item/custom/c_01.png new file mode 100644 index 0000000..5d1d87e Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_01.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_02.png b/resourcepack/assets/cards/textures/item/custom/c_02.png new file mode 100644 index 0000000..1977a60 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_02.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_03.png b/resourcepack/assets/cards/textures/item/custom/c_03.png new file mode 100644 index 0000000..11edb48 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_03.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_04.png b/resourcepack/assets/cards/textures/item/custom/c_04.png new file mode 100644 index 0000000..d59157a Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_04.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_05.png b/resourcepack/assets/cards/textures/item/custom/c_05.png new file mode 100644 index 0000000..12bb84f Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_05.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_06.png b/resourcepack/assets/cards/textures/item/custom/c_06.png new file mode 100644 index 0000000..b5ababd Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_06.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_07.png b/resourcepack/assets/cards/textures/item/custom/c_07.png new file mode 100644 index 0000000..5d9b4ef Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_07.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_08.png b/resourcepack/assets/cards/textures/item/custom/c_08.png new file mode 100644 index 0000000..dc0acda Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_08.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_09.png b/resourcepack/assets/cards/textures/item/custom/c_09.png new file mode 100644 index 0000000..f26dc61 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_09.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_10.png b/resourcepack/assets/cards/textures/item/custom/c_10.png new file mode 100644 index 0000000..23826c4 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_10.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_11.png b/resourcepack/assets/cards/textures/item/custom/c_11.png new file mode 100644 index 0000000..d7a27ec Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_11.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_12.png b/resourcepack/assets/cards/textures/item/custom/c_12.png new file mode 100644 index 0000000..98bc276 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_12.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/c_13.png b/resourcepack/assets/cards/textures/item/custom/c_13.png new file mode 100644 index 0000000..903085e Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/c_13.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_01.png b/resourcepack/assets/cards/textures/item/custom/d_01.png new file mode 100644 index 0000000..e490462 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_01.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_02.png b/resourcepack/assets/cards/textures/item/custom/d_02.png new file mode 100644 index 0000000..dd29f90 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_02.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_03.png b/resourcepack/assets/cards/textures/item/custom/d_03.png new file mode 100644 index 0000000..4954026 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_03.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_04.png b/resourcepack/assets/cards/textures/item/custom/d_04.png new file mode 100644 index 0000000..2f85b1d Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_04.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_05.png b/resourcepack/assets/cards/textures/item/custom/d_05.png new file mode 100644 index 0000000..8d6b2d4 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_05.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_06.png b/resourcepack/assets/cards/textures/item/custom/d_06.png new file mode 100644 index 0000000..ce4f40f Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_06.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_07.png b/resourcepack/assets/cards/textures/item/custom/d_07.png new file mode 100644 index 0000000..7d3ef04 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_07.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_08.png b/resourcepack/assets/cards/textures/item/custom/d_08.png new file mode 100644 index 0000000..9ccfacc Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_08.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_09.png b/resourcepack/assets/cards/textures/item/custom/d_09.png new file mode 100644 index 0000000..be76a0a Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_09.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_10.png b/resourcepack/assets/cards/textures/item/custom/d_10.png new file mode 100644 index 0000000..cb71e83 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_10.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_11.png b/resourcepack/assets/cards/textures/item/custom/d_11.png new file mode 100644 index 0000000..f50e20f Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_11.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_12.png b/resourcepack/assets/cards/textures/item/custom/d_12.png new file mode 100644 index 0000000..3f6a68e Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_12.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/d_13.png b/resourcepack/assets/cards/textures/item/custom/d_13.png new file mode 100644 index 0000000..b3c01e5 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/d_13.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/deck.png b/resourcepack/assets/cards/textures/item/custom/deck.png new file mode 100644 index 0000000..206a6f1 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/deck.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_01.png b/resourcepack/assets/cards/textures/item/custom/h_01.png new file mode 100644 index 0000000..06647bc Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_01.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_02.png b/resourcepack/assets/cards/textures/item/custom/h_02.png new file mode 100644 index 0000000..d05db4e Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_02.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_03.png b/resourcepack/assets/cards/textures/item/custom/h_03.png new file mode 100644 index 0000000..4a7b87a Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_03.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_04.png b/resourcepack/assets/cards/textures/item/custom/h_04.png new file mode 100644 index 0000000..349e6a8 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_04.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_05.png b/resourcepack/assets/cards/textures/item/custom/h_05.png new file mode 100644 index 0000000..19067cf Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_05.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_06.png b/resourcepack/assets/cards/textures/item/custom/h_06.png new file mode 100644 index 0000000..13e0a0f Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_06.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_07.png b/resourcepack/assets/cards/textures/item/custom/h_07.png new file mode 100644 index 0000000..e75714d Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_07.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_08.png b/resourcepack/assets/cards/textures/item/custom/h_08.png new file mode 100644 index 0000000..238e2e9 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_08.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_09.png b/resourcepack/assets/cards/textures/item/custom/h_09.png new file mode 100644 index 0000000..fbd4507 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_09.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_10.png b/resourcepack/assets/cards/textures/item/custom/h_10.png new file mode 100644 index 0000000..8919576 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_10.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_11.png b/resourcepack/assets/cards/textures/item/custom/h_11.png new file mode 100644 index 0000000..a102426 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_11.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_12.png b/resourcepack/assets/cards/textures/item/custom/h_12.png new file mode 100644 index 0000000..30a3c4f Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_12.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/h_13.png b/resourcepack/assets/cards/textures/item/custom/h_13.png new file mode 100644 index 0000000..c9463cd Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/h_13.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/j_01.png b/resourcepack/assets/cards/textures/item/custom/j_01.png new file mode 100644 index 0000000..8ba4100 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/j_01.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/j_02.png b/resourcepack/assets/cards/textures/item/custom/j_02.png new file mode 100644 index 0000000..ef61a81 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/j_02.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_01.png b/resourcepack/assets/cards/textures/item/custom/s_01.png new file mode 100644 index 0000000..11f5eca Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_01.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_02.png b/resourcepack/assets/cards/textures/item/custom/s_02.png new file mode 100644 index 0000000..f21b0fc Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_02.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_03.png b/resourcepack/assets/cards/textures/item/custom/s_03.png new file mode 100644 index 0000000..bdf3dc5 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_03.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_04.png b/resourcepack/assets/cards/textures/item/custom/s_04.png new file mode 100644 index 0000000..7ab5b2c Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_04.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_05.png b/resourcepack/assets/cards/textures/item/custom/s_05.png new file mode 100644 index 0000000..97ba972 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_05.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_06.png b/resourcepack/assets/cards/textures/item/custom/s_06.png new file mode 100644 index 0000000..3cb2b85 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_06.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_07.png b/resourcepack/assets/cards/textures/item/custom/s_07.png new file mode 100644 index 0000000..5f5c3d7 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_07.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_08.png b/resourcepack/assets/cards/textures/item/custom/s_08.png new file mode 100644 index 0000000..4127219 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_08.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_09.png b/resourcepack/assets/cards/textures/item/custom/s_09.png new file mode 100644 index 0000000..d3e9d51 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_09.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_10.png b/resourcepack/assets/cards/textures/item/custom/s_10.png new file mode 100644 index 0000000..60f8438 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_10.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_11.png b/resourcepack/assets/cards/textures/item/custom/s_11.png new file mode 100644 index 0000000..91e5845 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_11.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_12.png b/resourcepack/assets/cards/textures/item/custom/s_12.png new file mode 100644 index 0000000..1c7bf86 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_12.png differ diff --git a/resourcepack/assets/cards/textures/item/custom/s_13.png b/resourcepack/assets/cards/textures/item/custom/s_13.png new file mode 100644 index 0000000..b3bab6a Binary files /dev/null and b/resourcepack/assets/cards/textures/item/custom/s_13.png differ diff --git a/resourcepack/assets/cards/textures/item/d_01.png b/resourcepack/assets/cards/textures/item/d_01.png new file mode 100644 index 0000000..ad95ea7 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_01.png differ diff --git a/resourcepack/assets/cards/textures/item/d_02.png b/resourcepack/assets/cards/textures/item/d_02.png new file mode 100644 index 0000000..a039a5c Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_02.png differ diff --git a/resourcepack/assets/cards/textures/item/d_03.png b/resourcepack/assets/cards/textures/item/d_03.png new file mode 100644 index 0000000..6866eee Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_03.png differ diff --git a/resourcepack/assets/cards/textures/item/d_04.png b/resourcepack/assets/cards/textures/item/d_04.png new file mode 100644 index 0000000..37f9e7d Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_04.png differ diff --git a/resourcepack/assets/cards/textures/item/d_05.png b/resourcepack/assets/cards/textures/item/d_05.png new file mode 100644 index 0000000..8ed33f9 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_05.png differ diff --git a/resourcepack/assets/cards/textures/item/d_06.png b/resourcepack/assets/cards/textures/item/d_06.png new file mode 100644 index 0000000..6c04f6d Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_06.png differ diff --git a/resourcepack/assets/cards/textures/item/d_07.png b/resourcepack/assets/cards/textures/item/d_07.png new file mode 100644 index 0000000..5529fbf Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_07.png differ diff --git a/resourcepack/assets/cards/textures/item/d_08.png b/resourcepack/assets/cards/textures/item/d_08.png new file mode 100644 index 0000000..38e015e Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_08.png differ diff --git a/resourcepack/assets/cards/textures/item/d_09.png b/resourcepack/assets/cards/textures/item/d_09.png new file mode 100644 index 0000000..6e281e9 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_09.png differ diff --git a/resourcepack/assets/cards/textures/item/d_10.png b/resourcepack/assets/cards/textures/item/d_10.png new file mode 100644 index 0000000..e0cc1a7 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_10.png differ diff --git a/resourcepack/assets/cards/textures/item/d_11.png b/resourcepack/assets/cards/textures/item/d_11.png new file mode 100644 index 0000000..86d4a22 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_11.png differ diff --git a/resourcepack/assets/cards/textures/item/d_12.png b/resourcepack/assets/cards/textures/item/d_12.png new file mode 100644 index 0000000..905fe43 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_12.png differ diff --git a/resourcepack/assets/cards/textures/item/d_13.png b/resourcepack/assets/cards/textures/item/d_13.png new file mode 100644 index 0000000..52c5923 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/d_13.png differ diff --git a/resourcepack/assets/cards/textures/item/deck.png b/resourcepack/assets/cards/textures/item/deck.png new file mode 100644 index 0000000..3508668 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/deck.png differ diff --git a/resourcepack/assets/cards/textures/item/h_01.png b/resourcepack/assets/cards/textures/item/h_01.png new file mode 100644 index 0000000..06647bc Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_01.png differ diff --git a/resourcepack/assets/cards/textures/item/h_02.png b/resourcepack/assets/cards/textures/item/h_02.png new file mode 100644 index 0000000..d05db4e Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_02.png differ diff --git a/resourcepack/assets/cards/textures/item/h_03.png b/resourcepack/assets/cards/textures/item/h_03.png new file mode 100644 index 0000000..4a7b87a Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_03.png differ diff --git a/resourcepack/assets/cards/textures/item/h_04.png b/resourcepack/assets/cards/textures/item/h_04.png new file mode 100644 index 0000000..349e6a8 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_04.png differ diff --git a/resourcepack/assets/cards/textures/item/h_05.png b/resourcepack/assets/cards/textures/item/h_05.png new file mode 100644 index 0000000..19067cf Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_05.png differ diff --git a/resourcepack/assets/cards/textures/item/h_06.png b/resourcepack/assets/cards/textures/item/h_06.png new file mode 100644 index 0000000..13e0a0f Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_06.png differ diff --git a/resourcepack/assets/cards/textures/item/h_07.png b/resourcepack/assets/cards/textures/item/h_07.png new file mode 100644 index 0000000..e75714d Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_07.png differ diff --git a/resourcepack/assets/cards/textures/item/h_08.png b/resourcepack/assets/cards/textures/item/h_08.png new file mode 100644 index 0000000..238e2e9 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_08.png differ diff --git a/resourcepack/assets/cards/textures/item/h_09.png b/resourcepack/assets/cards/textures/item/h_09.png new file mode 100644 index 0000000..fbd4507 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_09.png differ diff --git a/resourcepack/assets/cards/textures/item/h_10.png b/resourcepack/assets/cards/textures/item/h_10.png new file mode 100644 index 0000000..8919576 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_10.png differ diff --git a/resourcepack/assets/cards/textures/item/h_11.png b/resourcepack/assets/cards/textures/item/h_11.png new file mode 100644 index 0000000..a102426 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_11.png differ diff --git a/resourcepack/assets/cards/textures/item/h_12.png b/resourcepack/assets/cards/textures/item/h_12.png new file mode 100644 index 0000000..30a3c4f Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_12.png differ diff --git a/resourcepack/assets/cards/textures/item/h_13.png b/resourcepack/assets/cards/textures/item/h_13.png new file mode 100644 index 0000000..c9463cd Binary files /dev/null and b/resourcepack/assets/cards/textures/item/h_13.png differ diff --git a/resourcepack/assets/cards/textures/item/j_01.png b/resourcepack/assets/cards/textures/item/j_01.png new file mode 100644 index 0000000..8ba4100 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/j_01.png differ diff --git a/resourcepack/assets/cards/textures/item/j_02.png b/resourcepack/assets/cards/textures/item/j_02.png new file mode 100644 index 0000000..ef61a81 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/j_02.png differ diff --git a/resourcepack/assets/cards/textures/item/s_01.png b/resourcepack/assets/cards/textures/item/s_01.png new file mode 100644 index 0000000..ef1d454 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_01.png differ diff --git a/resourcepack/assets/cards/textures/item/s_02.png b/resourcepack/assets/cards/textures/item/s_02.png new file mode 100644 index 0000000..dea4d45 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_02.png differ diff --git a/resourcepack/assets/cards/textures/item/s_03.png b/resourcepack/assets/cards/textures/item/s_03.png new file mode 100644 index 0000000..c48b848 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_03.png differ diff --git a/resourcepack/assets/cards/textures/item/s_04.png b/resourcepack/assets/cards/textures/item/s_04.png new file mode 100644 index 0000000..aba5a1f Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_04.png differ diff --git a/resourcepack/assets/cards/textures/item/s_05.png b/resourcepack/assets/cards/textures/item/s_05.png new file mode 100644 index 0000000..a36df00 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_05.png differ diff --git a/resourcepack/assets/cards/textures/item/s_06.png b/resourcepack/assets/cards/textures/item/s_06.png new file mode 100644 index 0000000..c2b11a7 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_06.png differ diff --git a/resourcepack/assets/cards/textures/item/s_07.png b/resourcepack/assets/cards/textures/item/s_07.png new file mode 100644 index 0000000..4fa44d5 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_07.png differ diff --git a/resourcepack/assets/cards/textures/item/s_08.png b/resourcepack/assets/cards/textures/item/s_08.png new file mode 100644 index 0000000..9e8c584 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_08.png differ diff --git a/resourcepack/assets/cards/textures/item/s_09.png b/resourcepack/assets/cards/textures/item/s_09.png new file mode 100644 index 0000000..71f12e6 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_09.png differ diff --git a/resourcepack/assets/cards/textures/item/s_10.png b/resourcepack/assets/cards/textures/item/s_10.png new file mode 100644 index 0000000..7fa1495 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_10.png differ diff --git a/resourcepack/assets/cards/textures/item/s_11.png b/resourcepack/assets/cards/textures/item/s_11.png new file mode 100644 index 0000000..ef7d565 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_11.png differ diff --git a/resourcepack/assets/cards/textures/item/s_12.png b/resourcepack/assets/cards/textures/item/s_12.png new file mode 100644 index 0000000..0fe49ad Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_12.png differ diff --git a/resourcepack/assets/cards/textures/item/s_13.png b/resourcepack/assets/cards/textures/item/s_13.png new file mode 100644 index 0000000..68cc117 Binary files /dev/null and b/resourcepack/assets/cards/textures/item/s_13.png differ diff --git a/resourcepack/assets/lz/models/festive/christmas_tree.json b/resourcepack/assets/lz/models/festive/christmas_tree.json new file mode 100644 index 0000000..783602e --- /dev/null +++ b/resourcepack/assets/lz/models/festive/christmas_tree.json @@ -0,0 +1,1131 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [128, 128], + "textures": { + "6": "lz:block/festive/christmas_tree", + "particle": "block/oak_leaves" + }, + "elements": [ + { + "name": "bottom", + "from": [7, -12, 7], + "to": [9, -4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -12, 0]}, + "faces": { + "north": {"uv": [2.5, 6.25, 2.75, 7.25], "texture": "#6"}, + "east": {"uv": [5.375, 6.5, 5.625, 7.5], "texture": "#6"}, + "south": {"uv": [2.875, 6.625, 3.125, 7.625], "texture": "#6"}, + "west": {"uv": [3.25, 6.625, 3.5, 7.625], "texture": "#6"}, + "up": {"uv": [1.875, 5.625, 1.625, 5.375], "texture": "#6"}, + "down": {"uv": [1.75, 9, 1.5, 9.25], "texture": "#6"} + } + }, + { + "name": "middle", + "from": [7.25, -4, 7.25], + "to": [8.75, 7, 8.75], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -12, 0]}, + "faces": { + "north": {"uv": [2.875, 5.125, 3.125, 6.5], "texture": "#6"}, + "east": {"uv": [5, 5.25, 5.25, 6.625], "texture": "#6"}, + "south": {"uv": [0, 5.375, 0.25, 6.75], "texture": "#6"}, + "west": {"uv": [1.25, 5.375, 1.5, 6.75], "texture": "#6"}, + "up": {"uv": [2.125, 9.25, 1.875, 9], "texture": "#6"}, + "down": {"uv": [9.25, 1.875, 9, 2.125], "texture": "#6"} + } + }, + { + "name": "top", + "from": [7.5, 7, 7.5], + "to": [8.5, 19, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -12, 0]}, + "faces": { + "north": {"uv": [2.25, 6.75, 2.375, 8.25], "texture": "#6"}, + "east": {"uv": [5.125, 6.75, 5.25, 8.25], "texture": "#6"}, + "south": {"uv": [0.75, 7.375, 0.875, 8.875], "texture": "#6"}, + "west": {"uv": [2.5, 7.375, 2.625, 8.875], "texture": "#6"}, + "up": {"uv": [5.375, 2.625, 5.25, 2.5], "texture": "#6"}, + "down": {"uv": [5.625, 1.125, 5.5, 1.25], "texture": "#6"} + } + }, + { + "name": "peak", + "from": [7.75, 19, 7.75], + "to": [8.25, 24, 8.25], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -1, 0]}, + "faces": { + "north": {"uv": [1, 5.5, 1.125, 6.125], "texture": "#6"}, + "east": {"uv": [5.75, 8.625, 5.875, 9.25], "texture": "#6"}, + "south": {"uv": [7.25, 8.625, 7.375, 9.25], "texture": "#6"}, + "west": {"uv": [1, 8.75, 1.125, 9.375], "texture": "#6"}, + "up": {"uv": [6.375, 2.25, 6.25, 2.125], "texture": "#6"}, + "down": {"uv": [6.375, 4, 6.25, 4.125], "texture": "#6"} + } + }, + { + "from": [7.25, -8, 1], + "to": [8.25, -7, 8], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.75, -7.5, 5]}, + "faces": { + "north": {"uv": [5.75, 6.5, 5.875, 6.625], "texture": "#6"}, + "east": {"uv": [8.25, 6.25, 9.125, 6.375], "texture": "#6"}, + "south": {"uv": [7.125, 3.75, 7.25, 3.875], "texture": "#6"}, + "west": {"uv": [8.25, 7.375, 9.125, 7.5], "texture": "#6"}, + "up": {"uv": [0.625, 8.75, 0.5, 7.875], "texture": "#6"}, + "down": {"uv": [2.375, 8.375, 2.25, 9.25], "texture": "#6"} + } + }, + { + "from": [1, -7, 7.5], + "to": [8, -6, 8.5], + "rotation": {"angle": -22.5, "axis": "z", "origin": [4.5, -6.5, 8]}, + "faces": { + "north": {"uv": [7.875, 8.375, 8.75, 8.5], "texture": "#6"}, + "east": {"uv": [2.25, 9.375, 2.375, 9.5], "texture": "#6"}, + "south": {"uv": [8.5, 1.375, 9.375, 1.5], "texture": "#6"}, + "west": {"uv": [3.125, 9.375, 3.25, 9.5], "texture": "#6"}, + "up": {"uv": [9.375, 1.75, 8.5, 1.625], "texture": "#6"}, + "down": {"uv": [9.375, 3, 8.5, 3.125], "texture": "#6"} + } + }, + { + "from": [7.75, -7.65, 3], + "to": [11.75, -6.65, 4], + "rotation": {"angle": 22.5, "axis": "y", "origin": [10, -6.5, 4.5]}, + "faces": { + "north": {"uv": [3.875, 1.5, 4.375, 1.625], "texture": "#6"}, + "east": {"uv": [9.5, 1.625, 9.625, 1.75], "texture": "#6"}, + "south": {"uv": [5.625, 3.5, 6.125, 3.625], "texture": "#6"}, + "west": {"uv": [6.625, 9.5, 6.75, 9.625], "texture": "#6"}, + "up": {"uv": [4, 9.125, 3.5, 9], "texture": "#6"}, + "down": {"uv": [9.5, 3.5, 9, 3.625], "texture": "#6"} + } + }, + { + "from": [8.5, -6, 7.25], + "to": [14.5, -5, 8.25], + "rotation": {"angle": 22.5, "axis": "z", "origin": [11.5, -5.5, 7.5]}, + "faces": { + "north": {"uv": [4.375, 3.75, 5.125, 3.875], "texture": "#6"}, + "east": {"uv": [0.75, 9.625, 0.875, 9.75], "texture": "#6"}, + "south": {"uv": [8.5, 3.25, 9.25, 3.375], "texture": "#6"}, + "west": {"uv": [10, 7.125, 10.125, 7.25], "texture": "#6"}, + "up": {"uv": [9.25, 7.75, 8.5, 7.625], "texture": "#6"}, + "down": {"uv": [9.25, 7.875, 8.5, 8], "texture": "#6"} + } + }, + { + "from": [6.65, -6, 9], + "to": [7.65, -5, 15], + "rotation": {"angle": -22.5, "axis": "y", "origin": [8.4, -5.5, 10]}, + "faces": { + "north": {"uv": [10, 8.25, 10.125, 8.375], "texture": "#6"}, + "east": {"uv": [8.5, 8.125, 9.25, 8.25], "texture": "#6"}, + "south": {"uv": [8.375, 10, 8.5, 10.125], "texture": "#6"}, + "west": {"uv": [8.625, 0.875, 9.375, 1], "texture": "#6"}, + "up": {"uv": [0.125, 9.25, 0, 8.5], "texture": "#6"}, + "down": {"uv": [0.375, 8.5, 0.25, 9.25], "texture": "#6"} + } + }, + { + "from": [1.5, -3, 6.7], + "to": [7.5, -2.25, 7.45], + "rotation": {"angle": -45, "axis": "y", "origin": [6.25, -2.625, 7.825]}, + "faces": { + "north": {"uv": [8.625, 1.125, 9.375, 1.25], "texture": "#6"}, + "east": {"uv": [10, 8.5, 10.125, 8.625], "texture": "#6"}, + "south": {"uv": [8.625, 2.375, 9.375, 2.5], "texture": "#6"}, + "west": {"uv": [10, 8.75, 10.125, 8.875], "texture": "#6"}, + "up": {"uv": [9.375, 2.75, 8.625, 2.625], "texture": "#6"}, + "down": {"uv": [3.5, 8.625, 2.75, 8.75], "texture": "#6"} + } + }, + { + "from": [7.75, -1.75, 8.25], + "to": [8.5, -1, 13.25], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8.125, -1.375, 10.75]}, + "faces": { + "north": {"uv": [10, 9.875, 10.125, 10], "texture": "#6"}, + "east": {"uv": [8.875, 0.625, 9.5, 0.75], "texture": "#6"}, + "south": {"uv": [0, 10.125, 0.125, 10.25], "texture": "#6"}, + "west": {"uv": [2.75, 8.875, 3.375, 9], "texture": "#6"}, + "up": {"uv": [1.375, 9.375, 1.25, 8.75], "texture": "#6"}, + "down": {"uv": [6.5, 8.75, 6.375, 9.375], "texture": "#6"} + } + }, + { + "from": [9.625, -2.725, 7.75], + "to": [10.375, 1.275, 8.5], + "rotation": {"angle": -45, "axis": "z", "origin": [10.5, -0.375, 7.625]}, + "faces": { + "north": {"uv": [0.75, 9, 0.875, 9.5], "texture": "#6"}, + "east": {"uv": [2.5, 9, 2.625, 9.5], "texture": "#6"}, + "south": {"uv": [9, 3.75, 9.125, 4.25], "texture": "#6"}, + "west": {"uv": [9, 4.375, 9.125, 4.875], "texture": "#6"}, + "up": {"uv": [10.25, 0.375, 10.125, 0.25], "texture": "#6"}, + "down": {"uv": [10.25, 0.5, 10.125, 0.625], "texture": "#6"} + } + }, + { + "from": [7.75, 1.25, 2.75], + "to": [8.5, 2, 7.75], + "rotation": {"angle": 45, "axis": "x", "origin": [8.125, 0.625, 4.75]}, + "faces": { + "north": {"uv": [1.375, 10.125, 1.5, 10.25], "texture": "#6"}, + "east": {"uv": [8.875, 5.5, 9.5, 5.625], "texture": "#6"}, + "south": {"uv": [10.125, 1.5, 10.25, 1.625], "texture": "#6"}, + "west": {"uv": [8.875, 5.75, 9.5, 5.875], "texture": "#6"}, + "up": {"uv": [6.75, 9.375, 6.625, 8.75], "texture": "#6"}, + "down": {"uv": [0.625, 8.875, 0.5, 9.5], "texture": "#6"} + } + }, + { + "from": [9.125, 1.25, 7.375], + "to": [9.875, 2, 10.375], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11, -2.375, 10.375]}, + "faces": { + "north": {"uv": [1.625, 10.125, 1.75, 10.25], "texture": "#6"}, + "east": {"uv": [5.875, 5, 6.25, 5.125], "texture": "#6"}, + "south": {"uv": [10.125, 1.75, 10.25, 1.875], "texture": "#6"}, + "west": {"uv": [6.375, 5.5, 6.75, 5.625], "texture": "#6"}, + "up": {"uv": [2.75, 6.125, 2.625, 5.75], "texture": "#6"}, + "down": {"uv": [5, 6.75, 4.875, 7.125], "texture": "#6"} + } + }, + { + "from": [3.25, 1, 7.5], + "to": [7.25, 1.75, 8.25], + "rotation": {"angle": -22.5, "axis": "z", "origin": [5, 0.625, 8.375]}, + "faces": { + "north": {"uv": [4.5, 9, 5, 9.125], "texture": "#6"}, + "east": {"uv": [1.875, 10.125, 2, 10.25], "texture": "#6"}, + "south": {"uv": [9, 6.5, 9.5, 6.625], "texture": "#6"}, + "west": {"uv": [2.625, 10.125, 2.75, 10.25], "texture": "#6"}, + "up": {"uv": [9.5, 6.875, 9, 6.75], "texture": "#6"}, + "down": {"uv": [3.25, 9.125, 2.75, 9.25], "texture": "#6"} + } + }, + { + "from": [7.5, 6.25, 9], + "to": [8.25, 7, 13], + "rotation": {"angle": -45, "axis": "x", "origin": [7.375, 4.625, 12]}, + "faces": { + "north": {"uv": [3.75, 10.125, 3.875, 10.25], "texture": "#6"}, + "east": {"uv": [5.125, 9.125, 5.625, 9.25], "texture": "#6"}, + "south": {"uv": [4, 10.125, 4.125, 10.25], "texture": "#6"}, + "west": {"uv": [7.5, 9.125, 8, 9.25], "texture": "#6"}, + "up": {"uv": [6.125, 9.5, 6, 9], "texture": "#6"}, + "down": {"uv": [8.375, 9, 8.25, 9.5], "texture": "#6"} + } + }, + { + "from": [8, 3.25, 6.25], + "to": [11, 4, 7], + "rotation": {"angle": 45, "axis": "y", "origin": [9.5, 3.625, 6.625]}, + "faces": { + "north": {"uv": [6.625, 3.25, 7, 3.375], "texture": "#6"}, + "east": {"uv": [5, 10.125, 5.125, 10.25], "texture": "#6"}, + "south": {"uv": [7.25, 7, 7.625, 7.125], "texture": "#6"}, + "west": {"uv": [5.25, 10.125, 5.375, 10.25], "texture": "#6"}, + "up": {"uv": [10.25, 2.5, 9.875, 2.375], "texture": "#6"}, + "down": {"uv": [10.25, 2.625, 9.875, 2.75], "texture": "#6"} + } + }, + { + "from": [5, 7.25, 7.6], + "to": [8, 7.75, 8.1], + "rotation": {"angle": -45, "axis": "z", "origin": [6.5, 7.5, 7.85]}, + "faces": { + "north": {"uv": [9.875, 2.875, 10.25, 3], "texture": "#6"}, + "east": {"uv": [5.5, 10.125, 5.625, 10.25], "texture": "#6"}, + "south": {"uv": [9.875, 3.125, 10.25, 3.25], "texture": "#6"}, + "west": {"uv": [6.5, 10.125, 6.625, 10.25], "texture": "#6"}, + "up": {"uv": [9.375, 10, 9, 9.875], "texture": "#6"}, + "down": {"uv": [9.875, 9.875, 9.5, 10], "texture": "#6"} + } + }, + { + "from": [8.25, 9, 7.8], + "to": [11.25, 9.5, 8.3], + "rotation": {"angle": 22.5, "axis": "z", "origin": [10.5, 8.75, 8.25]}, + "faces": { + "north": {"uv": [10, 0, 10.375, 0.125], "texture": "#6"}, + "east": {"uv": [6.75, 10.125, 6.875, 10.25], "texture": "#6"}, + "south": {"uv": [2.125, 10, 2.5, 10.125], "texture": "#6"}, + "west": {"uv": [7, 10.125, 7.125, 10.25], "texture": "#6"}, + "up": {"uv": [3.375, 10.125, 3, 10], "texture": "#6"}, + "down": {"uv": [10.375, 3.375, 10, 3.5], "texture": "#6"} + } + }, + { + "from": [7.9, 10.25, 5.75], + "to": [8.4, 13.25, 6.25], + "rotation": {"angle": -45, "axis": "x", "origin": [8.25, 12.75, 6]}, + "faces": { + "north": {"uv": [1.125, 9.875, 1.25, 10.25], "texture": "#6"}, + "east": {"uv": [6.25, 9.875, 6.375, 10.25], "texture": "#6"}, + "south": {"uv": [0.375, 10, 0.5, 10.375], "texture": "#6"}, + "west": {"uv": [3.5, 10, 3.625, 10.375], "texture": "#6"}, + "up": {"uv": [7.375, 10.25, 7.25, 10.125], "texture": "#6"}, + "down": {"uv": [10.25, 7.375, 10.125, 7.5], "texture": "#6"} + } + }, + { + "from": [8.5, 11, 7.6], + "to": [9, 15, 8.1], + "rotation": {"angle": -22.5, "axis": "z", "origin": [10, 12.75, 8.25]}, + "faces": { + "north": {"uv": [8.5, 9, 8.625, 9.5], "texture": "#6"}, + "east": {"uv": [4.125, 9.125, 4.25, 9.625], "texture": "#6"}, + "south": {"uv": [6.875, 9.125, 7, 9.625], "texture": "#6"}, + "west": {"uv": [8.75, 9.125, 8.875, 9.625], "texture": "#6"}, + "up": {"uv": [7.625, 10.25, 7.5, 10.125], "texture": "#6"}, + "down": {"uv": [10.25, 7.625, 10.125, 7.75], "texture": "#6"} + } + }, + { + "from": [6.25, 10.5, 8.75], + "to": [8, 11, 9.25], + "rotation": {"angle": 22.5, "axis": "y", "origin": [6, 10.75, 9.25]}, + "faces": { + "north": {"uv": [0.875, 1.75, 1.125, 1.875], "texture": "#6"}, + "east": {"uv": [7.75, 10.125, 7.875, 10.25], "texture": "#6"}, + "south": {"uv": [2.25, 1.75, 2.5, 1.875], "texture": "#6"}, + "west": {"uv": [10.125, 7.875, 10.25, 8], "texture": "#6"}, + "up": {"uv": [7.125, 6.625, 6.875, 6.5], "texture": "#6"}, + "down": {"uv": [9.5, 6.25, 9.25, 6.375], "texture": "#6"} + } + }, + { + "from": [7, 13.15, 7.85], + "to": [7.5, 16.15, 8.35], + "rotation": {"angle": 22.5, "axis": "z", "origin": [5.5, 14.75, 7.25]}, + "faces": { + "north": {"uv": [10, 3.625, 10.125, 4], "texture": "#6"}, + "east": {"uv": [10, 4.125, 10.125, 4.5], "texture": "#6"}, + "south": {"uv": [4.25, 10, 4.375, 10.375], "texture": "#6"}, + "west": {"uv": [4.5, 10, 4.625, 10.375], "texture": "#6"}, + "up": {"uv": [8.75, 10.25, 8.625, 10.125], "texture": "#6"}, + "down": {"uv": [9, 10.125, 8.875, 10.25], "texture": "#6"} + } + }, + { + "from": [7.75, 12.75, 8.65], + "to": [8.25, 15.25, 9.15], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.25, 14.75, 10.25]}, + "faces": { + "north": {"uv": [10, 4.625, 10.125, 5], "texture": "#6"}, + "east": {"uv": [4.75, 10, 4.875, 10.375], "texture": "#6"}, + "south": {"uv": [10, 5.125, 10.125, 5.5], "texture": "#6"}, + "west": {"uv": [10, 5.625, 10.125, 6], "texture": "#6"}, + "up": {"uv": [10.25, 9.125, 10.125, 9], "texture": "#6"}, + "down": {"uv": [9.25, 10.125, 9.125, 10.25], "texture": "#6"} + } + }, + { + "from": [-1, -5.8, 4], + "to": [6, -2.8, 11], + "rotation": {"angle": -22.5, "axis": "z", "origin": [2.5, -4.5, 7.5]}, + "faces": { + "north": {"uv": [4.5, 2.75, 5.375, 3.125], "texture": "#6"}, + "east": {"uv": [5.25, 2, 6.125, 2.375], "texture": "#6"}, + "south": {"uv": [5.25, 3.75, 6.125, 4.125], "texture": "#6"}, + "west": {"uv": [5.375, 5.25, 6.25, 5.625], "texture": "#6"}, + "up": {"uv": [2.125, 0.875, 1.25, 0], "texture": "#6"}, + "down": {"uv": [2.125, 1, 1.25, 1.875], "texture": "#6"} + } + }, + { + "from": [5, -6.8, -1], + "to": [11, -2.8, 6], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, -6, 3]}, + "faces": { + "north": {"uv": [3.375, 4.875, 4.125, 5.375], "texture": "#6"}, + "east": {"uv": [4.125, 0, 5, 0.5], "texture": "#6"}, + "south": {"uv": [5, 4.625, 5.75, 5.125], "texture": "#6"}, + "west": {"uv": [4.25, 4, 5.125, 4.5], "texture": "#6"}, + "up": {"uv": [0.75, 2.625, 0, 1.75], "texture": "#6"}, + "down": {"uv": [1.625, 2, 0.875, 2.875], "texture": "#6"} + } + }, + { + "from": [2, -3.7, 1], + "to": [9, -1.7, 6], + "rotation": {"angle": -22.5, "axis": "y", "origin": [3.5, -2, 2]}, + "faces": { + "north": {"uv": [7.375, 2.125, 8.25, 2.375], "texture": "#6"}, + "east": {"uv": [8, 5.125, 8.625, 5.375], "texture": "#6"}, + "south": {"uv": [7.375, 3.75, 8.25, 4], "texture": "#6"}, + "west": {"uv": [8.125, 0.5, 8.75, 0.75], "texture": "#6"}, + "up": {"uv": [1.75, 3.625, 0.875, 3], "texture": "#6"}, + "down": {"uv": [4, 0, 3.125, 0.625], "texture": "#6"} + } + }, + { + "from": [10, -4.5, 4], + "to": [16, 0.5, 10], + "rotation": {"angle": 22.5, "axis": "z", "origin": [14, -2.5, 7]}, + "faces": { + "north": {"uv": [2.625, 3.5, 3.375, 4.125], "texture": "#6"}, + "east": {"uv": [3.5, 3.25, 4.25, 3.875], "texture": "#6"}, + "south": {"uv": [0, 3.625, 0.75, 4.25], "texture": "#6"}, + "west": {"uv": [0.875, 3.75, 1.625, 4.375], "texture": "#6"}, + "up": {"uv": [2.5, 2.75, 1.75, 2], "texture": "#6"}, + "down": {"uv": [3, 0, 2.25, 0.75], "texture": "#6"} + } + }, + { + "from": [2.38268, -5.5, 10.07612], + "to": [11.38268, -2.5, 16.07612], + "rotation": {"angle": 22.5, "axis": "y", "origin": [6.38268, -4, 13.07612]}, + "faces": { + "north": {"uv": [4.375, 3.25, 5.5, 3.625], "texture": "#6"}, + "east": {"uv": [6, 5.75, 6.75, 6.125], "texture": "#6"}, + "south": {"uv": [4.5, 1.5, 5.625, 1.875], "texture": "#6"}, + "west": {"uv": [4, 6.125, 4.75, 6.5], "texture": "#6"}, + "up": {"uv": [1.125, 0.75, 0, 0], "texture": "#6"}, + "down": {"uv": [1.125, 0.875, 0, 1.625], "texture": "#6"} + } + }, + { + "from": [6, 0.4, 9], + "to": [11, 3.4, 16], + "rotation": {"angle": -22.5, "axis": "x", "origin": [4.5, 0.5, 15.5]}, + "faces": { + "north": {"uv": [6.75, 1.125, 7.375, 1.5], "texture": "#6"}, + "east": {"uv": [5.5, 0.625, 6.375, 1], "texture": "#6"}, + "south": {"uv": [5.75, 6.75, 6.375, 7.125], "texture": "#6"}, + "west": {"uv": [5.5, 2.5, 6.375, 2.875], "texture": "#6"}, + "up": {"uv": [2.5, 3.75, 1.875, 2.875], "texture": "#6"}, + "down": {"uv": [3.75, 0.75, 3.125, 1.625], "texture": "#6"} + } + }, + { + "from": [-1, 1.4, 5], + "to": [6, 4.4, 10], + "rotation": {"angle": -22.5, "axis": "z", "origin": [4.5, 0, 7.5]}, + "faces": { + "north": {"uv": [3.25, 5.5, 4.125, 5.875], "texture": "#6"}, + "east": {"uv": [6.5, 6.75, 7.125, 7.125], "texture": "#6"}, + "south": {"uv": [5.625, 3, 6.5, 3.375], "texture": "#6"}, + "west": {"uv": [6.875, 5.5, 7.5, 5.875], "texture": "#6"}, + "up": {"uv": [4.375, 2.375, 3.5, 1.75], "texture": "#6"}, + "down": {"uv": [4.375, 2.5, 3.5, 3.125], "texture": "#6"} + } + }, + { + "from": [5, 6, 1], + "to": [11, 9, 6], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 3.5, -0.5]}, + "faces": { + "north": {"uv": [0.375, 6.25, 1.125, 6.625], "texture": "#6"}, + "east": {"uv": [6.875, 6, 7.5, 6.375], "texture": "#6"}, + "south": {"uv": [1.625, 6.25, 2.375, 6.625], "texture": "#6"}, + "west": {"uv": [7.125, 1.625, 7.75, 2], "texture": "#6"}, + "up": {"uv": [4.625, 1.375, 3.875, 0.75], "texture": "#6"}, + "down": {"uv": [2.5, 3.875, 1.75, 4.5], "texture": "#6"} + } + }, + { + "from": [10.5, 2.5, 5], + "to": [15.5, 5.5, 11], + "rotation": {"angle": 45, "axis": "z", "origin": [14, 0, 3.5]}, + "faces": { + "north": {"uv": [7.125, 3.25, 7.75, 3.625], "texture": "#6"}, + "east": {"uv": [6.25, 1.625, 7, 2], "texture": "#6"}, + "south": {"uv": [7.25, 2.625, 7.875, 3], "texture": "#6"}, + "west": {"uv": [6.25, 3.5, 7, 3.875], "texture": "#6"}, + "up": {"uv": [4.125, 4.75, 3.5, 4], "texture": "#6"}, + "down": {"uv": [3.25, 4.25, 2.625, 5], "texture": "#6"} + } + }, + { + "from": [4, 1.5, 9.5], + "to": [10, 4.5, 13.5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7, 3, 11.5]}, + "faces": { + "north": {"uv": [6, 6.25, 6.75, 6.625], "texture": "#6"}, + "east": {"uv": [2, 4.625, 2.5, 5], "texture": "#6"}, + "south": {"uv": [6.375, 5, 7.125, 5.375], "texture": "#6"}, + "west": {"uv": [7.375, 4.125, 7.875, 4.5], "texture": "#6"}, + "up": {"uv": [5.875, 0.5, 5.125, 0], "texture": "#6"}, + "down": {"uv": [2.75, 5.125, 2, 5.625], "texture": "#6"} + } + }, + { + "from": [9, 3.5, 3.3], + "to": [14, 6.5, 8.3], + "rotation": {"angle": -45, "axis": "y", "origin": [12, 7, 4.5]}, + "faces": { + "north": {"uv": [3.625, 7.25, 4.25, 7.625], "texture": "#6"}, + "east": {"uv": [4.375, 7.25, 5, 7.625], "texture": "#6"}, + "south": {"uv": [7.25, 5, 7.875, 5.375], "texture": "#6"}, + "west": {"uv": [5.75, 7.25, 6.375, 7.625], "texture": "#6"}, + "up": {"uv": [5.125, 2.625, 4.5, 2], "texture": "#6"}, + "down": {"uv": [1.875, 4.625, 1.25, 5.25], "texture": "#6"} + } + }, + { + "from": [6, 9.1, 8.2], + "to": [10, 11.1, 12.2], + "rotation": {"angle": -45, "axis": "x", "origin": [7, 9, 14]}, + "faces": { + "north": {"uv": [5.25, 4.25, 5.75, 4.5], "texture": "#6"}, + "east": {"uv": [7.375, 4.625, 7.875, 4.875], "texture": "#6"}, + "south": {"uv": [2.75, 8.25, 3.25, 8.5], "texture": "#6"}, + "west": {"uv": [3.375, 8.25, 3.875, 8.5], "texture": "#6"}, + "up": {"uv": [7.125, 3.125, 6.625, 2.625], "texture": "#6"}, + "down": {"uv": [4.125, 6.625, 3.625, 7.125], "texture": "#6"} + } + }, + { + "from": [8.9, 9.4, 6], + "to": [12.9, 12.4, 10], + "rotation": {"angle": 22.5, "axis": "z", "origin": [11, 10, 8.5]}, + "faces": { + "north": {"uv": [7.5, 1, 8, 1.375], "texture": "#6"}, + "east": {"uv": [7.625, 5.5, 8.125, 5.875], "texture": "#6"}, + "south": {"uv": [7.625, 6, 8.125, 6.375], "texture": "#6"}, + "west": {"uv": [2.75, 7.75, 3.25, 8.125], "texture": "#6"}, + "up": {"uv": [4.75, 7.125, 4.25, 6.625], "texture": "#6"}, + "down": {"uv": [7.25, 0, 6.75, 0.5], "texture": "#6"} + } + }, + { + "from": [4.3, 10.5, 5.3], + "to": [8.3, 12.5, 9.3], + "rotation": {"angle": -45, "axis": "z", "origin": [3.5, 11, 8.5]}, + "faces": { + "north": {"uv": [4, 8.25, 4.5, 8.5], "texture": "#6"}, + "east": {"uv": [5.375, 8.25, 5.875, 8.5], "texture": "#6"}, + "south": {"uv": [8.25, 5.5, 8.75, 5.75], "texture": "#6"}, + "west": {"uv": [8.25, 5.875, 8.75, 6.125], "texture": "#6"}, + "up": {"uv": [0.875, 7.25, 0.375, 6.75], "texture": "#6"}, + "down": {"uv": [2.125, 6.75, 1.625, 7.25], "texture": "#6"} + } + }, + { + "from": [4.3, 10.7, 9], + "to": [8.3, 13.7, 12], + "rotation": {"angle": 45, "axis": "y", "origin": [5, 11.5, 10.5]}, + "faces": { + "north": {"uv": [3.375, 7.75, 3.875, 8.125], "texture": "#6"}, + "east": {"uv": [8.125, 0.875, 8.5, 1.25], "texture": "#6"}, + "south": {"uv": [4, 7.75, 4.5, 8.125], "texture": "#6"}, + "west": {"uv": [1, 8.25, 1.375, 8.625], "texture": "#6"}, + "up": {"uv": [5.875, 8.125, 5.375, 7.75], "texture": "#6"}, + "down": {"uv": [7.5, 7.75, 7, 8.125], "texture": "#6"} + } + }, + { + "from": [7, 14.7, 4.2], + "to": [10, 16.7, 8.2], + "rotation": {"angle": 45, "axis": "x", "origin": [8.5, 15, 4]}, + "faces": { + "north": {"uv": [5.75, 1.625, 6.125, 1.875], "texture": "#6"}, + "east": {"uv": [6.875, 8.25, 7.375, 8.5], "texture": "#6"}, + "south": {"uv": [3.625, 8.625, 4, 8.875], "texture": "#6"}, + "west": {"uv": [8.25, 7, 8.75, 7.25], "texture": "#6"}, + "up": {"uv": [1.375, 8.125, 1, 7.625], "texture": "#6"}, + "down": {"uv": [5, 7.75, 4.625, 8.25], "texture": "#6"} + } + }, + { + "from": [6.1, 14.2, 6.2], + "to": [8.1, 18.2, 9.2], + "rotation": {"angle": 22.5, "axis": "z", "origin": [4, 17, 8.5]}, + "faces": { + "north": {"uv": [1.5, 8.375, 1.75, 8.875], "texture": "#6"}, + "east": {"uv": [6, 7.75, 6.375, 8.25], "texture": "#6"}, + "south": {"uv": [1.875, 8.375, 2.125, 8.875], "texture": "#6"}, + "west": {"uv": [7.75, 7, 8.125, 7.5], "texture": "#6"}, + "up": {"uv": [0.25, 7.25, 0, 6.875], "texture": "#6"}, + "down": {"uv": [8.875, 4, 8.625, 4.375], "texture": "#6"} + } + }, + { + "from": [7, 13.5, 6.5], + "to": [9, 17.5, 8.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 13, 11]}, + "faces": { + "north": {"uv": [4.625, 8.375, 4.875, 8.875], "texture": "#6"}, + "east": {"uv": [5, 8.375, 5.25, 8.875], "texture": "#6"}, + "south": {"uv": [6, 8.375, 6.25, 8.875], "texture": "#6"}, + "west": {"uv": [7.5, 8.375, 7.75, 8.875], "texture": "#6"}, + "up": {"uv": [9.25, 9.375, 9, 9.125], "texture": "#6"}, + "down": {"uv": [9.5, 0, 9.25, 0.25], "texture": "#6"} + } + }, + { + "from": [7.5, 12.5, 6], + "to": [9.5, 17.5, 9], + "rotation": {"angle": -22.5, "axis": "z", "origin": [11.5, 14, 7.5]}, + "faces": { + "north": {"uv": [6.5, 8, 6.75, 8.625], "texture": "#6"}, + "east": {"uv": [1, 6.875, 1.375, 7.5], "texture": "#6"}, + "south": {"uv": [8.125, 7.625, 8.375, 8.25], "texture": "#6"}, + "west": {"uv": [6.5, 7.25, 6.875, 7.875], "texture": "#6"}, + "up": {"uv": [4.375, 9, 4.125, 8.625], "texture": "#6"}, + "down": {"uv": [8.875, 4.5, 8.625, 4.875], "texture": "#6"} + } + }, + { + "from": [7.25, 18, 7.25], + "to": [8.75, 20.9, 8.75], + "faces": { + "north": {"uv": [5.375, 8.625, 5.625, 9], "texture": "#6"}, + "east": {"uv": [8.625, 6.5, 8.875, 6.875], "texture": "#6"}, + "south": {"uv": [6.875, 8.625, 7.125, 9], "texture": "#6"}, + "west": {"uv": [7.875, 8.625, 8.125, 9], "texture": "#6"}, + "up": {"uv": [3.625, 9.5, 3.375, 9.25], "texture": "#6"}, + "down": {"uv": [4, 9.25, 3.75, 9.5], "texture": "#6"} + } + }, + { + "from": [10, -7.4, 1], + "to": [13, -5.4, 5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [11.5, -5, 2]}, + "faces": { + "north": {"uv": [8.25, 8.625, 8.625, 8.875], "texture": "#6"}, + "east": {"uv": [8.375, 2, 8.875, 2.25], "texture": "#6"}, + "south": {"uv": [8.75, 0, 9.125, 0.25], "texture": "#6"}, + "west": {"uv": [8.375, 3.625, 8.875, 3.875], "texture": "#6"}, + "up": {"uv": [8, 8.25, 7.625, 7.75], "texture": "#6"}, + "down": {"uv": [0.375, 7.875, 0, 8.375], "texture": "#6"} + } + }, + { + "from": [2, -1.9, 2], + "to": [6, 1.1, 9], + "rotation": {"angle": -22.5, "axis": "y", "origin": [0, 0.5, 8.5]}, + "faces": { + "north": {"uv": [1.5, 7.875, 2, 8.25], "texture": "#6"}, + "east": {"uv": [5.75, 1.125, 6.625, 1.5], "texture": "#6"}, + "south": {"uv": [7.875, 1.5, 8.375, 1.875], "texture": "#6"}, + "west": {"uv": [1.625, 5.75, 2.5, 6.125], "texture": "#6"}, + "up": {"uv": [0.5, 5.25, 0, 4.375], "texture": "#6"}, + "down": {"uv": [1.125, 4.5, 0.625, 5.375], "texture": "#6"} + } + }, + { + "from": [1, 6, 5.7], + "to": [5, 9, 10.7], + "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 1.5, 14.5]}, + "faces": { + "north": {"uv": [7.875, 3.125, 8.375, 3.5], "texture": "#6"}, + "east": {"uv": [7.25, 6.5, 7.875, 6.875], "texture": "#6"}, + "south": {"uv": [8, 2.5, 8.5, 2.875], "texture": "#6"}, + "west": {"uv": [7, 7.25, 7.625, 7.625], "texture": "#6"}, + "up": {"uv": [4.75, 6, 4.25, 5.375], "texture": "#6"}, + "down": {"uv": [0.875, 5.5, 0.375, 6.125], "texture": "#6"} + } + }, + { + "from": [8, 8, 4], + "to": [12, 11, 9], + "rotation": {"angle": 22.5, "axis": "z", "origin": [16, 9.5, 8.5]}, + "faces": { + "north": {"uv": [8, 4.125, 8.5, 4.5], "texture": "#6"}, + "east": {"uv": [0, 7.375, 0.625, 7.75], "texture": "#6"}, + "south": {"uv": [8, 4.625, 8.5, 5], "texture": "#6"}, + "west": {"uv": [7.375, 0, 8, 0.375], "texture": "#6"}, + "up": {"uv": [5.875, 6.375, 5.375, 5.75], "texture": "#6"}, + "down": {"uv": [6.375, 4.25, 5.875, 4.875], "texture": "#6"} + } + }, + { + "from": [5.6, 10.7, 3.9], + "to": [10.6, 13.7, 7.9], + "rotation": {"angle": 45, "axis": "x", "origin": [8.5, 11, 1]}, + "faces": { + "north": {"uv": [7.375, 0.5, 8, 0.875], "texture": "#6"}, + "east": {"uv": [8, 6.5, 8.5, 6.875], "texture": "#6"}, + "south": {"uv": [1.5, 7.375, 2.125, 7.75], "texture": "#6"}, + "west": {"uv": [8.125, 0, 8.625, 0.375], "texture": "#6"}, + "up": {"uv": [6.625, 0.5, 6, 0], "texture": "#6"}, + "down": {"uv": [3.875, 6, 3.25, 6.5], "texture": "#6"} + } + }, + { + "from": [5, -16, 5], + "to": [11, -13, 11], + "faces": { + "north": {"uv": [6.5, 0.625, 7.25, 1], "texture": "#6"}, + "east": {"uv": [6.5, 2.125, 7.25, 2.5], "texture": "#6"}, + "south": {"uv": [6.5, 4, 7.25, 4.375], "texture": "#6"}, + "west": {"uv": [6.5, 4.5, 7.25, 4.875], "texture": "#6"}, + "up": {"uv": [3, 1.625, 2.25, 0.875], "texture": "#6"}, + "down": {"uv": [3.375, 1.75, 2.625, 2.5], "texture": "#6"} + } + }, + { + "from": [5.5, -13, 5.5], + "to": [10.5, -12, 10.5], + "faces": { + "north": {"uv": [8.875, 6, 9.5, 6.125], "texture": "#6"}, + "east": {"uv": [8.875, 7, 9.5, 7.125], "texture": "#6"}, + "south": {"uv": [8.875, 8.375, 9.5, 8.5], "texture": "#6"}, + "west": {"uv": [8.75, 8.875, 9.375, 9], "texture": "#6"}, + "up": {"uv": [4.875, 5.25, 4.25, 4.625], "texture": "#6"}, + "down": {"uv": [5.375, 0.625, 4.75, 1.25], "texture": "#6"} + } + }, + { + "from": [5, -12, 5], + "to": [11, -11, 11], + "faces": { + "north": {"uv": [8.75, 5, 9.5, 5.125], "texture": "#6"}, + "east": {"uv": [8.75, 5.25, 9.5, 5.375], "texture": "#6"}, + "south": {"uv": [8.75, 8.625, 9.5, 8.75], "texture": "#6"}, + "west": {"uv": [8.875, 0.375, 9.625, 0.5], "texture": "#6"}, + "up": {"uv": [3.375, 3.375, 2.625, 2.625], "texture": "#6"}, + "down": {"uv": [0.75, 2.75, 0, 3.5], "texture": "#6"} + } + }, + { + "from": [7.5, 21.1, 7.5], + "to": [8.5, 24.1, 8.5], + "faces": { + "north": {"uv": [5.875, 10, 6, 10.375], "texture": "#6"}, + "east": {"uv": [10, 6.125, 10.125, 6.5], "texture": "#6"}, + "south": {"uv": [10, 6.625, 10.125, 7], "texture": "#6"}, + "west": {"uv": [8.125, 10, 8.25, 10.375], "texture": "#6"}, + "up": {"uv": [10.25, 9.375, 10.125, 9.25], "texture": "#6"}, + "down": {"uv": [9.5, 10.125, 9.375, 10.25], "texture": "#6"} + } + }, + { + "from": [7.5, 23.6, 7], + "to": [9.5, 25.6, 9], + "rotation": {"angle": -45, "axis": "z", "origin": [8, 25.1, 8]}, + "faces": { + "north": {"uv": [9.25, 3.75, 9.5, 4], "texture": "#6"}, + "east": {"uv": [9.25, 4.125, 9.5, 4.375], "texture": "#6"}, + "south": {"uv": [4.375, 9.25, 4.625, 9.5], "texture": "#6"}, + "west": {"uv": [9.25, 4.5, 9.5, 4.75], "texture": "#6"}, + "up": {"uv": [5, 9.5, 4.75, 9.25], "texture": "#6"}, + "down": {"uv": [9.5, 7.25, 9.25, 7.5], "texture": "#6"} + } + }, + { + "from": [11, 1, 2], + "to": [13, 3, 4], + "rotation": {"angle": -22.5, "axis": "y", "origin": [11, 1.625, 1]}, + "faces": { + "north": {"uv": [0, 9.375, 0.25, 9.625], "texture": "#6"}, + "east": {"uv": [1.5, 9.375, 1.75, 9.625], "texture": "#6"}, + "south": {"uv": [1.875, 9.375, 2.125, 9.625], "texture": "#6"}, + "west": {"uv": [9.375, 1.875, 9.625, 2.125], "texture": "#6"}, + "up": {"uv": [3, 9.625, 2.75, 9.375], "texture": "#6"}, + "down": {"uv": [5.375, 9.375, 5.125, 9.625], "texture": "#6"} + } + }, + { + "from": [6.53912, 6, 2.56703], + "to": [8.53912, 8, 4.56703], + "rotation": {"angle": 0, "axis": "y", "origin": [6.53912, 2.625, 1.31703]}, + "faces": { + "north": {"uv": [5.5, 9.375, 5.75, 9.625], "texture": "#6"}, + "east": {"uv": [7.125, 9.375, 7.375, 9.625], "texture": "#6"}, + "south": {"uv": [7.5, 9.375, 7.75, 9.625], "texture": "#6"}, + "west": {"uv": [9.375, 7.625, 9.625, 7.875], "texture": "#6"}, + "up": {"uv": [8.125, 9.625, 7.875, 9.375], "texture": "#6"}, + "down": {"uv": [9.625, 8, 9.375, 8.25], "texture": "#6"} + } + }, + { + "from": [5.93912, -8.2, -0.43297], + "to": [7.93912, -6.2, 1.56703], + "rotation": {"angle": 22.5, "axis": "y", "origin": [7.53912, -6.375, 0.56703]}, + "faces": { + "north": {"uv": [9.375, 9.125, 9.625, 9.375], "texture": "#6"}, + "east": {"uv": [9.5, 0.875, 9.75, 1.125], "texture": "#6"}, + "south": {"uv": [1, 9.5, 1.25, 9.75], "texture": "#6"}, + "west": {"uv": [9.5, 1.25, 9.75, 1.5], "texture": "#6"}, + "up": {"uv": [9.75, 2.5, 9.5, 2.25], "texture": "#6"}, + "down": {"uv": [9.75, 2.625, 9.5, 2.875], "texture": "#6"} + } + }, + { + "from": [16.56088, -6.45, 6.20652], + "to": [18.56088, -4.45, 8.20652], + "rotation": {"angle": -22.5, "axis": "y", "origin": [19.06088, -6.575, 1.20652]}, + "faces": { + "north": {"uv": [9.5, 3, 9.75, 3.25], "texture": "#6"}, + "east": {"uv": [6.25, 9.5, 6.5, 9.75], "texture": "#6"}, + "south": {"uv": [9, 9.5, 9.25, 9.75], "texture": "#6"}, + "west": {"uv": [9.375, 9.5, 9.625, 9.75], "texture": "#6"}, + "up": {"uv": [9.875, 0.25, 9.625, 0], "texture": "#6"}, + "down": {"uv": [0.625, 9.625, 0.375, 9.875], "texture": "#6"} + } + }, + { + "from": [11.77263, -0.25, 9.10815], + "to": [13.77263, 1.75, 11.10815], + "rotation": {"angle": 45, "axis": "y", "origin": [12.77263, 1.175, 10.50815]}, + "faces": { + "north": {"uv": [2.25, 9.625, 2.5, 9.875], "texture": "#6"}, + "east": {"uv": [3.125, 9.625, 3.375, 9.875], "texture": "#6"}, + "south": {"uv": [9.625, 3.375, 9.875, 3.625], "texture": "#6"}, + "west": {"uv": [3.5, 9.625, 3.75, 9.875], "texture": "#6"}, + "up": {"uv": [9.875, 4, 9.625, 3.75], "texture": "#6"}, + "down": {"uv": [9.875, 4.125, 9.625, 4.375], "texture": "#6"} + } + }, + { + "from": [2.08479, 0.4, 6.29664], + "to": [4.08479, 2.4, 8.29664], + "rotation": {"angle": 45, "axis": "y", "origin": [0.98479, 0.425, 8.79664]}, + "faces": { + "north": {"uv": [4.375, 9.625, 4.625, 9.875], "texture": "#6"}, + "east": {"uv": [9.625, 4.5, 9.875, 4.75], "texture": "#6"}, + "south": {"uv": [4.75, 9.625, 5, 9.875], "texture": "#6"}, + "west": {"uv": [9.625, 4.875, 9.875, 5.125], "texture": "#6"}, + "up": {"uv": [9.875, 5.5, 9.625, 5.25], "texture": "#6"}, + "down": {"uv": [9.875, 5.625, 9.625, 5.875], "texture": "#6"} + } + }, + { + "from": [-1.61521, -7.9, 13.79664], + "to": [0.38479, -5.9, 15.79664], + "rotation": {"angle": 45, "axis": "y", "origin": [0.98479, 0.425, 8.79664]}, + "faces": { + "north": {"uv": [5.875, 9.625, 6.125, 9.875], "texture": "#6"}, + "east": {"uv": [9.625, 6, 9.875, 6.25], "texture": "#6"}, + "south": {"uv": [9.625, 6.375, 9.875, 6.625], "texture": "#6"}, + "west": {"uv": [9.625, 6.75, 9.875, 7], "texture": "#6"}, + "up": {"uv": [9.875, 7.375, 9.625, 7.125], "texture": "#6"}, + "down": {"uv": [8.5, 9.625, 8.25, 9.875], "texture": "#6"} + } + }, + { + "from": [2.98479, 7.2, 6.44664], + "to": [4.98479, 9.2, 8.44664], + "rotation": {"angle": -22.5, "axis": "y", "origin": [0.98479, 10.225, 8.79664]}, + "faces": { + "north": {"uv": [9.625, 8.375, 9.875, 8.625], "texture": "#6"}, + "east": {"uv": [9.625, 8.75, 9.875, 9], "texture": "#6"}, + "south": {"uv": [0, 9.75, 0.25, 10], "texture": "#6"}, + "west": {"uv": [9.75, 0.375, 10, 0.625], "texture": "#6"}, + "up": {"uv": [1.625, 10, 1.375, 9.75], "texture": "#6"}, + "down": {"uv": [10, 1.625, 9.75, 1.875], "texture": "#6"} + } + }, + { + "from": [8.97567, 4.7, 9.61981], + "to": [10.97567, 6.7, 11.61981], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.97567, 9.825, 13.61981]}, + "faces": { + "north": {"uv": [1.75, 9.75, 2, 10], "texture": "#6"}, + "east": {"uv": [2.625, 9.75, 2.875, 10], "texture": "#6"}, + "south": {"uv": [3.875, 9.75, 4.125, 10], "texture": "#6"}, + "west": {"uv": [5.125, 9.75, 5.375, 10], "texture": "#6"}, + "up": {"uv": [5.75, 10, 5.5, 9.75], "texture": "#6"}, + "down": {"uv": [6.875, 9.75, 6.625, 10], "texture": "#6"} + } + }, + { + "from": [9.50851, 14.2, 7.24102], + "to": [11.50851, 16.2, 9.24102], + "rotation": {"angle": 0, "axis": "z", "origin": [10.50851, 15.825, 7.94102]}, + "faces": { + "north": {"uv": [7, 9.75, 7.25, 10], "texture": "#6"}, + "east": {"uv": [7.375, 9.75, 7.625, 10], "texture": "#6"}, + "south": {"uv": [9.75, 7.5, 10, 7.75], "texture": "#6"}, + "west": {"uv": [7.75, 9.75, 8, 10], "texture": "#6"}, + "up": {"uv": [10, 8.125, 9.75, 7.875], "texture": "#6"}, + "down": {"uv": [8.875, 9.75, 8.625, 10], "texture": "#6"} + } + }, + { + "from": [11.10851, 7.4, 8.24102], + "to": [13.10851, 9.4, 10.24102], + "rotation": {"angle": -22.5, "axis": "y", "origin": [12.10851, 9.025, 9.24102]}, + "faces": { + "north": {"uv": [9.75, 9.125, 10, 9.375], "texture": "#6"}, + "east": {"uv": [9.75, 9.5, 10, 9.75], "texture": "#6"}, + "south": {"uv": [0.75, 9.875, 1, 10.125], "texture": "#6"}, + "west": {"uv": [9.875, 0.75, 10.125, 1], "texture": "#6"}, + "up": {"uv": [10.125, 1.375, 9.875, 1.125], "texture": "#6"}, + "down": {"uv": [10.125, 2, 9.875, 2.25], "texture": "#6"} + } + }, + { + "from": [11.5, 2.75, 2.5], + "to": [12.5, 3.75, 3.5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [11, 1.625, 1]}, + "faces": { + "north": {"uv": [10.125, 9.5, 10.25, 9.625], "texture": "#6"}, + "east": {"uv": [9.625, 10.125, 9.75, 10.25], "texture": "#6"}, + "south": {"uv": [9.875, 10.125, 10, 10.25], "texture": "#6"}, + "west": {"uv": [10.125, 10.125, 10.25, 10.25], "texture": "#6"}, + "up": {"uv": [0.75, 10.375, 0.625, 10.25], "texture": "#6"}, + "down": {"uv": [10.375, 0.75, 10.25, 0.875], "texture": "#6"} + } + }, + { + "from": [7.03912, 7.75, 3.06703], + "to": [8.03912, 8.75, 4.06703], + "rotation": {"angle": 0, "axis": "y", "origin": [6.53912, 2.625, 1.31703]}, + "faces": { + "north": {"uv": [0.875, 10.25, 1, 10.375], "texture": "#6"}, + "east": {"uv": [10.25, 1, 10.375, 1.125], "texture": "#6"}, + "south": {"uv": [10.25, 1.25, 10.375, 1.375], "texture": "#6"}, + "west": {"uv": [10.25, 2, 10.375, 2.125], "texture": "#6"}, + "up": {"uv": [2.25, 10.375, 2.125, 10.25], "texture": "#6"}, + "down": {"uv": [2.5, 10.25, 2.375, 10.375], "texture": "#6"} + } + }, + { + "from": [6.43912, -6.45, 0.06703], + "to": [7.43912, -5.45, 1.06703], + "rotation": {"angle": 22.5, "axis": "y", "origin": [7.53912, -6.375, 0.56703]}, + "faces": { + "north": {"uv": [2.875, 10.25, 3, 10.375], "texture": "#6"}, + "east": {"uv": [3.125, 10.25, 3.25, 10.375], "texture": "#6"}, + "south": {"uv": [10.25, 3.625, 10.375, 3.75], "texture": "#6"}, + "west": {"uv": [10.25, 3.875, 10.375, 4], "texture": "#6"}, + "up": {"uv": [10.375, 4.25, 10.25, 4.125], "texture": "#6"}, + "down": {"uv": [10.375, 4.375, 10.25, 4.5], "texture": "#6"} + } + }, + { + "from": [17.06088, -4.7, 6.70652], + "to": [18.06088, -3.7, 7.70652], + "rotation": {"angle": -22.5, "axis": "y", "origin": [19.06088, -6.575, 1.20652]}, + "faces": { + "north": {"uv": [10.25, 4.625, 10.375, 4.75], "texture": "#6"}, + "east": {"uv": [10.25, 4.875, 10.375, 5], "texture": "#6"}, + "south": {"uv": [10.25, 5.125, 10.375, 5.25], "texture": "#6"}, + "west": {"uv": [10.25, 5.375, 10.375, 5.5], "texture": "#6"}, + "up": {"uv": [10.375, 5.75, 10.25, 5.625], "texture": "#6"}, + "down": {"uv": [10.375, 5.875, 10.25, 6], "texture": "#6"} + } + }, + { + "from": [12.27263, 1.5, 9.60815], + "to": [13.27263, 2.5, 10.60815], + "rotation": {"angle": 45, "axis": "y", "origin": [12.77263, 1.175, 10.50815]}, + "faces": { + "north": {"uv": [10.25, 6.125, 10.375, 6.25], "texture": "#6"}, + "east": {"uv": [10.25, 6.375, 10.375, 6.5], "texture": "#6"}, + "south": {"uv": [10.25, 6.625, 10.375, 6.75], "texture": "#6"}, + "west": {"uv": [10.25, 6.875, 10.375, 7], "texture": "#6"}, + "up": {"uv": [10.375, 7.25, 10.25, 7.125], "texture": "#6"}, + "down": {"uv": [10.375, 8.125, 10.25, 8.25], "texture": "#6"} + } + }, + { + "from": [2.58479, 2.15, 6.79664], + "to": [3.58479, 3.15, 7.79664], + "rotation": {"angle": 45, "axis": "y", "origin": [0.98479, 0.425, 8.79664]}, + "faces": { + "north": {"uv": [8.375, 10.25, 8.5, 10.375], "texture": "#6"}, + "east": {"uv": [10.25, 8.375, 10.375, 8.5], "texture": "#6"}, + "south": {"uv": [10.25, 8.625, 10.375, 8.75], "texture": "#6"}, + "west": {"uv": [10.25, 9.75, 10.375, 9.875], "texture": "#6"}, + "up": {"uv": [0.125, 10.5, 0, 10.375], "texture": "#6"}, + "down": {"uv": [10.5, 0.25, 10.375, 0.375], "texture": "#6"} + } + }, + { + "from": [-1.11521, -6.15, 14.29664], + "to": [-0.11521, -5.15, 15.29664], + "rotation": {"angle": 45, "axis": "y", "origin": [0.98479, 0.425, 8.79664]}, + "faces": { + "north": {"uv": [10.375, 0.5, 10.5, 0.625], "texture": "#6"}, + "east": {"uv": [1.125, 10.375, 1.25, 10.5], "texture": "#6"}, + "south": {"uv": [1.375, 10.375, 1.5, 10.5], "texture": "#6"}, + "west": {"uv": [10.375, 1.5, 10.5, 1.625], "texture": "#6"}, + "up": {"uv": [1.75, 10.5, 1.625, 10.375], "texture": "#6"}, + "down": {"uv": [10.5, 1.75, 10.375, 1.875], "texture": "#6"} + } + }, + { + "from": [3.48479, 8.95, 6.94664], + "to": [4.48479, 9.95, 7.94664], + "rotation": {"angle": -22.5, "axis": "y", "origin": [0.98479, 10.225, 8.79664]}, + "faces": { + "north": {"uv": [1.875, 10.375, 2, 10.5], "texture": "#6"}, + "east": {"uv": [10.375, 2.25, 10.5, 2.375], "texture": "#6"}, + "south": {"uv": [10.375, 2.5, 10.5, 2.625], "texture": "#6"}, + "west": {"uv": [2.625, 10.375, 2.75, 10.5], "texture": "#6"}, + "up": {"uv": [10.5, 2.875, 10.375, 2.75], "texture": "#6"}, + "down": {"uv": [10.5, 3, 10.375, 3.125], "texture": "#6"} + } + }, + { + "from": [9.47567, 6.45, 10.11981], + "to": [10.47567, 7.45, 11.11981], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.97567, 9.825, 13.61981]}, + "faces": { + "north": {"uv": [3.75, 10.375, 3.875, 10.5], "texture": "#6"}, + "east": {"uv": [4, 10.375, 4.125, 10.5], "texture": "#6"}, + "south": {"uv": [5, 10.375, 5.125, 10.5], "texture": "#6"}, + "west": {"uv": [5.25, 10.375, 5.375, 10.5], "texture": "#6"}, + "up": {"uv": [5.625, 10.5, 5.5, 10.375], "texture": "#6"}, + "down": {"uv": [6.25, 10.375, 6.125, 10.5], "texture": "#6"} + } + }, + { + "from": [10.00851, 15.95, 7.74102], + "to": [11.00851, 16.95, 8.74102], + "rotation": {"angle": 0, "axis": "z", "origin": [10.50851, 15.825, 7.94102]}, + "faces": { + "north": {"uv": [6.375, 10.375, 6.5, 10.5], "texture": "#6"}, + "east": {"uv": [6.625, 10.375, 6.75, 10.5], "texture": "#6"}, + "south": {"uv": [6.875, 10.375, 7, 10.5], "texture": "#6"}, + "west": {"uv": [7.125, 10.375, 7.25, 10.5], "texture": "#6"}, + "up": {"uv": [7.5, 10.5, 7.375, 10.375], "texture": "#6"}, + "down": {"uv": [10.5, 7.375, 10.375, 7.5], "texture": "#6"} + } + }, + { + "from": [11.60851, 9.15, 8.74102], + "to": [12.60851, 10.15, 9.74102], + "rotation": {"angle": -22.5, "axis": "y", "origin": [12.10851, 9.025, 9.24102]}, + "faces": { + "north": {"uv": [7.625, 10.375, 7.75, 10.5], "texture": "#6"}, + "east": {"uv": [10.375, 7.625, 10.5, 7.75], "texture": "#6"}, + "south": {"uv": [7.875, 10.375, 8, 10.5], "texture": "#6"}, + "west": {"uv": [10.375, 7.875, 10.5, 8], "texture": "#6"}, + "up": {"uv": [8.75, 10.5, 8.625, 10.375], "texture": "#6"}, + "down": {"uv": [9, 10.375, 8.875, 10.5], "texture": "#6"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "translation": [0, 6.75, 1.75], + "scale": [0.35, 0.35, 0.35] + }, + "thirdperson_lefthand": { + "rotation": [90, 0, 0], + "translation": [-6, -2, 12] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 5, 0], + "scale": [0.25, 0.25, 0.25] + }, + "gui": { + "rotation": [40, 40, -57.5], + "translation": [1, 1.5, 0], + "scale": [0.425, 0.425, 0.425] + }, + "head": { + "translation": [0, -4.5, 0], + "scale": [1.62, 1.62, 1.62] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -48], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "wood", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "trunk", + "origin": [0, 0, 0], + "color": 0, + "children": [0, 1, 2, 3] + }, + { + "name": "branches", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "bottom", + "origin": [8, 8, 8], + "color": 0, + "children": [4, 5, 6, 7, 8] + }, + { + "name": "middle", + "origin": [8, 8, 8], + "color": 0, + "children": [9, 10, 11, 12, 13, 14, 15, 16] + }, + { + "name": "top", + "origin": [8, 8, 8], + "color": 0, + "children": [17, 18, 19, 20, 21, 22, 23] + } + ] + } + ] + }, + { + "name": "leaves", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "branch leaves", + "origin": [8, 8, 8], + "color": 0, + "children": [24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44] + }, + { + "name": "filler leaves", + "origin": [8, 8, 8], + "color": 0, + "children": [45, 46, 47, 48] + } + ] + }, + { + "name": "pot", + "origin": [8, 8, 8], + "color": 0, + "children": [49, 50, 51] + }, + { + "name": "ornaments", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "topper", + "origin": [8, 8, 8], + "color": 0, + "children": [52, 53] + }, + { + "name": "balls", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "main", + "origin": [8, 8, 8], + "color": 0, + "children": [54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64] + }, + { + "name": "hook", + "origin": [8, 8, 8], + "color": 0, + "children": [65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75] + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/festive/hot_chocolate_mug.json b/resourcepack/assets/lz/models/festive/hot_chocolate_mug.json new file mode 100644 index 0000000..0ea095a --- /dev/null +++ b/resourcepack/assets/lz/models/festive/hot_chocolate_mug.json @@ -0,0 +1,245 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "lz:block/festive/hot_chocolate_mug", + "1": "lz:block/festive/smoke-spritesheet", + "particle": "lz:block/festive/hot_chocolate_mug" + }, + "elements": [ + { + "from": [5, 0.5, 10], + "to": [10, 7.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [10.5, 4, 8.5]}, + "faces": { + "north": {"uv": [0, 7, 2.5, 10.5], "texture": "#0"}, + "east": {"uv": [5.5, 9.5, 6, 13], "texture": "#0"}, + "south": {"uv": [2.5, 7, 5, 10.5], "texture": "#0"}, + "west": {"uv": [6, 9.5, 6.5, 13], "texture": "#0"}, + "up": {"uv": [12.5, 8.5, 10, 8], "texture": "#0"}, + "down": {"uv": [12.5, 8.5, 10, 9], "texture": "#0"} + } + }, + { + "from": [5.5, 0, 5.5], + "to": [10.5, 1, 10.5], + "faces": { + "north": {"uv": [10, 0, 12.5, 0.5], "texture": "#0"}, + "east": {"uv": [10, 0.5, 12.5, 1], "texture": "#0"}, + "south": {"uv": [10, 1, 12.5, 1.5], "texture": "#0"}, + "west": {"uv": [10, 1.5, 12.5, 2], "texture": "#0"}, + "up": {"uv": [7.5, 9.5, 5, 7], "texture": "#0"}, + "down": {"uv": [10, 0, 7.5, 2.5], "texture": "#0"} + } + }, + { + "from": [5, 0.5, 5], + "to": [6, 7.5, 10], + "faces": { + "north": {"uv": [7.5, 6.5, 8, 10], "texture": "#0"}, + "east": {"uv": [0, 0, 2.5, 3.5], "texture": "#0"}, + "south": {"uv": [8, 6.5, 8.5, 10], "texture": "#0"}, + "west": {"uv": [2.5, 0, 5, 3.5], "texture": "#0"}, + "up": {"uv": [10.5, 4.5, 10, 2], "texture": "#0"}, + "down": {"uv": [10.5, 4.5, 10, 7], "texture": "#0"} + } + }, + { + "from": [6, 0.5, 5], + "to": [11, 7.5, 6], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 4, 5.5]}, + "faces": { + "north": {"uv": [0, 3.5, 2.5, 7], "texture": "#0"}, + "east": {"uv": [8.5, 6.5, 9, 10], "texture": "#0"}, + "south": {"uv": [2.5, 3.5, 5, 7], "texture": "#0"}, + "west": {"uv": [9, 6.5, 9.5, 10], "texture": "#0"}, + "up": {"uv": [12.5, 7.5, 10, 7], "texture": "#0"}, + "down": {"uv": [12.5, 7.5, 10, 8], "texture": "#0"} + } + }, + { + "from": [10, 0.5, 6], + "to": [11, 7.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 4, 5.5]}, + "faces": { + "north": {"uv": [9.5, 2.5, 10, 6], "texture": "#0"}, + "east": {"uv": [5, 0, 7.5, 3.5], "texture": "#0"}, + "south": {"uv": [5, 9.5, 5.5, 13], "texture": "#0"}, + "west": {"uv": [5, 3.5, 7.5, 7], "texture": "#0"}, + "up": {"uv": [8, 12.5, 7.5, 10], "texture": "#0"}, + "down": {"uv": [8.5, 10, 8, 12.5], "texture": "#0"} + } + }, + { + "from": [7.5, 1.5, 11], + "to": [8.5, 2.5, 13], + "faces": { + "north": {"uv": [3, 10.5, 3.5, 11], "texture": "#0"}, + "east": {"uv": [8.5, 10, 9.5, 10.5], "texture": "#0"}, + "south": {"uv": [10.5, 3, 11, 3.5], "texture": "#0"}, + "west": {"uv": [10, 9, 11, 9.5], "texture": "#0"}, + "up": {"uv": [10.5, 10.5, 10, 9.5], "texture": "#0"}, + "down": {"uv": [0.5, 10.5, 0, 11.5], "texture": "#0"} + } + }, + { + "from": [7.5, 5, 11], + "to": [8.5, 6, 13], + "faces": { + "north": {"uv": [3.5, 10.5, 4, 11], "texture": "#0"}, + "east": {"uv": [0.5, 10.5, 1.5, 11], "texture": "#0"}, + "south": {"uv": [10.5, 3.5, 11, 4], "texture": "#0"}, + "west": {"uv": [1.5, 10.5, 2.5, 11], "texture": "#0"}, + "up": {"uv": [11, 3, 10.5, 2], "texture": "#0"}, + "down": {"uv": [3, 10.5, 2.5, 11.5], "texture": "#0"} + } + }, + { + "from": [7.5, 1.5, 12.5], + "to": [8.5, 6, 13.5], + "faces": { + "north": {"uv": [9.5, 6, 10, 9], "texture": "#0"}, + "east": {"uv": [6.5, 9.5, 7, 12.5], "texture": "#0"}, + "south": {"uv": [7, 9.5, 7.5, 12.5], "texture": "#0"}, + "west": {"uv": [9.5, 9, 10, 12], "texture": "#0"}, + "up": {"uv": [4.5, 11, 4, 10.5], "texture": "#0"}, + "down": {"uv": [11, 4, 10.5, 4.5], "texture": "#0"} + } + }, + { + "from": [6, 7, 6], + "to": [10, 7, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 0.75, 0]}, + "faces": { + "north": {"uv": [0, 0, 2, 0], "texture": "#0"}, + "east": {"uv": [0, 0, 2, 0], "texture": "#0"}, + "south": {"uv": [0, 0, 2, 0], "texture": "#0"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#0"}, + "up": {"uv": [9.5, 4.5, 7.5, 2.5], "texture": "#0"}, + "down": {"uv": [9.5, 4.5, 7.5, 6.5], "texture": "#0"} + } + }, + { + "from": [6.8, 6.45, 6.8], + "to": [7.8, 7.45, 7.8], + "rotation": {"angle": -22.5, "axis": "x", "origin": [7.5, 7.25, 7.5]}, + "faces": { + "north": {"uv": [4.5, 10.5, 5, 11], "texture": "#0"}, + "east": {"uv": [10.5, 4.5, 11, 5], "texture": "#0"}, + "south": {"uv": [10.5, 5, 11, 5.5], "texture": "#0"}, + "west": {"uv": [10.5, 5.5, 11, 6], "texture": "#0"}, + "up": {"uv": [11, 6.5, 10.5, 6], "texture": "#0"}, + "down": {"uv": [11, 6.5, 10.5, 7], "texture": "#0"} + } + }, + { + "from": [7.45, 7.05, 8.5], + "to": [8.45, 8.05, 9.5], + "rotation": {"angle": 45, "axis": "z", "origin": [8.55, 7.25, 7.5]}, + "faces": { + "north": {"uv": [8.5, 10.5, 9, 11], "texture": "#0"}, + "east": {"uv": [9, 10.5, 9.5, 11], "texture": "#0"}, + "south": {"uv": [10.5, 9.5, 11, 10], "texture": "#0"}, + "west": {"uv": [10, 10.5, 10.5, 11], "texture": "#0"}, + "up": {"uv": [11, 10.5, 10.5, 10], "texture": "#0"}, + "down": {"uv": [11, 10.5, 10.5, 11], "texture": "#0"} + } + }, + { + "from": [8.32071, 6.44497, 7.4], + "to": [9.32071, 7.44497, 8.4], + "rotation": {"angle": -22.5, "axis": "z", "origin": [8.62071, 7.74497, 8.4]}, + "faces": { + "north": {"uv": [0.5, 11, 1, 11.5], "texture": "#0"}, + "east": {"uv": [1, 11, 1.5, 11.5], "texture": "#0"}, + "south": {"uv": [1.5, 11, 2, 11.5], "texture": "#0"}, + "west": {"uv": [2, 11, 2.5, 11.5], "texture": "#0"}, + "up": {"uv": [11.5, 2.5, 11, 2], "texture": "#0"}, + "down": {"uv": [11.5, 2.5, 11, 3], "texture": "#0"} + } + }, + { + "from": [8, 7, 3], + "to": [8, 15, 13], + "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 7, 8]}, + "faces": { + "north": {"uv": [0, 0, 0, 4], "texture": "#1"}, + "east": {"uv": [0, 0, 11, 9], "texture": "#1"}, + "south": {"uv": [0, 0, 0, 4], "texture": "#1"}, + "west": {"uv": [0, 0, 11, 9], "texture": "#1"}, + "up": {"uv": [0, 5, 0, 0], "texture": "#1"}, + "down": {"uv": [0, 0, 0, 5], "texture": "#1"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [55, 0, 0], + "translation": [0, 3.75, 1.25], + "scale": [0.8, 0.8, 0.8] + }, + "thirdperson_lefthand": { + "rotation": [90, 0, 0], + "translation": [-6, -2, -4] + }, + "firstperson_righthand": { + "translation": [0, 4.5, 0] + }, + "firstperson_lefthand": { + "translation": [0, 4.5, 0] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [21.89, -72.46, 9.05], + "translation": [0.25, 1.75, 0] + }, + "head": { + "rotation": [0, 90, 0], + "translation": [0, 17.25, 0], + "scale": [1.36, 1.36, 1.36] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -13.5], + "scale": [1.7, 1.7, 1.7] + } + }, + "groups": [ + { + "name": "mug", + "origin": [8.5, 4, 5.5], + "color": 0, + "children": [0, 1, 2, 3, 4] + }, + { + "name": "handle", + "origin": [0, 0, 0], + "color": 0, + "children": [5, 6, 7] + }, + { + "name": "chocolate", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 8, + { + "name": "cubes", + "origin": [8, 8, 8], + "color": 0, + "children": [9, 10, 11] + } + ] + }, + { + "name": "smoke", + "origin": [8, 8, 8], + "color": 0, + "children": [12] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/festive/presents.json b/resourcepack/assets/lz/models/festive/presents.json new file mode 100644 index 0000000..5e61307 --- /dev/null +++ b/resourcepack/assets/lz/models/festive/presents.json @@ -0,0 +1,434 @@ +{ + "credit": "Made with Blockbench", + "ambientocclusion": false, + "texture_size": [64, 64], + "textures": { + "0": "lz:block/festive/presents", + "1": "lz:block/festive/ribbons", + "particle": "lz:block/festive/presents" + }, + "elements": [ + { + "name": "box", + "from": [-1.05195, 0, 7.43582], + "to": [6.94805, 7, 15.43582], + "rotation": {"angle": 0, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [0, 8, 2, 9.75], "texture": "#0"}, + "east": {"uv": [6, 8, 8, 9.75], "texture": "#0"}, + "south": {"uv": [4, 8, 6, 9.75], "texture": "#0"}, + "west": {"uv": [2, 8, 4, 9.75], "texture": "#0"}, + "up": {"uv": [4, 8, 2, 6], "rotation": 270, "texture": "#0"}, + "down": {"uv": [6, 6, 4, 8], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "lid", + "from": [-1.55195, 6, 6.93582], + "to": [7.44805, 8, 15.93582], + "rotation": {"angle": 0, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [0, 5.5, 2.25, 6], "texture": "#0"}, + "east": {"uv": [6.75, 5.5, 9, 6], "texture": "#0"}, + "south": {"uv": [4.5, 5.5, 6.75, 6], "texture": "#0"}, + "west": {"uv": [2.25, 5.5, 4.5, 6], "texture": "#0"}, + "up": {"uv": [4.5, 5.5, 2.25, 3.25], "rotation": 270, "texture": "#0"}, + "down": {"uv": [6.75, 3.25, 4.5, 5.5], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "box", + "from": [-1.15195, -0.1, 7.33582], + "to": [7.04805, 7.1, 15.53582], + "rotation": {"angle": 0, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [0, 2, 2, 3.75], "texture": "#1"}, + "east": {"uv": [6, 2, 8, 3.75], "texture": "#1"}, + "south": {"uv": [4, 2, 6, 3.75], "texture": "#1"}, + "west": {"uv": [2, 2, 4, 3.75], "texture": "#1"}, + "up": {"uv": [4, 2, 2, 0], "rotation": 270, "texture": "#1"}, + "down": {"uv": [6, 0, 4, 2], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "lid", + "from": [-1.65195, 5.9, 6.83582], + "to": [7.54805, 8.1, 16.03582], + "rotation": {"angle": 0, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [0, 6, 2, 6.5], "texture": "#1"}, + "east": {"uv": [6.75, 6, 8.75, 6.5], "texture": "#1"}, + "south": {"uv": [4.5, 6, 6.5, 6.5], "texture": "#1"}, + "west": {"uv": [2.25, 6, 4.25, 6.5], "texture": "#1"}, + "up": {"uv": [4.25, 5.75, 2.25, 3.75], "rotation": 270, "texture": "#1"}, + "down": {"uv": [6.5, 3.75, 4.5, 5.75], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "bow", + "from": [-2.56598, 8, 7.29294], + "to": [7.43402, 13, 7.29294], + "rotation": {"angle": 45, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [6, 6.75, 8.5, 8], "texture": "#0"}, + "east": {"uv": [5, 9.75, 5, 11], "texture": "#0"}, + "south": {"uv": [6, 6.75, 8.5, 8], "texture": "#0"}, + "west": {"uv": [2.5, 9.75, 2.5, 11], "texture": "#0"}, + "up": {"uv": [2.5, 9.75, 2.5, 7.25], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2.5, 7.25, 2.5, 9.75], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "bow", + "from": [2.43402, 8, 2.29294], + "to": [2.43402, 13, 12.29294], + "rotation": {"angle": 45, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [8.5, 6.75, 8.5, 8], "texture": "#0"}, + "east": {"uv": [6, 6.75, 8.5, 8], "texture": "#0"}, + "south": {"uv": [11, 6.75, 11, 8], "texture": "#0"}, + "west": {"uv": [6, 6.75, 8.5, 8], "texture": "#0"}, + "up": {"uv": [8.5, 6.75, 8.5, 4.25], "texture": "#0"}, + "down": {"uv": [8.5, 4.25, 8.5, 6.75], "texture": "#0"} + } + }, + { + "name": "end", + "from": [-0.08674, 8.2, 3.24737], + "to": [2.91326, 8.2, 9.24737], + "rotation": {"angle": 22.5, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [10.25, 7.5, 11, 7.5], "texture": "#0"}, + "east": {"uv": [13.25, 7.5, 14.75, 7.5], "texture": "#0"}, + "south": {"uv": [12.5, 7.5, 13.25, 7.5], "texture": "#0"}, + "west": {"uv": [11, 7.5, 12.5, 7.5], "texture": "#0"}, + "up": {"uv": [12.5, 7.5, 11, 6.75], "rotation": 270, "texture": "#0"}, + "down": {"uv": [14, 6.75, 12.5, 7.5], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "end", + "from": [2.43402, 8.2, 6.93938], + "to": [8.43402, 8.2, 9.93938], + "rotation": {"angle": 45, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [9, 11, 10.5, 11], "texture": "#0"}, + "east": {"uv": [8.25, 11, 9, 11], "texture": "#0"}, + "south": {"uv": [11.25, 11, 12.75, 11], "texture": "#0"}, + "west": {"uv": [10.5, 11, 11.25, 11], "texture": "#0"}, + "up": {"uv": [10.5, 11, 9, 10.25], "texture": "#0"}, + "down": {"uv": [12, 10.25, 10.5, 11], "texture": "#0"} + } + }, + { + "name": "box", + "from": [2.01247, 0, 1.32112], + "to": [12.01247, 3, 6.32112], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [6.5, 6, 9, 6.75], "texture": "#0"}, + "east": {"uv": [12.75, 6, 14, 6.75], "texture": "#0"}, + "south": {"uv": [10.25, 6, 12.75, 6.75], "texture": "#0"}, + "west": {"uv": [9, 6, 10.25, 6.75], "texture": "#0"}, + "up": {"uv": [10.25, 6, 9, 3.5], "rotation": 270, "texture": "#0"}, + "down": {"uv": [11.5, 3.5, 10.25, 6], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "lid", + "from": [1.47337, 2, 0.82454], + "to": [12.47337, 4, 6.82454], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [0, 2.75, 2.75, 3.25], "texture": "#0"}, + "east": {"uv": [7, 2.75, 8.5, 3.25], "texture": "#0"}, + "south": {"uv": [4.25, 2.75, 7, 3.25], "texture": "#0"}, + "west": {"uv": [2.75, 2.75, 4.25, 3.25], "texture": "#0"}, + "up": {"uv": [4.25, 2.75, 2.75, 0], "rotation": 270, "texture": "#0"}, + "down": {"uv": [5.75, 0, 4.25, 2.75], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "box", + "from": [1.91247, -0.1, 1.22112], + "to": [12.11247, 3.1, 6.42112], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [0, 9, 2.5, 9.75], "texture": "#1"}, + "east": {"uv": [6.25, 9, 7.5, 9.75], "texture": "#1"}, + "south": {"uv": [3.75, 9, 6.25, 9.75], "texture": "#1"}, + "west": {"uv": [2.5, 9, 3.75, 9.75], "texture": "#1"}, + "up": {"uv": [3.75, 9, 2.5, 6.5], "rotation": 270, "texture": "#1"}, + "down": {"uv": [5, 6.5, 3.75, 9], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "lid", + "from": [1.37337, 1.9, 0.72454], + "to": [12.57337, 4.1, 6.92454], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [6.25, 6.5, 8.75, 7], "texture": "#1"}, + "east": {"uv": [13.25, 6.5, 14.5, 7], "texture": "#1"}, + "south": {"uv": [10.5, 6.5, 13, 7], "texture": "#1"}, + "west": {"uv": [9, 6.5, 10.25, 7], "texture": "#1"}, + "up": {"uv": [10.25, 6.25, 9, 3.75], "rotation": 270, "texture": "#1"}, + "down": {"uv": [11.75, 3.75, 10.5, 6.25], "rotation": 90, "texture": "#1"} + } + }, + { + "name": "bow", + "from": [10.6924, 3, 0.78251], + "to": [10.6924, 8, 8.78251], + "rotation": {"angle": 22.5, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [10.25, 0, 10.25, 1.25], "texture": "#0"}, + "east": {"uv": [5, 10.25, 7, 11.5], "texture": "#0"}, + "south": {"uv": [12.25, 0, 12.25, 1.25], "texture": "#0"}, + "west": {"uv": [5, 10.25, 7, 11.5], "texture": "#0"}, + "up": {"uv": [12.25, 0, 10.25, 0], "rotation": 270, "texture": "#0"}, + "down": {"uv": [14.25, 0, 12.25, 0], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "bow", + "from": [6.6924, 3, 4.78251], + "to": [14.6924, 8, 4.78251], + "rotation": {"angle": 22.5, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [5, 10.25, 7, 11.5], "texture": "#0"}, + "east": {"uv": [9, 10.25, 9, 11.5], "texture": "#0"}, + "south": {"uv": [5, 10.25, 7, 11.5], "texture": "#0"}, + "west": {"uv": [7, 10.25, 7, 11.5], "texture": "#0"}, + "up": {"uv": [7, 10.25, 7, 8.25], "rotation": 270, "texture": "#0"}, + "down": {"uv": [7, 8.25, 7, 10.25], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "end", + "from": [8.94805, 4.2, 3.93582], + "to": [14.94805, 4.2, 6.93582], + "rotation": {"angle": 0, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [5.25, 4.75, 6.75, 4.75], "texture": "#0"}, + "east": {"uv": [9, 4.75, 9.75, 4.75], "texture": "#0"}, + "south": {"uv": [7.5, 4.75, 9, 4.75], "texture": "#0"}, + "west": {"uv": [6.75, 4.75, 7.5, 4.75], "texture": "#0"}, + "up": {"uv": [7.5, 4.75, 6.75, 3.25], "rotation": 270, "texture": "#0"}, + "down": {"uv": [8.25, 3.25, 7.5, 4.75], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "end", + "from": [1.25985, 4.2, 2.07164], + "to": [7.25985, 4.2, 5.07164], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [4.25, 1.5, 5.75, 1.5], "texture": "#0"}, + "east": {"uv": [8, 1.5, 8.75, 1.5], "texture": "#0"}, + "south": {"uv": [6.5, 1.5, 8, 1.5], "texture": "#0"}, + "west": {"uv": [5.75, 1.5, 6.5, 1.5], "texture": "#0"}, + "up": {"uv": [6.5, 1.5, 5.75, 0], "rotation": 270, "texture": "#0"}, + "down": {"uv": [7.25, 0, 6.5, 1.5], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "box", + "from": [5.30803, 0, 12.85395], + "to": [10.30803, 4, 17.85395], + "rotation": {"angle": 45, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [9.25, 9.25, 10.5, 10.25], "texture": "#0"}, + "east": {"uv": [8, 9.25, 9.25, 10.25], "texture": "#0"}, + "south": {"uv": [11.75, 9.25, 13, 10.25], "texture": "#0"}, + "west": {"uv": [10.5, 9.25, 11.75, 10.25], "texture": "#0"}, + "up": {"uv": [10.5, 9.25, 9.25, 8], "texture": "#0"}, + "down": {"uv": [11.75, 8, 10.5, 9.25], "texture": "#0"} + } + }, + { + "name": "lid", + "from": [4.80803, 3, 12.35395], + "to": [10.80803, 5, 18.35395], + "rotation": {"angle": 45, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [7.25, 1.5, 8.75, 2], "texture": "#0"}, + "east": {"uv": [5.75, 1.5, 7.25, 2], "texture": "#0"}, + "south": {"uv": [10.25, 1.5, 11.75, 2], "texture": "#0"}, + "west": {"uv": [8.75, 1.5, 10.25, 2], "texture": "#0"}, + "up": {"uv": [8.75, 1.5, 7.25, 0], "texture": "#0"}, + "down": {"uv": [10.25, 0, 8.75, 1.5], "texture": "#0"} + } + }, + { + "name": "box", + "from": [5.20803, -0.1, 12.75395], + "to": [10.40803, 4.1, 17.95395], + "rotation": {"angle": 45, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [8.75, 8.25, 10, 9.25], "texture": "#1"}, + "east": {"uv": [7.5, 8.25, 8.75, 9.25], "texture": "#1"}, + "south": {"uv": [11.25, 8.25, 12.5, 9.25], "texture": "#1"}, + "west": {"uv": [10, 8.25, 11.25, 9.25], "texture": "#1"}, + "up": {"uv": [10, 8.25, 8.75, 7], "texture": "#1"}, + "down": {"uv": [11.25, 7, 10, 8.25], "texture": "#1"} + } + }, + { + "name": "lid", + "from": [4.70803, 2.9, 12.25395], + "to": [10.90803, 5.1, 18.45395], + "rotation": {"angle": 45, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [7.5, 1.5, 8.75, 2], "texture": "#1"}, + "east": {"uv": [6, 1.5, 7.25, 2], "texture": "#1"}, + "south": {"uv": [10.5, 1.5, 11.75, 2], "texture": "#1"}, + "west": {"uv": [9, 1.5, 10.25, 2], "texture": "#1"}, + "up": {"uv": [8.75, 1.25, 7.5, 0], "texture": "#1"}, + "down": {"uv": [10.25, 0, 9, 1.25], "texture": "#1"} + } + }, + { + "name": "ribbon", + "from": [12.44805, 5, 9.43582], + "to": [12.44805, 9, 17.43582], + "rotation": {"angle": 0, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [0, 11, 0, 12], "texture": "#0"}, + "east": {"uv": [0, 11, 2, 12], "texture": "#0"}, + "south": {"uv": [2, 11, 2, 12], "texture": "#0"}, + "west": {"uv": [0, 11, 2, 12], "texture": "#0"}, + "up": {"uv": [2, 11, 0, 11], "rotation": 270, "texture": "#0"}, + "down": {"uv": [4, 11, 2, 11], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "ribbon", + "from": [8.44805, 5, 13.43582], + "to": [16.44805, 9, 13.43582], + "rotation": {"angle": 0, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [0, 11, 2, 12], "texture": "#0"}, + "east": {"uv": [12.5, 2, 12.5, 3], "texture": "#0"}, + "south": {"uv": [0, 11, 2, 12], "texture": "#0"}, + "west": {"uv": [10.5, 2, 10.5, 3], "texture": "#0"}, + "up": {"uv": [10.5, 2, 10.5, 0], "rotation": 270, "texture": "#0"}, + "down": {"uv": [10.5, 0, 10.5, 2], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "end", + "from": [13.2293, 5.2, 8.99321], + "to": [18.2293, 5.2, 11.99321], + "rotation": {"angle": -22.5, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [0, 1.25, 1.25, 1.25], "texture": "#0"}, + "east": {"uv": [3.25, 1.25, 4, 1.25], "texture": "#0"}, + "south": {"uv": [2, 1.25, 3.25, 1.25], "texture": "#0"}, + "west": {"uv": [1.25, 1.25, 2, 1.25], "texture": "#0"}, + "up": {"uv": [2, 1.25, 1.25, 0], "rotation": 270, "texture": "#0"}, + "down": {"uv": [2.75, 0, 2, 1.25], "rotation": 90, "texture": "#0"} + } + }, + { + "name": "end", + "from": [2.83315, 5.2, 13.5004], + "to": [7.83315, 5.2, 16.5004], + "rotation": {"angle": 45, "axis": "y", "origin": [7.69193, 6, 8.74388]}, + "faces": { + "north": {"uv": [5.75, 2.75, 7, 2.75], "texture": "#0"}, + "east": {"uv": [5, 2.75, 5.75, 2.75], "texture": "#0"}, + "south": {"uv": [7.75, 2.75, 9, 2.75], "texture": "#0"}, + "west": {"uv": [7, 2.75, 7.75, 2.75], "texture": "#0"}, + "up": {"uv": [7, 2.75, 5.75, 2], "texture": "#0"}, + "down": {"uv": [8.25, 2, 7, 2.75], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [68, 0, 0], + "translation": [0, 3, 1], + "scale": [0.4, 0.4, 0.4] + }, + "thirdperson_lefthand": { + "rotation": [90, 0, 0], + "translation": [-6, -2, -4] + }, + "firstperson_righthand": { + "rotation": [0, -110, 0], + "translation": [0, 2.75, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 64, 0], + "translation": [0, 2.75, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "translation": [0, -30.25, 0], + "scale": [1.62, 1.62, 1.62] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "box1", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 0, + 1, + { + "name": "ribbons", + "origin": [8, 8, 8], + "color": 0, + "children": [2, 3, 4, 5, 6, 7] + } + ] + }, + { + "name": "box2", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 8, + 9, + { + "name": "ribbons", + "origin": [8, 8, 8], + "color": 0, + "children": [10, 11, 12, 13, 14, 15] + } + ] + }, + { + "name": "box3", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 16, + 17, + { + "name": "ribbons", + "origin": [8, 8, 8], + "color": 0, + "children": [18, 19, 20, 21, 22, 23] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/festive/snowman.json b/resourcepack/assets/lz/models/festive/snowman.json new file mode 100644 index 0000000..f6d8406 --- /dev/null +++ b/resourcepack/assets/lz/models/festive/snowman.json @@ -0,0 +1,271 @@ +{ + "credit": "Made with Blockbench", + "ambientocclusion": false, + "texture_size": [128, 128], + "textures": { + "0": "lz:block/festive/snowman", + "particle": "lz:block/festive/snowman" + }, + "elements": [ + { + "name": "head", + "from": [4, 3, 4], + "to": [12, 11, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -2, 8]}, + "faces": { + "north": {"uv": [5.625, 3.5, 6.625, 4.5], "texture": "#0"}, + "east": {"uv": [5.75, 1, 6.75, 2], "texture": "#0"}, + "south": {"uv": [5.75, 2, 6.75, 3], "texture": "#0"}, + "west": {"uv": [5.125, 6.125, 6.125, 7.125], "texture": "#0"} + } + }, + { + "name": "torso", + "from": [3, -6, 3], + "to": [13, 3, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -2, 8]}, + "faces": { + "north": {"uv": [4.5, 1.25, 5.75, 2.375], "texture": "#0"}, + "east": {"uv": [4.5, 2.375, 5.75, 3.5], "texture": "#0"}, + "south": {"uv": [2.625, 5.125, 3.875, 6.25], "texture": "#0"}, + "west": {"uv": [3.875, 5.125, 5.125, 6.25], "texture": "#0"} + } + }, + { + "name": "bottom", + "from": [2, -16, 2], + "to": [14, -6, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [8, -2, 8]}, + "faces": { + "north": {"uv": [1.375, 3, 2.875, 4.25], "texture": "#0"}, + "east": {"uv": [3, 1.375, 4.5, 2.625], "texture": "#0"}, + "south": {"uv": [3, 2.625, 4.5, 3.875], "texture": "#0"}, + "west": {"uv": [2.875, 3.875, 4.375, 5.125], "texture": "#0"}, + "up": {"uv": [1.5, 1.5, 0, 0], "texture": "#0"}, + "down": {"uv": [1.5, 1.5, 0, 3], "texture": "#0"} + } + }, + { + "name": "scarf", + "from": [2.5, 0, 2.5], + "to": [13.5, 3, 13.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.99837, 1.08239, 5.36313]}, + "faces": { + "north": {"uv": [6.375, 5.5, 7.75, 5.875], "texture": "#0"}, + "east": {"uv": [6.625, 4, 8, 4.375], "texture": "#0"}, + "south": {"uv": [6.75, 2, 8.125, 2.375], "texture": "#0"}, + "west": {"uv": [6.75, 2.375, 8.125, 2.75], "texture": "#0"}, + "up": {"uv": [1.375, 4.375, 0, 3], "texture": "#0"}, + "down": {"uv": [4.375, 0, 3, 1.375], "texture": "#0"} + } + }, + { + "name": "end", + "from": [8.5, -5, 2.5], + "to": [11.5, 0, 2.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.99837, 1.08239, 5.36313]}, + "faces": { + "north": {"uv": [5.625, 4.5, 6, 5.125], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 0.625], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 0.625], "texture": "#0"}, + "up": {"uv": [0.375, 0, 0, 0], "texture": "#0"}, + "down": {"uv": [0.375, 0, 0, 0], "texture": "#0"} + } + }, + { + "name": "end", + "from": [13.5, -4, 3.5], + "to": [13.5, 0, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.99837, 1.08239, 5.36313]}, + "faces": { + "north": {"uv": [0, 0, 0, 0.5], "texture": "#0"}, + "east": {"uv": [5.75, 3, 6.125, 3.5], "texture": "#0"}, + "south": {"uv": [0, 0, 0, 0.5], "texture": "#0"}, + "up": {"uv": [0, 0.375, 0, 0], "texture": "#0"}, + "down": {"uv": [0, 0, 0, 0.375], "texture": "#0"} + } + }, + { + "name": "crown", + "from": [4, 9.72342, 0.30846], + "to": [12, 17.72342, 8.30846], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.99837, 1.08239, 5.36313]}, + "faces": { + "north": {"uv": [3.5, 6.25, 4.5, 7.25], "texture": "#0"}, + "east": {"uv": [6.375, 4.5, 7.375, 5.5], "texture": "#0"}, + "south": {"uv": [1.25, 6.5, 2.25, 7.5], "texture": "#0"}, + "west": {"uv": [0, 6.625, 1, 7.625], "texture": "#0"}, + "up": {"uv": [7.625, 4, 6.625, 3], "texture": "#0"} + } + }, + { + "name": "brim", + "from": [3, 9.72342, -0.69154], + "to": [13, 11.72342, 9.30846], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.99837, 1.08239, 5.36313]}, + "faces": { + "north": {"uv": [6.375, 5.875, 7.625, 6.125], "texture": "#0"}, + "east": {"uv": [6.75, 2.75, 8, 3], "texture": "#0"}, + "south": {"uv": [6.875, 0, 8.125, 0.25], "texture": "#0"}, + "west": {"uv": [6.875, 0.25, 8.125, 0.5], "texture": "#0"}, + "up": {"uv": [5.625, 1.25, 4.375, 0], "texture": "#0"}, + "down": {"uv": [5.625, 3.875, 4.375, 5.125], "texture": "#0"} + } + }, + { + "name": "brim", + "from": [2, 10.72342, -1.69154], + "to": [14, 10.72342, 10.30846], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7.99837, 1.08239, 5.36313]}, + "faces": { + "north": {"uv": [0, 0, 1.5, 0], "texture": "#0"}, + "east": {"uv": [0, 0, 1.5, 0], "texture": "#0"}, + "south": {"uv": [0, 0, 1.5, 0], "texture": "#0"}, + "west": {"uv": [0, 0, 1.5, 0], "texture": "#0"}, + "up": {"uv": [3, 1.5, 1.5, 0], "texture": "#0"}, + "down": {"uv": [3, 1.5, 1.5, 3], "texture": "#0"} + } + }, + { + "name": "carrot", + "from": [7, 5, -1], + "to": [9, 7, 4], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 6, 1.5]}, + "faces": { + "north": {"uv": [2.625, 4.875, 2.875, 5.125], "texture": "#0"}, + "east": {"uv": [4.5, 6.25, 5.125, 6.5], "texture": "#0"}, + "west": {"uv": [4.5, 6.5, 5.125, 6.75], "texture": "#0"}, + "up": {"uv": [2.875, 4.875, 2.625, 4.25], "texture": "#0"}, + "down": {"uv": [2.5, 6.5, 2.25, 7.125], "texture": "#0"} + } + }, + { + "name": "arm left", + "from": [-3.12966, -4.65393, 7], + "to": [4.87034, -2.65393, 9], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.99837, 0.49262, 4.75]}, + "faces": { + "north": {"uv": [4.5, 3.5, 5.5, 3.75], "texture": "#0"}, + "south": {"uv": [6.875, 0.5, 7.875, 0.75], "texture": "#0"}, + "west": {"uv": [4.75, 6.75, 5, 7], "texture": "#0"}, + "up": {"uv": [7.875, 1, 6.875, 0.75], "texture": "#0"}, + "down": {"uv": [5.5, 7.125, 4.5, 7.375], "texture": "#0"} + } + }, + { + "name": "hand left", + "from": [-8.12966, -7.65393, 8], + "to": [1.87034, 0.34607, 8], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.99837, 0.49262, 4.75]}, + "faces": { + "north": {"uv": [5.125, 5.125, 6.375, 6.125], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [6.375, 5.125, 5.125, 6.125], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1.25, 0, 0, 0], "texture": "#0"}, + "down": {"uv": [1.25, 0, 0, 0], "texture": "#0"} + } + }, + { + "name": "hand left", + "from": [16.03, -4.01, 8], + "to": [26.03, 3.99, 8], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.99837, 0.49262, 4.75]}, + "faces": { + "north": {"uv": [0, 5.625, 1.25, 6.625], "texture": "#0"}, + "east": {"uv": [0, 0, 0, 1], "texture": "#0"}, + "south": {"uv": [1.25, 5.625, 0, 6.625], "texture": "#0"}, + "west": {"uv": [0, 0, 0, 1], "texture": "#0"}, + "up": {"uv": [1.25, 0, 0, 0], "texture": "#0"}, + "down": {"uv": [1.25, 0, 0, 0], "texture": "#0"} + } + }, + { + "name": "arm right", + "from": [13.0332, -1.01619, 7], + "to": [21.0332, 0.98381, 9], + "rotation": {"angle": -22.5, "axis": "z", "origin": [7.99837, 0.49262, 4.75]}, + "faces": { + "north": {"uv": [5.5, 7.125, 6.5, 7.375], "texture": "#0"}, + "east": {"uv": [1, 6.875, 1.25, 7.125], "texture": "#0"}, + "south": {"uv": [7.125, 6.125, 8.125, 6.375], "texture": "#0"}, + "up": {"uv": [8.125, 6.625, 7.125, 6.375], "texture": "#0"}, + "down": {"uv": [7.5, 7.125, 6.5, 7.375], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [45, 45, 0], + "translation": [0, 2.25, 2.5], + "scale": [0.285, 0.285, 0.285] + }, + "thirdperson_lefthand": { + "rotation": [90, 0, 0], + "translation": [-6, -2, 12] + }, + "firstperson_righthand": { + "rotation": [0, 124, 0], + "translation": [0.5, 5.5, 0], + "scale": [0.3, 0.3, 0.3] + }, + "firstperson_lefthand": { + "rotation": [0, 124, 0], + "translation": [0.5, 5.5, 0], + "scale": [0.3, 0.3, 0.3] + }, + "ground": { + "rotation": [16.62, 2.11, 14.43], + "translation": [-1.75, 8.5, 1.25], + "scale": [0.4, 0.4, 0.4] + }, + "gui": { + "rotation": [166.24, 18.2, -150.41], + "translation": [1.75, 2.75, 0], + "scale": [0.42, 0.42, 0.42] + }, + "head": { + "translation": [0, -6.25, 0], + "scale": [1.62, 1.62, 1.62] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -48], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "body", + "origin": [8, 6, 8], + "color": 0, + "children": [0, 1, 2] + }, + { + "name": "clothes", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "scarf", + "origin": [8, 8, 8], + "color": 0, + "children": [3, 4, 5] + }, + { + "name": "tophat", + "origin": [8, 8, 8], + "color": 0, + "children": [6, 7, 8] + } + ] + }, + { + "name": "decorations", + "origin": [8, 8, 8], + "color": 0, + "children": [9, 10, 11, 12, 13] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/drink_apple_cider.json b/resourcepack/assets/lz/models/food/drink_apple_cider.json new file mode 100644 index 0000000..be5afbe --- /dev/null +++ b/resourcepack/assets/lz/models/food/drink_apple_cider.json @@ -0,0 +1,211 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "texture_size": [32, 32], + "textures": { + "4": "lz:block/food/glass_bottle", + "6": "lz:block/food/apple_cider", + "particle": "item/apple" + }, + "elements": [ + { + "from": [4.5, 1, 4.5], + "to": [11.5, 7, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 7, 3], "texture": "#4"}, + "east": {"uv": [3.5, 3, 7, 6], "texture": "#4"}, + "south": {"uv": [3.5, 6, 7, 9], "texture": "#4"}, + "west": {"uv": [0, 7, 3.5, 10], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [5.5, 7, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 9.5, 6, 10.5], "texture": "#4"}, + "east": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"}, + "south": {"uv": [9, 7, 11.5, 8], "texture": "#4"}, + "west": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"} + } + }, + { + "from": [5.5, 0, 5.5], + "to": [10.5, 1.5, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -11, 0]}, + "faces": { + "north": {"uv": [9, 8, 11.5, 8.75], "texture": "#4"}, + "east": {"uv": [9, 9, 11.5, 9.75], "texture": "#4"}, + "south": {"uv": [9.5, 0, 12, 0.75], "texture": "#4"}, + "west": {"uv": [9.5, 1, 12, 1.75], "texture": "#4"}, + "down": {"uv": [9.5, 2.5, 7, 5], "texture": "#4"} + } + }, + { + "from": [1.5, 3.5, 8], + "to": [5.5, 8.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [3.5, 7, 8]}, + "faces": { + "north": {"uv": [7, 5, 9, 7.5], "texture": "#4"}, + "south": {"uv": [7, 7.5, 9, 10], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 4.5], + "to": [11.5, 10, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [6.39286, 3, 6.875, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0, 7, 0.48214, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 3], "texture": "#4"}, + "down": {"uv": [3.5, 6.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 5.5], + "to": [5.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [6.39286, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 3.98214, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3, 3, 0.5], "texture": "#4"}, + "down": {"uv": [3.5, 4, 3, 6.5], "texture": "#4"} + } + }, + { + "from": [10.5, 9, 5.5], + "to": [11.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 3.98214, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [6.39286, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [0.5, 3, 0, 0.5], "texture": "#4"}, + "down": {"uv": [0.5, 4, 0, 6.5], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 10.5], + "to": [11.5, 10, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.5, 3, 3.98214, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [2.89286, 7, 3.375, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 0.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 4], "texture": "#4"} + } + }, + { + "from": [6, 6.5, 6], + "to": [10, 9, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 5, 5.5]}, + "faces": { + "north": {"uv": [0, 0, 6, 4], "texture": "#6"}, + "east": {"uv": [0, 10, 6, 14], "texture": "#6"}, + "south": {"uv": [2, 1, 8, 5], "texture": "#6"}, + "west": {"uv": [2, 8, 8, 12], "texture": "#6"} + } + }, + { + "from": [5.5, 9, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.5, 5.5]}, + "faces": { + "north": {"uv": [0, 0, 8, 7], "texture": "#6"}, + "east": {"uv": [0, 8, 8, 15], "texture": "#6"}, + "south": {"uv": [0, 0, 8, 7], "texture": "#6"}, + "west": {"uv": [0, 8, 8, 15], "texture": "#6"}, + "up": {"uv": [6, 6, 1, 1], "texture": "#6"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#6"} + } + }, + { + "from": [5, 1.5, 5], + "to": [11, 6.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 2, 5.5]}, + "faces": { + "north": {"uv": [0, 0, 8, 7], "texture": "#6"}, + "east": {"uv": [0, 8, 8, 15], "texture": "#6"}, + "south": {"uv": [0, 0, 8, 7], "texture": "#6"}, + "west": {"uv": [0, 8, 8, 15], "texture": "#6"}, + "up": {"uv": [8, 7, 0, 0], "texture": "#6"}, + "down": {"uv": [8, 0, 0, 7], "texture": "#6"} + } + }, + { + "from": [4.5, 9, 8], + "to": [8, 12.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 9, 8]}, + "faces": { + "north": {"uv": [8, 0, 15, 7], "texture": "#6"}, + "east": {"uv": [8, 0, 15, 7], "texture": "#6"}, + "south": {"uv": [8, 8, 15, 15], "texture": "#6"}, + "west": {"uv": [0, 0, 0, 7], "texture": "#6"}, + "up": {"uv": [7, 0, 0, 0], "texture": "#6"}, + "down": {"uv": [7, 0, 0, 0], "texture": "#6"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2, 0] + }, + "head": { + "translation": [0, -36.8, 0], + "scale": [0.8, 0.8, 0.8] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -8] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [8, 9, 10, 11] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/drink_cocoa.json b/resourcepack/assets/lz/models/food/drink_cocoa.json new file mode 100644 index 0000000..712e39a --- /dev/null +++ b/resourcepack/assets/lz/models/food/drink_cocoa.json @@ -0,0 +1,197 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "texture_size": [32, 32], + "textures": { + "4": "lz:block/food/glass_bottle", + "8": "lz:block/food/hot_cocoa", + "particle": "item/cocoa_beans" + }, + "elements": [ + { + "from": [4.5, 1, 4.5], + "to": [11.5, 7, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 7, 3], "texture": "#4"}, + "east": {"uv": [3.5, 3, 7, 6], "texture": "#4"}, + "south": {"uv": [3.5, 6, 7, 9], "texture": "#4"}, + "west": {"uv": [0, 7, 3.5, 10], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [5.5, 7, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 9.5, 6, 10.5], "texture": "#4"}, + "east": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"}, + "south": {"uv": [9, 7, 11.5, 8], "texture": "#4"}, + "west": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"} + } + }, + { + "from": [5.5, 0, 5.5], + "to": [10.5, 1.5, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -11, 0]}, + "faces": { + "north": {"uv": [9, 8, 11.5, 8.75], "texture": "#4"}, + "east": {"uv": [9, 9, 11.5, 9.75], "texture": "#4"}, + "south": {"uv": [9.5, 0, 12, 0.75], "texture": "#4"}, + "west": {"uv": [9.5, 1, 12, 1.75], "texture": "#4"}, + "down": {"uv": [9.5, 2.5, 7, 5], "texture": "#4"} + } + }, + { + "from": [1.5, 3.5, 8], + "to": [5.5, 8.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [3.5, 7, 8]}, + "faces": { + "north": {"uv": [7, 5, 9, 7.5], "texture": "#4"}, + "south": {"uv": [7, 7.5, 9, 10], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 4.5], + "to": [11.5, 10, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [6.39286, 3, 6.875, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0, 7, 0.48214, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 3], "texture": "#4"}, + "down": {"uv": [3.5, 6.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 5.5], + "to": [5.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [6.39286, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 3.98214, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3, 3, 0.5], "texture": "#4"}, + "down": {"uv": [3.5, 4, 3, 6.5], "texture": "#4"} + } + }, + { + "from": [10.5, 9, 5.5], + "to": [11.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 3.98214, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [6.39286, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [0.5, 3, 0, 0.5], "texture": "#4"}, + "down": {"uv": [0.5, 4, 0, 6.5], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 10.5], + "to": [11.5, 10, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.5, 3, 3.98214, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [2.89286, 7, 3.375, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 0.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 4], "texture": "#4"} + } + }, + { + "from": [6, 6.5, 6], + "to": [10, 9, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 5, 5.5]}, + "faces": { + "north": {"uv": [0, 5.5, 2, 7], "texture": "#8"}, + "east": {"uv": [5.5, 2.5, 7.5, 4], "texture": "#8"}, + "south": {"uv": [5.5, 4.5, 7.5, 6], "texture": "#8"}, + "west": {"uv": [6, 0, 8, 1.5], "texture": "#8"}, + "down": {"uv": [7.5, 6.5, 5.5, 8.5], "texture": "#8"} + } + }, + { + "from": [5.5, 9, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.5, 5.5]}, + "faces": { + "up": {"uv": [5.5, 5, 3, 2.5], "texture": "#8"}, + "down": {"uv": [5.5, 5, 3, 7.5], "texture": "#8"} + } + }, + { + "from": [5, 1.5, 5], + "to": [11, 6.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 2, 5.5]}, + "faces": { + "north": {"uv": [0, 3, 3, 5.5], "texture": "#8"}, + "east": {"uv": [3, 0, 6, 2.5], "texture": "#8"}, + "south": {"uv": [0, 3, 3, 5.5], "texture": "#8"}, + "west": {"uv": [3, 0, 6, 2.5], "texture": "#8"}, + "up": {"uv": [3, 3, 0, 0], "texture": "#8"}, + "down": {"uv": [7.5, 6.5, 5.5, 8.5], "texture": "#8"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2, 0] + }, + "head": { + "translation": [0, -36.8, 0], + "scale": [0.8, 0.8, 0.8] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -8] + } + }, + "groups": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [8, 9, 10] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/drink_glow_berry.json b/resourcepack/assets/lz/models/food/drink_glow_berry.json new file mode 100644 index 0000000..5692072 --- /dev/null +++ b/resourcepack/assets/lz/models/food/drink_glow_berry.json @@ -0,0 +1,204 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "texture_size": [32, 32], + "textures": { + "3": "lz:block/food/glow_berry_juice", + "4": "lz:block/food/glass_bottle", + "particle": "item/glow_berries" + }, + "elements": [ + { + "from": [4.5, 1, 4.5], + "to": [11.5, 7, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 7, 3], "texture": "#4"}, + "east": {"uv": [3.5, 3, 7, 6], "texture": "#4"}, + "south": {"uv": [3.5, 6, 7, 9], "texture": "#4"}, + "west": {"uv": [0, 7, 3.5, 10], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [5.5, 7, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 9.5, 6, 10.5], "texture": "#4"}, + "east": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"}, + "south": {"uv": [9, 7, 11.5, 8], "texture": "#4"}, + "west": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"} + } + }, + { + "from": [5.5, 0, 5.5], + "to": [10.5, 1.5, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -11, 0]}, + "faces": { + "north": {"uv": [9, 8, 11.5, 8.75], "texture": "#4"}, + "east": {"uv": [9, 9, 11.5, 9.75], "texture": "#4"}, + "south": {"uv": [9.5, 0, 12, 0.75], "texture": "#4"}, + "west": {"uv": [9.5, 1, 12, 1.75], "texture": "#4"}, + "down": {"uv": [9.5, 2.5, 7, 5], "texture": "#4"} + } + }, + { + "from": [1.5, 3.5, 8], + "to": [5.5, 8.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [3.5, 7, 8]}, + "faces": { + "north": {"uv": [7, 5, 9, 7.5], "texture": "#4"}, + "south": {"uv": [7, 7.5, 9, 10], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 4.5], + "to": [11.5, 10, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [6.39286, 3, 6.875, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0, 7, 0.48214, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 3], "texture": "#4"}, + "down": {"uv": [3.5, 6.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 5.5], + "to": [5.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [6.39286, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 3.98214, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3, 3, 0.5], "texture": "#4"}, + "down": {"uv": [3.5, 4, 3, 6.5], "texture": "#4"} + } + }, + { + "from": [10.5, 9, 5.5], + "to": [11.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 3.98214, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [6.39286, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [0.5, 3, 0, 0.5], "texture": "#4"}, + "down": {"uv": [0.5, 4, 0, 6.5], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 10.5], + "to": [11.5, 10, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.5, 3, 3.98214, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [2.89286, 7, 3.375, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 0.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 4], "texture": "#4"} + } + }, + { + "from": [6, 6.5, 6], + "to": [10, 9, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 5, 5.5]}, + "faces": { + "north": {"uv": [0, 5.5, 2, 7], "texture": "#3"}, + "east": {"uv": [5.5, 5, 7.5, 6.5], "texture": "#3"}, + "south": {"uv": [6, 2.5, 8, 4], "texture": "#3"}, + "west": {"uv": [7, 0, 9, 1.5], "texture": "#3"}, + "down": {"uv": [7.5, 7, 5.5, 8.5], "texture": "#3"} + } + }, + { + "from": [5.5, 9, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.5, 5.5]}, + "faces": { + "up": {"uv": [5.5, 7.5, 3, 5], "texture": "#3"}, + "down": {"uv": [7.5, 7, 5.5, 9], "texture": "#3"} + } + }, + { + "from": [5, 1.5, 5], + "to": [11, 6.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 2, 5.5]}, + "faces": { + "north": {"uv": [3, 2.5, 6, 5], "texture": "#3"}, + "east": {"uv": [4, 0, 7, 2.5], "texture": "#3"}, + "south": {"uv": [3, 2.5, 6, 5], "texture": "#3"}, + "west": {"uv": [4, 0, 7, 2.5], "texture": "#3"}, + "up": {"uv": [3, 5.5, 0, 2.5], "texture": "#3"}, + "down": {"uv": [7.5, 7, 5.5, 9], "texture": "#3"} + } + }, + { + "from": [4.5, 9, 8], + "to": [12.5, 14, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 9, 6]}, + "faces": { + "north": {"uv": [0, 0, 4, 2.5], "texture": "#3"}, + "south": {"uv": [0, 0, 4, 2.5], "texture": "#3"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2, 0] + }, + "head": { + "translation": [0, -36.8, 0], + "scale": [0.8, 0.8, 0.8] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -8] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [8, 9, 10, 11] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/drink_melon_juice.json b/resourcepack/assets/lz/models/food/drink_melon_juice.json new file mode 100644 index 0000000..ac60a6b --- /dev/null +++ b/resourcepack/assets/lz/models/food/drink_melon_juice.json @@ -0,0 +1,203 @@ +{ + "render_type": "cutout", + "texture_size": [32, 32], + "textures": { + "3": "lz:block/food/melon_juice", + "4": "lz:block/food/glass_bottle", + "particle": "item/melon_slice" + }, + "elements": [ + { + "from": [4.5, 1, 4.5], + "to": [11.5, 7, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 7, 3], "texture": "#4"}, + "east": {"uv": [3.5, 3, 7, 6], "texture": "#4"}, + "south": {"uv": [3.5, 6, 7, 9], "texture": "#4"}, + "west": {"uv": [0, 7, 3.5, 10], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [5.5, 7, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 9.5, 6, 10.5], "texture": "#4"}, + "east": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"}, + "south": {"uv": [9, 7, 11.5, 8], "texture": "#4"}, + "west": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"} + } + }, + { + "from": [5.5, 0, 5.5], + "to": [10.5, 1.5, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -11, 0]}, + "faces": { + "north": {"uv": [9, 8, 11.5, 8.75], "texture": "#4"}, + "east": {"uv": [9, 9, 11.5, 9.75], "texture": "#4"}, + "south": {"uv": [9.5, 0, 12, 0.75], "texture": "#4"}, + "west": {"uv": [9.5, 1, 12, 1.75], "texture": "#4"}, + "down": {"uv": [9.5, 2.5, 7, 5], "texture": "#4"} + } + }, + { + "from": [1.5, 3.5, 8], + "to": [5.5, 8.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [3.5, 7, 8]}, + "faces": { + "north": {"uv": [7, 5, 9, 7.5], "texture": "#4"}, + "south": {"uv": [7, 7.5, 9, 10], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 4.5], + "to": [11.5, 10, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [6.39286, 3, 6.875, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0, 7, 0.48214, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 3], "texture": "#4"}, + "down": {"uv": [3.5, 6.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 5.5], + "to": [5.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [6.39286, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 3.98214, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3, 3, 0.5], "texture": "#4"}, + "down": {"uv": [3.5, 4, 3, 6.5], "texture": "#4"} + } + }, + { + "from": [10.5, 9, 5.5], + "to": [11.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 3.98214, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [6.39286, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [0.5, 3, 0, 0.5], "texture": "#4"}, + "down": {"uv": [0.5, 4, 0, 6.5], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 10.5], + "to": [11.5, 10, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.5, 3, 3.98214, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [2.89286, 7, 3.375, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 0.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 4], "texture": "#4"} + } + }, + { + "from": [6, 6.5, 6], + "to": [10, 9, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 5, 5.5]}, + "faces": { + "north": {"uv": [0, 5.5, 2, 7], "texture": "#3"}, + "east": {"uv": [5.5, 5, 7.5, 6.5], "texture": "#3"}, + "south": {"uv": [6, 2.5, 8, 4], "texture": "#3"}, + "west": {"uv": [7, 0, 9, 1.5], "texture": "#3"}, + "down": {"uv": [7.5, 7, 5.5, 8.5], "texture": "#3"} + } + }, + { + "from": [5.5, 9, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.5, 5.5]}, + "faces": { + "up": {"uv": [5.5, 7.5, 3, 5], "texture": "#3"}, + "down": {"uv": [7.5, 7, 5.5, 9], "texture": "#3"} + } + }, + { + "from": [5, 1.5, 5], + "to": [11, 6.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 2, 5.5]}, + "faces": { + "north": {"uv": [3, 2.5, 6, 5], "texture": "#3"}, + "east": {"uv": [4, 0, 7, 2.5], "texture": "#3"}, + "south": {"uv": [3, 2.5, 6, 5], "texture": "#3"}, + "west": {"uv": [4, 0, 7, 2.5], "texture": "#3"}, + "up": {"uv": [3, 5.5, 0, 2.5], "texture": "#3"}, + "down": {"uv": [7.5, 7, 5.5, 9], "texture": "#3"} + } + }, + { + "from": [4.5, 9, 8], + "to": [12.5, 14, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 9, 6]}, + "faces": { + "north": {"uv": [0, 0, 4, 2.5], "texture": "#3"}, + "south": {"uv": [0, 0, 4, 2.5], "texture": "#3"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2, 0] + }, + "head": { + "translation": [0, -36.8, 0], + "scale": [0.8, 0.8, 0.8] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -8] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [8, 9, 10, 11] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/drink_sweet_berry.json b/resourcepack/assets/lz/models/food/drink_sweet_berry.json new file mode 100644 index 0000000..98a021a --- /dev/null +++ b/resourcepack/assets/lz/models/food/drink_sweet_berry.json @@ -0,0 +1,204 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "texture_size": [32, 32], + "textures": { + "3": "lz:block/food/sweet_berry_juice", + "4": "lz:block/food/glass_bottle", + "particle": "item/sweet_berries" + }, + "elements": [ + { + "from": [4.5, 1, 4.5], + "to": [11.5, 7, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 7, 3], "texture": "#4"}, + "east": {"uv": [3.5, 3, 7, 6], "texture": "#4"}, + "south": {"uv": [3.5, 6, 7, 9], "texture": "#4"}, + "west": {"uv": [0, 7, 3.5, 10], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [5.5, 7, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 9.5, 6, 10.5], "texture": "#4"}, + "east": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"}, + "south": {"uv": [9, 7, 11.5, 8], "texture": "#4"}, + "west": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"} + } + }, + { + "from": [5.5, 0, 5.5], + "to": [10.5, 1.5, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -11, 0]}, + "faces": { + "north": {"uv": [9, 8, 11.5, 8.75], "texture": "#4"}, + "east": {"uv": [9, 9, 11.5, 9.75], "texture": "#4"}, + "south": {"uv": [9.5, 0, 12, 0.75], "texture": "#4"}, + "west": {"uv": [9.5, 1, 12, 1.75], "texture": "#4"}, + "down": {"uv": [9.5, 2.5, 7, 5], "texture": "#4"} + } + }, + { + "from": [1.5, 3.5, 8], + "to": [5.5, 8.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [3.5, 7, 8]}, + "faces": { + "north": {"uv": [7, 5, 9, 7.5], "texture": "#4"}, + "south": {"uv": [7, 7.5, 9, 10], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 4.5], + "to": [11.5, 10, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [6.39286, 3, 6.875, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0, 7, 0.48214, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 3], "texture": "#4"}, + "down": {"uv": [3.5, 6.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 5.5], + "to": [5.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [6.39286, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 3.98214, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3, 3, 0.5], "texture": "#4"}, + "down": {"uv": [3.5, 4, 3, 6.5], "texture": "#4"} + } + }, + { + "from": [10.5, 9, 5.5], + "to": [11.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 3.98214, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [6.39286, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [0.5, 3, 0, 0.5], "texture": "#4"}, + "down": {"uv": [0.5, 4, 0, 6.5], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 10.5], + "to": [11.5, 10, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.5, 3, 3.98214, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [2.89286, 7, 3.375, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 0.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 4], "texture": "#4"} + } + }, + { + "from": [6, 6.5, 6], + "to": [10, 9, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 5, 5.5]}, + "faces": { + "north": {"uv": [0, 5.5, 2, 7], "texture": "#3"}, + "east": {"uv": [5.5, 5, 7.5, 6.5], "texture": "#3"}, + "south": {"uv": [6, 2.5, 8, 4], "texture": "#3"}, + "west": {"uv": [7, 0, 9, 1.5], "texture": "#3"}, + "down": {"uv": [7.5, 7, 5.5, 8.5], "texture": "#3"} + } + }, + { + "from": [5.5, 9, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.5, 5.5]}, + "faces": { + "up": {"uv": [5.5, 7.5, 3, 5], "texture": "#3"}, + "down": {"uv": [7.5, 7, 5.5, 9], "texture": "#3"} + } + }, + { + "from": [5, 1.5, 5], + "to": [11, 6.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 2, 5.5]}, + "faces": { + "north": {"uv": [3, 2.5, 6, 5], "texture": "#3"}, + "east": {"uv": [4, 0, 7, 2.5], "texture": "#3"}, + "south": {"uv": [3, 2.5, 6, 5], "texture": "#3"}, + "west": {"uv": [4, 0, 7, 2.5], "texture": "#3"}, + "up": {"uv": [3, 5.5, 0, 2.5], "texture": "#3"}, + "down": {"uv": [7.5, 7, 5.5, 9], "texture": "#3"} + } + }, + { + "from": [4.5, 9, 8], + "to": [12.5, 14, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 9, 6]}, + "faces": { + "north": {"uv": [0, 0, 4, 2.5], "texture": "#3"}, + "south": {"uv": [0, 0, 4, 2.5], "texture": "#3"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2, 0] + }, + "head": { + "translation": [0, -36.8, 0], + "scale": [0.8, 0.8, 0.8] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -8] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [8, 9, 10, 11] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/drink_water.json b/resourcepack/assets/lz/models/food/drink_water.json new file mode 100644 index 0000000..0e316ff --- /dev/null +++ b/resourcepack/assets/lz/models/food/drink_water.json @@ -0,0 +1,197 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "texture_size": [32, 32], + "textures": { + "4": "lz:block/food/glass_bottle", + "8": "lz:block/food/water", + "particle": "block/glass" + }, + "elements": [ + { + "from": [4.5, 1, 4.5], + "to": [11.5, 7, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 7, 3], "texture": "#4"}, + "east": {"uv": [3.5, 3, 7, 6], "texture": "#4"}, + "south": {"uv": [3.5, 6, 7, 9], "texture": "#4"}, + "west": {"uv": [0, 7, 3.5, 10], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [5.5, 7, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 9.5, 6, 10.5], "texture": "#4"}, + "east": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"}, + "south": {"uv": [9, 7, 11.5, 8], "texture": "#4"}, + "west": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"} + } + }, + { + "from": [5.5, 0, 5.5], + "to": [10.5, 1.5, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -11, 0]}, + "faces": { + "north": {"uv": [9, 8, 11.5, 8.75], "texture": "#4"}, + "east": {"uv": [9, 9, 11.5, 9.75], "texture": "#4"}, + "south": {"uv": [9.5, 0, 12, 0.75], "texture": "#4"}, + "west": {"uv": [9.5, 1, 12, 1.75], "texture": "#4"}, + "down": {"uv": [9.5, 2.5, 7, 5], "texture": "#4"} + } + }, + { + "from": [1.5, 3.5, 8], + "to": [5.5, 8.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [3.5, 7, 8]}, + "faces": { + "north": {"uv": [7, 5, 9, 7.5], "texture": "#4"}, + "south": {"uv": [7, 7.5, 9, 10], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 4.5], + "to": [11.5, 10, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [6.39286, 3, 6.875, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0, 7, 0.48214, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 3], "texture": "#4"}, + "down": {"uv": [3.5, 6.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 5.5], + "to": [5.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [6.39286, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 3.98214, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3, 3, 0.5], "texture": "#4"}, + "down": {"uv": [3.5, 4, 3, 6.5], "texture": "#4"} + } + }, + { + "from": [10.5, 9, 5.5], + "to": [11.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 3.98214, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [6.39286, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [0.5, 3, 0, 0.5], "texture": "#4"}, + "down": {"uv": [0.5, 4, 0, 6.5], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 10.5], + "to": [11.5, 10, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.5, 3, 3.98214, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [2.89286, 7, 3.375, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 0.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 4], "texture": "#4"} + } + }, + { + "from": [6, 6.5, 6], + "to": [10, 9, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 5, 5.5]}, + "faces": { + "north": {"uv": [0, 5.5, 2, 7], "texture": "#8"}, + "east": {"uv": [5.5, 2.5, 7.5, 4], "texture": "#8"}, + "south": {"uv": [5.5, 4.5, 7.5, 6], "texture": "#8"}, + "west": {"uv": [6, 0, 8, 1.5], "texture": "#8"}, + "down": {"uv": [7.5, 6.5, 5.5, 8.5], "texture": "#8"} + } + }, + { + "from": [5.5, 9, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 9.5, 5.5]}, + "faces": { + "up": {"uv": [5.5, 5, 3, 2.5], "texture": "#8"}, + "down": {"uv": [5.5, 5, 3, 7.5], "texture": "#8"} + } + }, + { + "from": [5, 1.5, 5], + "to": [11, 6.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 2, 5.5]}, + "faces": { + "north": {"uv": [0, 3, 3, 5.5], "texture": "#8"}, + "east": {"uv": [3, 0, 6, 2.5], "texture": "#8"}, + "south": {"uv": [0, 3, 3, 5.5], "texture": "#8"}, + "west": {"uv": [3, 0, 6, 2.5], "texture": "#8"}, + "up": {"uv": [3, 3, 0, 0], "texture": "#8"}, + "down": {"uv": [7.5, 6.5, 5.5, 8.5], "texture": "#8"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2, 0] + }, + "head": { + "translation": [0, -36.8, 0], + "scale": [0.8, 0.8, 0.8] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -8] + } + }, + "groups": [ + 0, + 1, + 2, + 3, + 4, + 5, + 6, + 7, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [8, 9, 10] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/glass_bottle.json b/resourcepack/assets/lz/models/food/glass_bottle.json new file mode 100644 index 0000000..6088843 --- /dev/null +++ b/resourcepack/assets/lz/models/food/glass_bottle.json @@ -0,0 +1,145 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "4": "lz:block/food/glass_bottle", + "particle": "block/glass" + }, + "elements": [ + { + "from": [4.5, 1, 4.5], + "to": [11.5, 7, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 7, 3], "texture": "#4"}, + "east": {"uv": [3.5, 3, 7, 6], "texture": "#4"}, + "south": {"uv": [3.5, 6, 7, 9], "texture": "#4"}, + "west": {"uv": [0, 7, 3.5, 10], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [5.5, 7, 5.5], + "to": [10.5, 9, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -3, 0]}, + "faces": { + "north": {"uv": [3.5, 9.5, 6, 10.5], "texture": "#4"}, + "east": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"}, + "south": {"uv": [9, 7, 11.5, 8], "texture": "#4"}, + "west": {"uv": [9, 5.5, 11.5, 6.5], "texture": "#4"} + } + }, + { + "from": [5.5, 0, 5.5], + "to": [10.5, 1.5, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -11, 0]}, + "faces": { + "north": {"uv": [9, 8, 11.5, 8.75], "texture": "#4"}, + "east": {"uv": [9, 9, 11.5, 9.75], "texture": "#4"}, + "south": {"uv": [9.5, 0, 12, 0.75], "texture": "#4"}, + "west": {"uv": [9.5, 1, 12, 1.75], "texture": "#4"}, + "down": {"uv": [9.5, 2.5, 7, 5], "texture": "#4"} + } + }, + { + "from": [1.5, 3.5, 8], + "to": [5.5, 8.5, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [3.5, 7, 8]}, + "faces": { + "north": {"uv": [7, 5, 9, 7.5], "texture": "#4"}, + "south": {"uv": [7, 7.5, 9, 10], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 4.5], + "to": [11.5, 10, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [6.39286, 3, 6.875, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0, 7, 0.48214, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3.5, 0, 3], "texture": "#4"}, + "down": {"uv": [3.5, 6.5, 0, 7], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 5.5], + "to": [5.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [6.39286, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 3.98214, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 3, 3, 0.5], "texture": "#4"}, + "down": {"uv": [3.5, 4, 3, 6.5], "texture": "#4"} + } + }, + { + "from": [10.5, 9, 5.5], + "to": [11.5, 10, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 3.98214, 0.5], "texture": "#4"}, + "east": {"uv": [3.98214, 3, 6.39286, 3.5], "texture": "#4"}, + "south": {"uv": [6.39286, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [0.48214, 7, 2.89286, 7.5], "texture": "#4"}, + "up": {"uv": [0.5, 3, 0, 0.5], "texture": "#4"}, + "down": {"uv": [0.5, 4, 0, 6.5], "texture": "#4"} + } + }, + { + "from": [4.5, 9, 10.5], + "to": [11.5, 10, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 5, 0]}, + "faces": { + "north": {"uv": [3.5, 0, 6.875, 0.5], "texture": "#4"}, + "east": {"uv": [3.5, 3, 3.98214, 3.5], "texture": "#4"}, + "south": {"uv": [3.5, 6, 6.875, 6.5], "texture": "#4"}, + "west": {"uv": [2.89286, 7, 3.375, 7.5], "texture": "#4"}, + "up": {"uv": [3.5, 0.5, 0, 0], "texture": "#4"}, + "down": {"uv": [3.5, 3.5, 0, 4], "texture": "#4"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 1.5, 0], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2, 0] + }, + "head": { + "translation": [0, -36.8, 0], + "scale": [0.8, 0.8, 0.8] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -8] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_apple.json b/resourcepack/assets/lz/models/food/pie_apple.json new file mode 100644 index 0000000..b2f8ea0 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_apple.json @@ -0,0 +1,93 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [8, 8], + "textures": { + "bowl": "lz:block/food/small_plate", + "particle": "lz:block/food/apple_pie_top", + "top_texture": "lz:block/food/apple_pie_top", + "inner_texture": "lz:block/food/apple_pie_inner", + "side_texture": "lz:block/food/pie_side" + }, + "elements": [ + { + "from": [4, 0, 4], + "to": [12, 1, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0.75, 8.5]}, + "faces": { + "north": {"uv": [0, 6.5, 4, 7], "texture": "#bowl"}, + "east": {"uv": [4, 6.5, 8, 7], "texture": "#bowl"}, + "south": {"uv": [8, 6.5, 12, 7], "texture": "#bowl"}, + "west": {"uv": [12, 6.5, 16, 7], "texture": "#bowl"}, + "up": {"uv": [8, 6.5, 4, 2.5], "texture": "#bowl"}, + "down": {"uv": [12, 2.5, 8, 6.5], "texture": "#bowl"} + } + }, + { + "from": [5, 1, 5], + "to": [11, 5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, + "faces": { + "north": {"uv": [8, 12, 2, 16], "texture": "#inner_texture"}, + "east": {"uv": [14, 12, 8, 16], "texture": "#inner_texture"}, + "south": {"uv": [8, 12, 14, 16], "texture": "#side_texture"}, + "west": {"uv": [8, 12, 2, 16], "texture": "#side_texture"}, + "up": {"uv": [8, 8, 2, 2], "rotation": 90, "texture": "#top_texture"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 1 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_apple1.json b/resourcepack/assets/lz/models/food/pie_apple1.json new file mode 100644 index 0000000..82a841a --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_apple1.json @@ -0,0 +1,64 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "particle": "lz:block/food/apple_pie_top", + "top": "lz:block/food/apple_pie_top", + "inner": "lz:block/food/apple_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + }, + "elements": [ + { + "from": [8, 0, 2], + "to": [14, 4, 8], + "faces": { + "north": {"uv": [2, 12, 8, 16], "texture": "#side"}, + "east": {"uv": [8, 12, 14, 16], "texture": "#side"}, + "south": {"uv": [8, 12, 14, 16], "texture": "#inner"}, + "west": {"uv": [2, 12, 8, 16], "texture": "#inner"}, + "up": {"uv": [8, 2, 14, 8], "texture": "#top"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#bottom", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2.25, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_apple2.json b/resourcepack/assets/lz/models/food/pie_apple2.json new file mode 100644 index 0000000..5709b38 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_apple2.json @@ -0,0 +1,64 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "particle": "lz:block/food/apple_pie_top", + "top": "lz:block/food/apple_pie_top", + "inner": "lz:block/food/apple_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + }, + "elements": [ + { + "from": [2, 0, 2], + "to": [14, 4, 8], + "faces": { + "north": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "east": {"uv": [8, 12, 14, 16], "texture": "#side"}, + "south": {"uv": [2, 12, 14, 16], "texture": "#inner"}, + "west": {"uv": [2, 12, 8, 16], "texture": "#side"}, + "up": {"uv": [2, 2, 14, 8], "texture": "#top"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#bottom", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2.25, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_apple3.json b/resourcepack/assets/lz/models/food/pie_apple3.json new file mode 100644 index 0000000..7af62a9 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_apple3.json @@ -0,0 +1,75 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "particle": "lz:block/food/apple_pie_top", + "top": "lz:block/food/apple_pie_top", + "inner": "lz:block/food/apple_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + }, + "elements": [ + { + "from": [2, 0, 8], + "to": [8, 4, 14], + "faces": { + "east": {"uv": [2, 12, 8, 16], "texture": "#inner"}, + "south": {"uv": [2, 12, 8, 16], "texture": "#side"}, + "west": {"uv": [8, 12, 14, 16], "texture": "#side"}, + "up": {"uv": [2, 8, 8, 14], "texture": "#top"}, + "down": {"uv": [2, 2, 8, 8], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [2, 0, 2], + "to": [14, 4, 8], + "faces": { + "north": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "east": {"uv": [8, 12, 14, 16], "texture": "#side"}, + "south": {"uv": [2, 12, 14, 16], "texture": "#inner"}, + "west": {"uv": [2, 12, 8, 16], "texture": "#side"}, + "up": {"uv": [2, 2, 14, 8], "texture": "#top"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#bottom", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2.25, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_apple4.json b/resourcepack/assets/lz/models/food/pie_apple4.json new file mode 100644 index 0000000..26ea5a2 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_apple4.json @@ -0,0 +1,63 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "particle": "lz:block/food/apple_pie_top", + "top": "lz:block/food/apple_pie_top", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + }, + "elements": [ + { + "from": [2, 0, 2], + "to": [14, 4, 14], + "faces": { + "north": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "east": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "south": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "west": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#top"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#bottom", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2.25, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_chocolate.json b/resourcepack/assets/lz/models/food/pie_chocolate.json new file mode 100644 index 0000000..088f310 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_chocolate.json @@ -0,0 +1,113 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [8, 8], + "textures": { + "bowl": "lz:block/food/small_plate", + "side_texture": "lz:block/food/pie_side", + "inner_texture": "lz:block/food/chocolate_pie_inner", + "particle": "lz:block/food/chocolate_pie_top", + "top_texture": "lz:block/food/chocolate_pie_top" + }, + "elements": [ + { + "from": [6, 1, 6], + "to": [10, 4, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7.75, 2.5, 7.75]}, + "faces": { + "north": {"uv": [8, 12, 2, 16], "texture": "#inner_texture"}, + "east": {"uv": [2, 12, 8, 16], "texture": "#inner_texture"}, + "south": {"uv": [2, 12, 8, 16], "texture": "#side_texture"}, + "west": {"uv": [8, 12, 2, 16], "texture": "#side_texture"}, + "up": {"uv": [8, 8, 2, 2], "rotation": 90, "texture": "#top_texture"} + } + }, + { + "from": [9, 5, 5], + "to": [11, 6, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 5, 6]}, + "faces": { + "north": {"uv": [6, 9, 8, 10], "texture": "#inner_texture"}, + "east": {"uv": [6, 8, 8, 9], "texture": "#inner_texture"}, + "south": {"uv": [8, 9, 10, 10], "texture": "#inner_texture"}, + "west": {"uv": [6, 7, 8, 8], "texture": "#inner_texture"}, + "up": {"uv": [6, 7, 8, 9], "texture": "#inner_texture"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 1, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0.75, 8.5]}, + "faces": { + "north": {"uv": [0, 6.5, 4, 7], "texture": "#bowl"}, + "east": {"uv": [4, 6.5, 8, 7], "texture": "#bowl"}, + "south": {"uv": [8, 6.5, 12, 7], "texture": "#bowl"}, + "west": {"uv": [12, 6.5, 16, 7], "texture": "#bowl"}, + "up": {"uv": [8, 6.5, 4, 2.5], "texture": "#bowl"}, + "down": {"uv": [12, 2.5, 8, 6.5], "texture": "#bowl"} + } + }, + { + "from": [5, 1, 5], + "to": [11, 5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, + "faces": { + "north": {"uv": [8, 12, 2, 16], "texture": "#inner_texture"}, + "east": {"uv": [14, 12, 8, 16], "texture": "#inner_texture"}, + "south": {"uv": [8, 12, 14, 16], "texture": "#side_texture"}, + "west": {"uv": [8, 12, 2, 16], "texture": "#side_texture"}, + "up": {"uv": [8, 8, 2, 2], "rotation": 90, "texture": "#top_texture"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 0, + 1, + 2, + 3 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_chocolate1.json b/resourcepack/assets/lz/models/food/pie_chocolate1.json new file mode 100644 index 0000000..783b3af --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_chocolate1.json @@ -0,0 +1,75 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "bottom": "lz:block/food/pie_bottom", + "inner": "lz:block/food/chocolate_pie_inner", + "side": "lz:block/food/pie_side", + "particle": "lz:block/food/chocolate_pie_top", + "top": "lz:block/food/chocolate_pie_top" + }, + "elements": [ + { + "from": [8, 0, 2], + "to": [14, 4, 8], + "faces": { + "north": {"uv": [2, 12, 8, 16], "texture": "#side"}, + "east": {"uv": [8, 12, 14, 16], "texture": "#side"}, + "south": {"uv": [8, 12, 14, 16], "texture": "#inner"}, + "west": {"uv": [2, 12, 8, 16], "texture": "#inner"}, + "up": {"uv": [8, 2, 14, 8], "texture": "#top"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [8, 4, 6], + "to": [10, 5, 8], + "faces": { + "north": {"uv": [6, 11, 8, 12], "texture": "#inner"}, + "east": {"uv": [8, 11, 10, 12], "texture": "#inner"}, + "south": {"uv": [8, 11, 10, 12], "texture": "#inner"}, + "west": {"uv": [6, 11, 8, 12], "texture": "#inner"}, + "up": {"uv": [8, 7, 10, 9], "texture": "#inner"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2.25, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_chocolate2.json b/resourcepack/assets/lz/models/food/pie_chocolate2.json new file mode 100644 index 0000000..e7a7cc7 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_chocolate2.json @@ -0,0 +1,75 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "bottom": "lz:block/food/pie_bottom", + "inner": "lz:block/food/chocolate_pie_inner", + "side": "lz:block/food/pie_side", + "particle": "lz:block/food/chocolate_pie_top", + "top": "lz:block/food/chocolate_pie_top" + }, + "elements": [ + { + "from": [2, 0, 2], + "to": [14, 4, 8], + "faces": { + "north": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "east": {"uv": [8, 12, 14, 16], "texture": "#side"}, + "south": {"uv": [2, 12, 14, 16], "texture": "#inner"}, + "west": {"uv": [2, 12, 8, 16], "texture": "#side"}, + "up": {"uv": [2, 2, 14, 8], "texture": "#top"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [6, 4, 6], + "to": [10, 5, 8], + "faces": { + "north": {"uv": [6, 11, 10, 12], "texture": "#inner"}, + "east": {"uv": [8, 11, 10, 12], "texture": "#inner"}, + "south": {"uv": [6, 11, 10, 12], "texture": "#inner"}, + "west": {"uv": [6, 11, 8, 12], "texture": "#inner"}, + "up": {"uv": [6, 7, 10, 9], "texture": "#inner"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2.25, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_chocolate3.json b/resourcepack/assets/lz/models/food/pie_chocolate3.json new file mode 100644 index 0000000..70576f7 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_chocolate3.json @@ -0,0 +1,96 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "bottom": "lz:block/food/pie_bottom", + "inner": "lz:block/food/chocolate_pie_inner", + "side": "lz:block/food/pie_side", + "particle": "lz:block/food/chocolate_pie_top", + "top": "lz:block/food/chocolate_pie_top" + }, + "elements": [ + { + "from": [2, 0, 2], + "to": [14, 4, 8], + "faces": { + "north": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "east": {"uv": [8, 12, 14, 16], "texture": "#side"}, + "south": {"uv": [2, 12, 14, 16], "texture": "#inner"}, + "west": {"uv": [2, 12, 8, 16], "texture": "#side"}, + "up": {"uv": [2, 2, 14, 8], "texture": "#top"}, + "down": {"uv": [2, 8, 14, 14], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [6, 4, 6], + "to": [10, 5, 8], + "faces": { + "north": {"uv": [6, 11, 10, 12], "texture": "#inner"}, + "east": {"uv": [8, 11, 10, 12], "texture": "#inner"}, + "south": {"uv": [6, 11, 10, 12], "texture": "#inner"}, + "west": {"uv": [6, 11, 8, 12], "texture": "#inner"}, + "up": {"uv": [6, 7, 10, 9], "texture": "#inner"} + } + }, + { + "from": [2, 0, 8], + "to": [8, 4, 14], + "faces": { + "east": {"uv": [2, 12, 8, 16], "texture": "#inner"}, + "south": {"uv": [2, 12, 8, 16], "texture": "#side"}, + "west": {"uv": [8, 12, 14, 16], "texture": "#side"}, + "up": {"uv": [2, 8, 8, 14], "texture": "#top"}, + "down": {"uv": [2, 2, 8, 8], "texture": "#bottom", "cullface": "down"} + } + }, + { + "from": [6, 4, 8], + "to": [8, 5, 10], + "faces": { + "east": {"uv": [6, 11, 8, 12], "texture": "#inner"}, + "south": {"uv": [6, 11, 8, 12], "texture": "#inner"}, + "west": {"uv": [8, 11, 10, 12], "texture": "#inner"}, + "up": {"uv": [6, 9, 8, 11], "texture": "#inner"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2.25, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_chocolate4.json b/resourcepack/assets/lz/models/food/pie_chocolate4.json new file mode 100644 index 0000000..1c4e69c --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_chocolate4.json @@ -0,0 +1,75 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "bottom": "lz:block/food/pie_bottom", + "inner": "lz:block/food/chocolate_pie_inner", + "side": "lz:block/food/pie_side", + "particle": "lz:block/food/chocolate_pie_top", + "top": "lz:block/food/chocolate_pie_top" + }, + "elements": [ + { + "from": [2, 0, 2], + "to": [14, 4, 14], + "faces": { + "north": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "east": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "south": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "west": {"uv": [2, 12, 14, 16], "texture": "#side"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#top"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#bottom"} + } + }, + { + "from": [6, 4, 6], + "to": [10, 5, 10], + "faces": { + "north": {"uv": [6, 11, 10, 12], "texture": "#inner"}, + "east": {"uv": [6, 11, 10, 12], "texture": "#inner"}, + "south": {"uv": [6, 11, 10, 12], "texture": "#inner"}, + "west": {"uv": [6, 11, 10, 12], "texture": "#inner"}, + "up": {"uv": [6, 7, 10, 11], "texture": "#inner"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, -135, 0], + "translation": [0, 4.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 2.25, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_pumpkin.json b/resourcepack/assets/lz/models/food/pie_pumpkin.json new file mode 100644 index 0000000..e731b24 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_pumpkin.json @@ -0,0 +1,10 @@ +{ + "parent": "lz:food/pie_apple", + "textures": { + "bowl": "lz:block/food/small_plate", + "particle": "lz:block/food/pumpkin_pie_top", + "top_texture": "lz:block/food/pumpkin_pie_top", + "inner_texture": "lz:block/food/pumpkin_pie_inner", + "side_texture": "lz:block/food/pie_side" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_pumpkin1.json b/resourcepack/assets/lz/models/food/pie_pumpkin1.json new file mode 100644 index 0000000..5e53a03 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_pumpkin1.json @@ -0,0 +1,10 @@ +{ + "parent": "lz:food/pie_apple1", + "textures": { + "particle": "lz:block/food/pumpkin_pie_top", + "top": "lz:block/food/pumpkin_pie_top", + "inner": "lz:block/food/pumpkin_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_pumpkin2.json b/resourcepack/assets/lz/models/food/pie_pumpkin2.json new file mode 100644 index 0000000..94695da --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_pumpkin2.json @@ -0,0 +1,10 @@ +{ + "parent": "lz:food/pie_apple2", + "textures": { + "particle": "lz:block/food/pumpkin_pie_top", + "top": "lz:block/food/pumpkin_pie_top", + "inner": "lz:block/food/pumpkin_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_pumpkin3.json b/resourcepack/assets/lz/models/food/pie_pumpkin3.json new file mode 100644 index 0000000..b1e33f7 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_pumpkin3.json @@ -0,0 +1,10 @@ +{ + "parent": "lz:food/pie_apple3", + "textures": { + "particle": "lz:block/food/pumpkin_pie_top", + "top": "lz:block/food/pumpkin_pie_top", + "inner": "lz:block/food/pumpkin_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_pumpkin4.json b/resourcepack/assets/lz/models/food/pie_pumpkin4.json new file mode 100644 index 0000000..2cac458 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_pumpkin4.json @@ -0,0 +1,10 @@ +{ + "parent": "lz:food/pie_apple4", + "textures": { + "particle": "lz:block/food/pumpkin_pie_top", + "top": "lz:block/food/pumpkin_pie_top", + "inner": "lz:block/food/pumpkin_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_sweet_berry.json b/resourcepack/assets/lz/models/food/pie_sweet_berry.json new file mode 100644 index 0000000..bf7231f --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_sweet_berry.json @@ -0,0 +1,10 @@ +{ + "parent": "lz:food/pie_apple", + "textures": { + "bowl": "lz:block/food/small_plate", + "particle": "lz:block/food/sweet_berry_pie_top", + "top_texture": "lz:block/food/sweet_berry_pie_top", + "inner_texture": "lz:block/food/sweet_berry_pie_inner", + "side_texture": "lz:block/food/pie_side" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_sweet_berry1.json b/resourcepack/assets/lz/models/food/pie_sweet_berry1.json new file mode 100644 index 0000000..e0b60f1 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_sweet_berry1.json @@ -0,0 +1,10 @@ +{ + "parent": "lz:food/pie_apple1", + "textures": { + "top": "lz:block/food/sweet_berry_pie_top", + "particle": "lz:block/food/sweet_berry_pie_top", + "inner": "lz:block/food/sweet_berry_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_sweet_berry2.json b/resourcepack/assets/lz/models/food/pie_sweet_berry2.json new file mode 100644 index 0000000..28bb638 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_sweet_berry2.json @@ -0,0 +1,10 @@ +{ + "parent": "lz:food/pie_apple2", + "textures": { + "top": "lz:block/food/sweet_berry_pie_top", + "particle": "lz:block/food/sweet_berry_pie_top", + "inner": "lz:block/food/sweet_berry_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_sweet_berry3.json b/resourcepack/assets/lz/models/food/pie_sweet_berry3.json new file mode 100644 index 0000000..18e9652 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_sweet_berry3.json @@ -0,0 +1,10 @@ +{ + "parent": "lz:food/pie_apple3", + "textures": { + "top": "lz:block/food/sweet_berry_pie_top", + "particle": "lz:block/food/sweet_berry_pie_top", + "inner": "lz:block/food/sweet_berry_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/pie_sweet_berry4.json b/resourcepack/assets/lz/models/food/pie_sweet_berry4.json new file mode 100644 index 0000000..b873026 --- /dev/null +++ b/resourcepack/assets/lz/models/food/pie_sweet_berry4.json @@ -0,0 +1,10 @@ +{ + "parent": "lz:food/pie_apple4", + "textures": { + "top": "lz:block/food/sweet_berry_pie_top", + "particle": "lz:block/food/sweet_berry_pie_top", + "inner": "lz:block/food/sweet_berry_pie_inner", + "side": "lz:block/food/pie_side", + "bottom": "lz:block/food/pie_bottom" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_baked_potato.json b/resourcepack/assets/lz/models/food/plated_baked_potato.json new file mode 100644 index 0000000..d5b6d93 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_baked_potato.json @@ -0,0 +1,95 @@ +{ + "textures": { + "4": "lz:block/food/baked_potato", + "bowl": "lz:block/food/small_plate", + "particle": "item/baked_potato" + }, + "elements": [ + { + "from": [6, 1, 5.5], + "to": [10, 4, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 2.825, 8.25]}, + "faces": { + "north": {"uv": [0, 8, 4, 11], "texture": "#4"}, + "east": {"uv": [0, 5, 5, 8], "texture": "#4"}, + "south": {"uv": [8, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [5, 5, 10, 8], "texture": "#4"}, + "up": {"uv": [4, 5, 0, 0], "texture": "#4"}, + "down": {"uv": [8, 0, 4, 5], "texture": "#4"} + } + }, + { + "from": [6.5, 2, 6], + "to": [9.5, 4.3, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 2.825, 8.25]}, + "faces": { + "north": {"uv": [4, 11.5, 7, 12], "texture": "#4"}, + "east": {"uv": [4, 8, 5, 12], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 8, 7, 9], "rotation": 180, "texture": "#4"}, + "west": {"uv": [6, 8, 7, 12], "rotation": 90, "texture": "#4"}, + "up": {"uv": [7, 12, 4, 8], "texture": "#4"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 1, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0.75, 8.5]}, + "faces": { + "north": {"uv": [0, 6.5, 4, 7], "texture": "#bowl"}, + "east": {"uv": [4, 6.5, 8, 7], "texture": "#bowl"}, + "south": {"uv": [8, 6.5, 12, 7], "texture": "#bowl"}, + "west": {"uv": [12, 6.5, 16, 7], "texture": "#bowl"}, + "up": {"uv": [8, 6.5, 4, 2.5], "texture": "#bowl"}, + "down": {"uv": [12, 2.5, 8, 6.5], "texture": "#bowl"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1] + }, + 2 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_baked_potato1.json b/resourcepack/assets/lz/models/food/plated_baked_potato1.json new file mode 100644 index 0000000..f5184aa --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_baked_potato1.json @@ -0,0 +1,98 @@ +{ + "textures": { + "4": "lz:block/food/baked_potato", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/baked_potato" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "from": [6, 2, 5.5], + "to": [10, 5, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8.25, 3.825, 8.25]}, + "faces": { + "north": {"uv": [0, 8, 4, 11], "texture": "#4"}, + "east": {"uv": [0, 5, 5, 8], "texture": "#4"}, + "south": {"uv": [8, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [5, 5, 10, 8], "texture": "#4"}, + "up": {"uv": [4, 5, 0, 0], "texture": "#4"}, + "down": {"uv": [8, 0, 4, 5], "texture": "#4"} + } + }, + { + "from": [6.5, 3, 6], + "to": [9.5, 5.3, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 3.825, 8.25]}, + "faces": { + "north": {"uv": [4, 11.5, 7, 12], "texture": "#4"}, + "east": {"uv": [4, 8, 5, 12], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 8, 7, 9], "rotation": 180, "texture": "#4"}, + "west": {"uv": [6, 8, 7, 12], "rotation": 90, "texture": "#4"}, + "up": {"uv": [7, 12, 4, 8], "texture": "#4"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_baked_potato2.json b/resourcepack/assets/lz/models/food/plated_baked_potato2.json new file mode 100644 index 0000000..8764c5b --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_baked_potato2.json @@ -0,0 +1,135 @@ +{ + "textures": { + "4": "lz:block/food/baked_potato", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/baked_potato" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "from": [8.5, 2, 8], + "to": [12.5, 5, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [10.75, 3.825, 10.75]}, + "faces": { + "north": {"uv": [0, 8, 4, 11], "texture": "#4"}, + "east": {"uv": [0, 5, 5, 8], "texture": "#4"}, + "south": {"uv": [8, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [5, 5, 10, 8], "texture": "#4"}, + "up": {"uv": [4, 5, 0, 0], "texture": "#4"}, + "down": {"uv": [8, 0, 4, 5], "texture": "#4"} + } + }, + { + "from": [9, 3, 8.5], + "to": [12, 5.3, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.25, 3.825, 10.75]}, + "faces": { + "north": {"uv": [4, 11.5, 7, 12], "texture": "#4"}, + "east": {"uv": [4, 8, 5, 12], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 8, 7, 9], "rotation": 180, "texture": "#4"}, + "west": {"uv": [6, 8, 7, 12], "rotation": 90, "texture": "#4"}, + "up": {"uv": [7, 12, 4, 8], "texture": "#4"} + } + }, + { + "from": [3, 2, 5.5], + "to": [7, 5, 10.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [5.25, 3.825, 8.25]}, + "faces": { + "north": {"uv": [0, 8, 4, 11], "texture": "#4"}, + "east": {"uv": [0, 5, 5, 8], "texture": "#4"}, + "south": {"uv": [8, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [5, 5, 10, 8], "texture": "#4"}, + "up": {"uv": [4, 5, 0, 0], "texture": "#4"}, + "down": {"uv": [8, 0, 4, 5], "texture": "#4"} + } + }, + { + "from": [3.5, 3, 6], + "to": [6.5, 5.3, 10], + "rotation": {"angle": 22.5, "axis": "y", "origin": [5.75, 3.825, 8.25]}, + "faces": { + "north": {"uv": [4, 11.5, 7, 12], "texture": "#4"}, + "east": {"uv": [4, 8, 5, 12], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 8, 7, 9], "rotation": 180, "texture": "#4"}, + "west": {"uv": [6, 8, 7, 12], "rotation": 90, "texture": "#4"}, + "up": {"uv": [7, 12, 4, 8], "texture": "#4"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [3, 4] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_baked_potato3.json b/resourcepack/assets/lz/models/food/plated_baked_potato3.json new file mode 100644 index 0000000..4f8a88b --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_baked_potato3.json @@ -0,0 +1,160 @@ +{ + "textures": { + "4": "lz:block/food/baked_potato", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/baked_potato" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "from": [8.5, 2, 8], + "to": [12.5, 5, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [10.75, 3.825, 10.75]}, + "faces": { + "north": {"uv": [0, 8, 4, 11], "texture": "#4"}, + "east": {"uv": [0, 5, 5, 8], "texture": "#4"}, + "south": {"uv": [8, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [5, 5, 10, 8], "texture": "#4"}, + "up": {"uv": [4, 5, 0, 0], "texture": "#4"}, + "down": {"uv": [8, 0, 4, 5], "texture": "#4"} + } + }, + { + "from": [9, 3, 8.5], + "to": [12, 5.3, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11.25, 3.825, 10.75]}, + "faces": { + "north": {"uv": [4, 11.5, 7, 12], "texture": "#4"}, + "east": {"uv": [4, 8, 5, 12], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 8, 7, 9], "rotation": 180, "texture": "#4"}, + "west": {"uv": [6, 8, 7, 12], "rotation": 90, "texture": "#4"}, + "up": {"uv": [7, 12, 4, 8], "texture": "#4"} + } + }, + { + "from": [3, 2, 5.5], + "to": [7, 5, 10.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [5.25, 3.825, 8.25]}, + "faces": { + "north": {"uv": [0, 8, 4, 11], "texture": "#4"}, + "east": {"uv": [0, 5, 5, 8], "texture": "#4"}, + "south": {"uv": [8, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [5, 5, 10, 8], "texture": "#4"}, + "up": {"uv": [4, 5, 0, 0], "texture": "#4"}, + "down": {"uv": [8, 0, 4, 5], "texture": "#4"} + } + }, + { + "from": [3.5, 3, 6], + "to": [6.5, 5.3, 10], + "rotation": {"angle": 22.5, "axis": "y", "origin": [5.75, 3.825, 8.25]}, + "faces": { + "north": {"uv": [4, 11.5, 7, 12], "texture": "#4"}, + "east": {"uv": [4, 8, 5, 12], "rotation": 270, "texture": "#4"}, + "south": {"uv": [4, 8, 7, 9], "rotation": 180, "texture": "#4"}, + "west": {"uv": [6, 8, 7, 12], "rotation": 90, "texture": "#4"}, + "up": {"uv": [7, 12, 4, 8], "texture": "#4"} + } + }, + { + "from": [7.34672, 2, 2.69134], + "to": [12.34672, 5, 6.69134], + "rotation": {"angle": -22.5, "axis": "y", "origin": [9.94239, 3.825, 4.71037]}, + "faces": { + "north": {"uv": [0, 5, 5, 8], "texture": "#4"}, + "east": {"uv": [8, 0, 12, 3], "texture": "#4"}, + "south": {"uv": [5, 5, 10, 8], "texture": "#4"}, + "west": {"uv": [0, 8, 4, 11], "texture": "#4"}, + "up": {"uv": [4, 5, 0, 0], "rotation": 270, "texture": "#4"}, + "down": {"uv": [8, 0, 4, 5], "rotation": 90, "texture": "#4"} + } + }, + { + "from": [8.03806, 3, 3.2294], + "to": [12.03806, 5.3, 6.2294], + "rotation": {"angle": -22.5, "axis": "y", "origin": [9.94239, 3.825, 4.71037]}, + "faces": { + "north": {"uv": [4, 8, 5, 12], "rotation": 270, "texture": "#4"}, + "east": {"uv": [4, 8, 7, 9], "rotation": 180, "texture": "#4"}, + "south": {"uv": [6, 8, 7, 12], "rotation": 90, "texture": "#4"}, + "west": {"uv": [4, 11.5, 7, 12], "texture": "#4"}, + "up": {"uv": [7, 12, 4, 8], "rotation": 270, "texture": "#4"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [3, 4] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [5, 6] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cake_slice.json b/resourcepack/assets/lz/models/food/plated_cake_slice.json new file mode 100644 index 0000000..85e762d --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cake_slice.json @@ -0,0 +1,99 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [8, 8], + "textures": { + "3": "lz:block/food/plated_cake_slice", + "bowl": "lz:block/food/small_plate", + "particle": "item/cake" + }, + "elements": [ + { + "from": [4, 0, 4], + "to": [12, 1, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0.75, 8.5]}, + "faces": { + "north": {"uv": [0, 6.5, 4, 7], "texture": "#bowl"}, + "east": {"uv": [4, 6.5, 8, 7], "texture": "#bowl"}, + "south": {"uv": [8, 6.5, 12, 7], "texture": "#bowl"}, + "west": {"uv": [12, 6.5, 16, 7], "texture": "#bowl"}, + "up": {"uv": [8, 6.5, 4, 2.5], "texture": "#bowl"}, + "down": {"uv": [12, 2.5, 8, 6.5], "texture": "#bowl"} + } + }, + { + "name": "strawberry_1", + "from": [7, 4.75, 8.5], + "to": [8.5, 5.5, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 4.75, 6.75]}, + "faces": { + "north": {"uv": [9, 10, 10, 11], "texture": "#3"}, + "east": {"uv": [14, 6, 15, 7], "texture": "#3"}, + "south": {"uv": [9, 12, 10, 13], "texture": "#3"}, + "west": {"uv": [14, 8, 15, 9], "texture": "#3"}, + "up": {"uv": [11, 9, 9, 7], "texture": "#3"} + } + }, + { + "from": [6.5, 1, 5], + "to": [9.5, 5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 1, 7]}, + "faces": { + "north": {"uv": [16, 1, 13, 5], "texture": "#3"}, + "east": {"uv": [1, 8, 7, 12], "texture": "#3"}, + "south": {"uv": [2, 8, 5, 12], "texture": "#3"}, + "west": {"uv": [7, 8, 1, 12], "texture": "#3"}, + "up": {"uv": [6, 3, 0, 0], "rotation": 90, "texture": "#3"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 1, + 2 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cod_roll.json b/resourcepack/assets/lz/models/food/plated_cod_roll.json new file mode 100644 index 0000000..21a53f7 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cod_roll.json @@ -0,0 +1,87 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [4, 7], + "textures": { + "1": "lz:block/food/cod_roll", + "bowl": "lz:block/food/small_plate", + "particle": "item/cooked_cod" + }, + "elements": [ + { + "name": "cod_roll", + "from": [7, 1, 5.5], + "to": [9, 3, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 1, 0.5]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#1"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#1"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#1"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#1"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#1"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#1"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 1, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0.75, 8.5]}, + "faces": { + "north": {"uv": [0, 6.5, 4, 7], "texture": "#bowl"}, + "east": {"uv": [4, 6.5, 8, 7], "texture": "#bowl"}, + "south": {"uv": [8, 6.5, 12, 7], "texture": "#bowl"}, + "west": {"uv": [12, 6.5, 16, 7], "texture": "#bowl"}, + "up": {"uv": [8, 6.5, 4, 2.5], "texture": "#bowl"}, + "down": {"uv": [12, 2.5, 8, 6.5], "texture": "#bowl"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 1 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cod_roll_1.json b/resourcepack/assets/lz/models/food/plated_cod_roll_1.json new file mode 100644 index 0000000..96392d0 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cod_roll_1.json @@ -0,0 +1,79 @@ +{ + "texture_size": [4, 7], + "textures": { + "0": "lz:block/food/cod_roll", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/cooked_cod" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "cod_roll", + "from": [10.5, 2, 8.5], + "to": [12.5, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.5, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cod_roll_2.json b/resourcepack/assets/lz/models/food/plated_cod_roll_2.json new file mode 100644 index 0000000..00b8aaf --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cod_roll_2.json @@ -0,0 +1,93 @@ +{ + "texture_size": [4, 7], + "textures": { + "0": "lz:block/food/cod_roll", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/cooked_cod" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "cod_roll", + "from": [10.5, 2, 8.5], + "to": [12.5, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.5, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [7, 2, 8.5], + "to": [9, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cod_roll_3.json b/resourcepack/assets/lz/models/food/plated_cod_roll_3.json new file mode 100644 index 0000000..488d9be --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cod_roll_3.json @@ -0,0 +1,107 @@ +{ + "texture_size": [4, 7], + "textures": { + "0": "lz:block/food/cod_roll", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/cooked_cod" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "cod_roll", + "from": [3.5, 2, 8.5], + "to": [5.5, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [4.5, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [10.5, 2, 8.5], + "to": [12.5, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.5, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [7, 2, 8.5], + "to": [9, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cod_roll_4.json b/resourcepack/assets/lz/models/food/plated_cod_roll_4.json new file mode 100644 index 0000000..af97ed4 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cod_roll_4.json @@ -0,0 +1,121 @@ +{ + "texture_size": [4, 7], + "textures": { + "0": "lz:block/food/cod_roll", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/cooked_cod" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "cod_roll", + "from": [3.5, 2, 8.5], + "to": [5.5, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [4.5, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [10.5, 2, 8.5], + "to": [12.5, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.5, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [7, 2, 8.5], + "to": [9, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [10.5, 2, 2.5], + "to": [12.5, 4, 7.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.5, 3, 5]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cod_roll_5.json b/resourcepack/assets/lz/models/food/plated_cod_roll_5.json new file mode 100644 index 0000000..1d1fda7 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cod_roll_5.json @@ -0,0 +1,135 @@ +{ + "texture_size": [4, 7], + "textures": { + "0": "lz:block/food/cod_roll", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/cooked_cod" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "cod_roll", + "from": [3.5, 2, 8.5], + "to": [5.5, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [4.5, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [10.5, 2, 8.5], + "to": [12.5, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.5, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [7, 2, 8.5], + "to": [9, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [10.5, 2, 2.5], + "to": [12.5, 4, 7.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.5, 3, 5]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [7, 2, 2.5], + "to": [9, 4, 7.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 3, 5]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cod_roll_6.json b/resourcepack/assets/lz/models/food/plated_cod_roll_6.json new file mode 100644 index 0000000..f05a0e1 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cod_roll_6.json @@ -0,0 +1,149 @@ +{ + "texture_size": [4, 7], + "textures": { + "0": "lz:block/food/cod_roll", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/cooked_cod" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "cod_roll", + "from": [3.5, 2, 8.5], + "to": [5.5, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [4.5, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [10.5, 2, 8.5], + "to": [12.5, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.5, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [7, 2, 8.5], + "to": [9, 4, 13.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 3, 11]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [3.5, 2, 2.5], + "to": [5.5, 4, 7.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [4.5, 3, 5]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [10.5, 2, 2.5], + "to": [12.5, 4, 7.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [11.5, 3, 5]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + }, + { + "name": "cod_roll", + "from": [7, 2, 2.5], + "to": [9, 4, 7.5], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8, 3, 5]}, + "faces": { + "north": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "east": {"uv": [8, 4.57143, 16, 16], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 11.42857, 8, 16], "texture": "#0"}, + "west": {"uv": [8, 16, 16, 4.57143], "rotation": 270, "texture": "#0"}, + "up": {"uv": [0, 0, 8, 11.42857], "texture": "#0"}, + "down": {"uv": [8, 4.57143, 12, 16], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie.json b/resourcepack/assets/lz/models/food/plated_cookie.json new file mode 100644 index 0000000..e41a9d4 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie.json @@ -0,0 +1,86 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [3, 16], + "textures": { + "bowl": "lz:block/food/small_plate", + "4": "lz:block/food/cookie", + "particle": "item/cookie" + }, + "elements": [ + { + "from": [5, 1, 5.3], + "to": [10.5, 2, 10.8], + "rotation": {"angle": -22.5, "axis": "y", "origin": [8, 1.5, 8.75]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 1, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0.75, 8.5]}, + "faces": { + "north": {"uv": [0, 6.5, 4, 7], "texture": "#bowl"}, + "east": {"uv": [4, 6.5, 8, 7], "texture": "#bowl"}, + "south": {"uv": [8, 6.5, 12, 7], "texture": "#bowl"}, + "west": {"uv": [12, 6.5, 16, 7], "texture": "#bowl"}, + "up": {"uv": [8, 6.5, 4, 2.5], "texture": "#bowl"}, + "down": {"uv": [12, 2.5, 8, 6.5], "texture": "#bowl"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 1 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie1.json b/resourcepack/assets/lz/models/food/plated_cookie1.json new file mode 100644 index 0000000..5bb7957 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie1.json @@ -0,0 +1,77 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "1": "lz:block/food/tray_bottom", + "2": "lz:block/food/tray_top", + "4": "lz:block/food/cookie", + "particle": "item/cookie" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#2"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#1", "cullface": "down"} + } + }, + { + "from": [9, 2, 5], + "to": [15, 3, 11], + "rotation": {"angle": -22.5, "axis": "y", "origin": [12, 2.5, 8]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie2.json b/resourcepack/assets/lz/models/food/plated_cookie2.json new file mode 100644 index 0000000..37edcca --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie2.json @@ -0,0 +1,90 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "1": "lz:block/food/tray_bottom", + "2": "lz:block/food/tray_top", + "4": "lz:block/food/cookie", + "particle": "item/cookie" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#2"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#1", "cullface": "down"} + } + }, + { + "from": [3, 2, 1], + "to": [9, 3, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-2, -5, -4]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + }, + { + "from": [9, 2, 5], + "to": [15, 3, 11], + "rotation": {"angle": -22.5, "axis": "y", "origin": [12, 2.5, 8]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie3.json b/resourcepack/assets/lz/models/food/plated_cookie3.json new file mode 100644 index 0000000..2eceabc --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie3.json @@ -0,0 +1,103 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "1": "lz:block/food/tray_bottom", + "2": "lz:block/food/tray_top", + "4": "lz:block/food/cookie", + "particle": "item/cookie" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#2"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#1", "cullface": "down"} + } + }, + { + "from": [3, 2, 1], + "to": [9, 3, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-2, -5, -4]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + }, + { + "from": [9, 2, 5], + "to": [15, 3, 11], + "rotation": {"angle": -22.5, "axis": "y", "origin": [12, 2.5, 8]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + }, + { + "from": [2.5, 2, 8.5], + "to": [8.5, 3, 14.5], + "rotation": {"angle": 45, "axis": "y", "origin": [5.5, 2.5, 11.5]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie4.json b/resourcepack/assets/lz/models/food/plated_cookie4.json new file mode 100644 index 0000000..9f07dd6 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie4.json @@ -0,0 +1,116 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "1": "lz:block/food/tray_bottom", + "2": "lz:block/food/tray_top", + "4": "lz:block/food/cookie", + "particle": "item/cookie" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#2"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#2"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#1", "cullface": "down"} + } + }, + { + "from": [3, 2, 1], + "to": [9, 3, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [-2, -5, -4]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + }, + { + "from": [9, 2, 5], + "to": [15, 3, 11], + "rotation": {"angle": -22.5, "axis": "y", "origin": [12, 2.5, 8]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + }, + { + "from": [2.5, 2, 8.5], + "to": [8.5, 3, 14.5], + "rotation": {"angle": 45, "axis": "y", "origin": [5.5, 2.5, 11.5]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + }, + { + "from": [5, 3, 5], + "to": [11, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [0, -4, 0]}, + "faces": { + "north": {"uv": [13, 0, 8, 1], "rotation": 180, "texture": "#4"}, + "east": {"uv": [0, 1, 1, 6], "rotation": 270, "texture": "#4"}, + "south": {"uv": [6, 1, 1, 0], "texture": "#4"}, + "west": {"uv": [6, 1, 7, 6], "rotation": 90, "texture": "#4"}, + "up": {"uv": [1, 1, 6, 6], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 1, 13, 6], "texture": "#4"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_chocolate.json b/resourcepack/assets/lz/models/food/plated_cookie_chocolate.json new file mode 100644 index 0000000..b2191c4 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_chocolate.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie", + "textures": { + "4": "lz:block/food/chocolate_cookie" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_chocolate1.json b/resourcepack/assets/lz/models/food/plated_cookie_chocolate1.json new file mode 100644 index 0000000..a551e97 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_chocolate1.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie1", + "textures": { + "4": "lz:block/food/chocolate_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_chocolate2.json b/resourcepack/assets/lz/models/food/plated_cookie_chocolate2.json new file mode 100644 index 0000000..5fa8e5a --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_chocolate2.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie2", + "textures": { + "4": "lz:block/food/chocolate_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_chocolate3.json b/resourcepack/assets/lz/models/food/plated_cookie_chocolate3.json new file mode 100644 index 0000000..0bae29c --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_chocolate3.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie3", + "textures": { + "4": "lz:block/food/chocolate_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_chocolate4.json b/resourcepack/assets/lz/models/food/plated_cookie_chocolate4.json new file mode 100644 index 0000000..4ffc54e --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_chocolate4.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie4", + "textures": { + "4": "lz:block/food/chocolate_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_honey.json b/resourcepack/assets/lz/models/food/plated_cookie_honey.json new file mode 100644 index 0000000..9c2c1bf --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_honey.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie", + "textures": { + "4": "lz:block/food/honey_cookie" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_honey1.json b/resourcepack/assets/lz/models/food/plated_cookie_honey1.json new file mode 100644 index 0000000..e272988 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_honey1.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie1", + "textures": { + "4": "lz:block/food/honey_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_honey2.json b/resourcepack/assets/lz/models/food/plated_cookie_honey2.json new file mode 100644 index 0000000..48ffccb --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_honey2.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie2", + "textures": { + "4": "lz:block/food/honey_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_honey3.json b/resourcepack/assets/lz/models/food/plated_cookie_honey3.json new file mode 100644 index 0000000..69ba2bc --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_honey3.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie3", + "textures": { + "4": "lz:block/food/honey_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_honey4.json b/resourcepack/assets/lz/models/food/plated_cookie_honey4.json new file mode 100644 index 0000000..02e5a4a --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_honey4.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie4", + "textures": { + "4": "lz:block/food/honey_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_sugar.json b/resourcepack/assets/lz/models/food/plated_cookie_sugar.json new file mode 100644 index 0000000..3686936 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_sugar.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie", + "textures": { + "4": "lz:block/food/sugar_cookie" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_sugar1.json b/resourcepack/assets/lz/models/food/plated_cookie_sugar1.json new file mode 100644 index 0000000..26a8025 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_sugar1.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie1", + "textures": { + "4": "lz:block/food/sugar_cookie" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_sugar2.json b/resourcepack/assets/lz/models/food/plated_cookie_sugar2.json new file mode 100644 index 0000000..c8e9550 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_sugar2.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie2", + "textures": { + "4": "lz:block/food/sugar_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_sugar3.json b/resourcepack/assets/lz/models/food/plated_cookie_sugar3.json new file mode 100644 index 0000000..57046cd --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_sugar3.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie3", + "textures": { + "4": "lz:block/food/sugar_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_sugar4.json b/resourcepack/assets/lz/models/food/plated_cookie_sugar4.json new file mode 100644 index 0000000..f7991bc --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_sugar4.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie4", + "textures": { + "4": "lz:block/food/sugar_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry.json b/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry.json new file mode 100644 index 0000000..4eb5130 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie", + "textures": { + "4": "lz:block/food/sweet_berry_cookie" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry1.json b/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry1.json new file mode 100644 index 0000000..cde6831 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry1.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie1", + "textures": { + "4": "lz:block/food/sweet_berry_cookie" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry2.json b/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry2.json new file mode 100644 index 0000000..4b42354 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry2.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie2", + "textures": { + "4": "lz:block/food/sweet_berry_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry3.json b/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry3.json new file mode 100644 index 0000000..d21254c --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry3.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie3", + "textures": { + "4": "lz:block/food/sweet_berry_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry4.json b/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry4.json new file mode 100644 index 0000000..92c8ac7 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_cookie_sweet_berry4.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_cookie4", + "textures": { + "4": "lz:block/food/sweet_berry_cookie" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll.json b/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll.json new file mode 100644 index 0000000..ae46122 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll.json @@ -0,0 +1,97 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "4": "lz:block/food/sweet_roll", + "bowl": "lz:block/food/small_plate", + "particle": "item/glow_berries" + }, + "elements": [ + { + "from": [4, 0, 4], + "to": [12, 1, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0.75, 8.5]}, + "faces": { + "north": {"uv": [0, 6.5, 4, 7], "texture": "#bowl"}, + "east": {"uv": [4, 6.5, 8, 7], "texture": "#bowl"}, + "south": {"uv": [8, 6.5, 12, 7], "texture": "#bowl"}, + "west": {"uv": [12, 6.5, 16, 7], "texture": "#bowl"}, + "up": {"uv": [8, 6.5, 4, 2.5], "texture": "#bowl"}, + "down": {"uv": [12, 2.5, 8, 6.5], "texture": "#bowl"} + } + }, + { + "from": [6, 1, 6], + "to": [10, 3, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [3.5, -2, -3.5]}, + "faces": { + "north": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "east": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "south": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "west": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "texture": "#4", "cullface": "down"} + } + }, + { + "from": [6.5, 2, 6.5], + "to": [9.5, 4, 9.5], + "rotation": {"angle": 0, "axis": "y", "origin": [3.5, -1, -3.5]}, + "faces": { + "north": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "east": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "south": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "west": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "rotation": 90, "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "texture": "#4", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll1.json b/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll1.json new file mode 100644 index 0000000..3ab0a80 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll1.json @@ -0,0 +1,99 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "4": "lz:block/food/sweet_roll", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/glow_berries" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_bottom", "cullface": "down"} + } + }, + { + "from": [9, 2, 9], + "to": [13, 4, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, -1, -0.5]}, + "faces": { + "north": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "east": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "south": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "west": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "texture": "#4", "cullface": "down"} + } + }, + { + "from": [9.5, 3, 9.5], + "to": [12.5, 5, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 0, -0.5]}, + "faces": { + "north": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "east": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "south": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "west": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "rotation": 90, "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "texture": "#4", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll2.json b/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll2.json new file mode 100644 index 0000000..e78d08d --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll2.json @@ -0,0 +1,131 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "4": "lz:block/food/sweet_roll", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/glow_berries" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_bottom", "cullface": "down"} + } + }, + { + "from": [9, 2, 9], + "to": [13, 4, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, -1, -0.5]}, + "faces": { + "north": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "east": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "south": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "west": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "texture": "#4", "cullface": "down"} + } + }, + { + "from": [9.5, 3, 9.5], + "to": [12.5, 5, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 0, -0.5]}, + "faces": { + "north": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "east": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "south": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "west": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "rotation": 90, "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "from": [3, 2, 9], + "to": [7, 4, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3.5, 11]}, + "faces": { + "north": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "east": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "south": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "west": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "rotation": 180, "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "rotation": 180, "texture": "#4", "cullface": "down"} + } + }, + { + "from": [3.5, 3, 9.5], + "to": [6.5, 5, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3.5, 11]}, + "faces": { + "north": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "east": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "south": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "west": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "rotation": 270, "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "rotation": 180, "texture": "#4", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [3, 4] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll3.json b/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll3.json new file mode 100644 index 0000000..ac1f4bf --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll3.json @@ -0,0 +1,163 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "4": "lz:block/food/sweet_roll", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/glow_berries" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_bottom", "cullface": "down"} + } + }, + { + "from": [9, 2, 9], + "to": [13, 4, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, -1, -0.5]}, + "faces": { + "north": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "east": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "south": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "west": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "texture": "#4", "cullface": "down"} + } + }, + { + "from": [9.5, 3, 9.5], + "to": [12.5, 5, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 0, -0.5]}, + "faces": { + "north": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "east": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "south": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "west": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "rotation": 90, "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "from": [3, 2, 9], + "to": [7, 4, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3.5, 11]}, + "faces": { + "north": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "east": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "south": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "west": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "rotation": 180, "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "rotation": 180, "texture": "#4", "cullface": "down"} + } + }, + { + "from": [3.5, 3, 9.5], + "to": [6.5, 5, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3.5, 11]}, + "faces": { + "north": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "east": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "south": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "west": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "rotation": 270, "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "rotation": 180, "texture": "#4", "cullface": "down"} + } + }, + { + "from": [9, 2, 3], + "to": [13, 4, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 3.5, 5]}, + "faces": { + "north": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "east": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "south": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "west": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "rotation": 270, "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "rotation": 90, "texture": "#4", "cullface": "down"} + } + }, + { + "from": [9.5, 3, 3.5], + "to": [12.5, 5, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 3.5, 5]}, + "faces": { + "north": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "east": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "south": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "west": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "rotation": 90, "texture": "#4", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [3, 4] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [5, 6] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll4.json b/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll4.json new file mode 100644 index 0000000..7e79373 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_glow_berry_sweet_roll4.json @@ -0,0 +1,195 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "4": "lz:block/food/sweet_roll", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/glow_berries" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_bottom", "cullface": "down"} + } + }, + { + "from": [9, 2, 9], + "to": [13, 4, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, -1, -0.5]}, + "faces": { + "north": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "east": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "south": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "west": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "texture": "#4", "cullface": "down"} + } + }, + { + "from": [9.5, 3, 9.5], + "to": [12.5, 5, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, 0, -0.5]}, + "faces": { + "north": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "east": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "south": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "west": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "rotation": 90, "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "from": [3, 2, 9], + "to": [7, 4, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3.5, 11]}, + "faces": { + "north": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "east": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "south": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "west": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "rotation": 180, "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "rotation": 180, "texture": "#4", "cullface": "down"} + } + }, + { + "from": [3.5, 3, 9.5], + "to": [6.5, 5, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3.5, 11]}, + "faces": { + "north": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "east": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "south": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "west": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "rotation": 270, "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "rotation": 180, "texture": "#4", "cullface": "down"} + } + }, + { + "from": [3, 2, 3], + "to": [7, 4, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [0.5, -1, -6.5]}, + "faces": { + "north": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "east": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "south": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "west": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "texture": "#4", "cullface": "down"} + } + }, + { + "from": [3.5, 3, 3.5], + "to": [6.5, 5, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 0, -6.5]}, + "faces": { + "north": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "east": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "south": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "west": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "rotation": 90, "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "from": [9, 2, 3], + "to": [13, 4, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 3.5, 5]}, + "faces": { + "north": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "east": {"uv": [7, 0, 11, 2], "texture": "#4"}, + "south": {"uv": [7, 2, 11, 4], "texture": "#4"}, + "west": {"uv": [4, 6, 8, 8], "texture": "#4"}, + "up": {"uv": [4, 4, 0, 0], "rotation": 270, "texture": "#4"}, + "down": {"uv": [4, 4, 0, 8], "rotation": 90, "texture": "#4", "cullface": "down"} + } + }, + { + "from": [9.5, 3, 3.5], + "to": [12.5, 5, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 3.5, 5]}, + "faces": { + "north": {"uv": [13, 5, 15, 8], "rotation": 90, "texture": "#4"}, + "east": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "south": {"uv": [13, 6, 16, 8], "texture": "#4"}, + "west": {"uv": [13, 8, 16, 10], "texture": "#4"}, + "up": {"uv": [4, 7, 1, 4], "texture": "#4"}, + "down": {"uv": [7, 3, 4, 6], "rotation": 90, "texture": "#4", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [3, 4] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [5, 6] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [7, 8] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_honey_glazed_ham.json b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham.json new file mode 100644 index 0000000..7cf97ec --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham.json @@ -0,0 +1,172 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "4": "lz:block/food/bowl", + "8": "lz:block/food/honey_glazed_ham", + "particle": "item/cooked_porkchop" + }, + "elements": [ + { + "from": [5, 0.5, 5], + "to": [11, 2.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 1, 8]}, + "faces": { + "up": {"uv": [6, 6, 0, 0], "texture": "#8"} + } + }, + { + "from": [7, 2, 6], + "to": [11, 5.3, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 1, 9.5]}, + "faces": { + "north": {"uv": [4, 8, 8, 11], "texture": "#8"}, + "east": {"uv": [8, 8, 12, 11], "texture": "#8"}, + "south": {"uv": [8, 8, 12, 11], "texture": "#8"}, + "west": {"uv": [0, 10, 4, 13], "texture": "#8"}, + "up": {"uv": [4, 10, 0, 6], "texture": "#8"} + } + }, + { + "from": [4.68575, 2.1495, 8], + "to": [4.68575, 5.6495, 9.5], + "rotation": {"angle": 22.5, "axis": "z", "origin": [4.68575, 4.1495, 9]}, + "faces": { + "east": {"uv": [10, 4, 12, 7], "texture": "#8"}, + "west": {"uv": [10, 4, 12, 7], "texture": "#8"} + } + }, + { + "from": [5.1, 2.5, 8], + "to": [6.6, 4, 9.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 3, 8]}, + "faces": { + "north": {"uv": [6, 4, 8, 6], "texture": "#8"}, + "east": {"uv": [8, 4, 10, 6], "texture": "#8"}, + "south": {"uv": [4, 11, 6, 13], "texture": "#8"}, + "west": {"uv": [6, 11, 8, 13], "texture": "#8"}, + "up": {"uv": [6, 13, 4, 11], "texture": "#8"} + } + }, + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 3, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 6, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 6, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 3, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 2], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 2], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 3, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 2, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 2, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 3, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 6], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 6], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + 1, + 2, + 3, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [4, 5, 6, 7, 8] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_honey_glazed_ham0.json b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham0.json new file mode 100644 index 0000000..8ce3b81 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham0.json @@ -0,0 +1,77 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "bone": "lz:block/food/honey_glazed_ham_bone", + "tray_top": "lz:block/food/tray_rice_berry_leftover", + "tray_side": "lz:block/food/tray_bottom", + "particle": "item/cooked_porkchop" + }, + "elements": [ + { + "name": "plate", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_side", "cullface": "down"} + } + }, + { + "name": "bone", + "from": [7, 2, 6], + "to": [9, 4, 12], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#bone"}, + "east": {"uv": [15, 0, 9, 2], "texture": "#bone"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#bone"}, + "west": {"uv": [9, 0, 15, 2], "texture": "#bone"}, + "up": {"uv": [7, 2, 9, 8], "texture": "#bone"}, + "down": {"uv": [7, 8, 9, 2], "texture": "#bone"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_honey_glazed_ham1.json b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham1.json new file mode 100644 index 0000000..3038703 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham1.json @@ -0,0 +1,90 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "ham": "lz:block/food/honey_glazed_ham_body", + "bone": "lz:block/food/honey_glazed_ham_bone", + "tray_top": "lz:block/food/tray_rice_berry_garnish", + "tray_side": "lz:block/food/tray_bottom", + "particle": "item/cooked_porkchop" + }, + "elements": [ + { + "name": "plate", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_side", "cullface": "down"} + } + }, + { + "name": "ham", + "from": [4, 2, 4], + "to": [12, 4, 12], + "faces": { + "north": {"uv": [8, 6, 16, 8], "rotation": 180, "texture": "#ham"}, + "east": {"uv": [8, 8, 6, 16], "rotation": 90, "texture": "#ham"}, + "south": {"uv": [8, 13, 16, 15], "texture": "#ham"}, + "west": {"uv": [6, 8, 8, 16], "rotation": 270, "texture": "#ham"}, + "up": {"uv": [8, 8, 16, 16], "texture": "#ham"} + } + }, + { + "name": "bone", + "from": [7, 4, 7], + "to": [9, 8, 9], + "faces": { + "north": {"uv": [0, 2, 2, 6], "rotation": 180, "texture": "#bone"}, + "east": {"uv": [6, 0, 2, 2], "rotation": 90, "texture": "#bone"}, + "south": {"uv": [0, 6, 2, 2], "texture": "#bone"}, + "west": {"uv": [2, 0, 6, 2], "rotation": 270, "texture": "#bone"}, + "up": {"uv": [0, 0, 2, 2], "texture": "#bone"}, + "down": {"uv": [0, 0, 2, 2], "rotation": 180, "texture": "#bone"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_honey_glazed_ham2.json b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham2.json new file mode 100644 index 0000000..d7446c4 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham2.json @@ -0,0 +1,90 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "ham": "lz:block/food/honey_glazed_ham_body", + "bone": "lz:block/food/honey_glazed_ham_bone", + "tray_top": "lz:block/food/tray_rice_berry_garnish", + "tray_side": "lz:block/food/tray_bottom", + "particle": "item/cooked_porkchop" + }, + "elements": [ + { + "name": "plate", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_side", "cullface": "down"} + } + }, + { + "name": "ham", + "from": [4, 2, 8], + "to": [12, 10, 12], + "faces": { + "north": {"uv": [0, 0, 8, 8], "texture": "#ham"}, + "east": {"uv": [8, 8, 4, 16], "texture": "#ham"}, + "south": {"uv": [8, 8, 16, 16], "texture": "#ham"}, + "west": {"uv": [4, 8, 8, 16], "texture": "#ham"}, + "up": {"uv": [8, 4, 16, 8], "texture": "#ham"} + } + }, + { + "name": "bone", + "from": [7, 5, 12], + "to": [9, 7, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#bone"}, + "east": {"uv": [6, 0, 2, 2], "texture": "#bone"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#bone"}, + "west": {"uv": [2, 0, 6, 2], "texture": "#bone"}, + "up": {"uv": [0, 2, 2, 6], "texture": "#bone"}, + "down": {"uv": [0, 6, 2, 2], "texture": "#bone"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_honey_glazed_ham3.json b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham3.json new file mode 100644 index 0000000..c1ef036 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham3.json @@ -0,0 +1,90 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "ham": "lz:block/food/honey_glazed_ham_body", + "bone": "lz:block/food/honey_glazed_ham_bone", + "tray_top": "lz:block/food/tray_rice_berry_garnish", + "tray_side": "lz:block/food/tray_bottom", + "particle": "item/cooked_porkchop" + }, + "elements": [ + { + "name": "plate", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_side", "cullface": "down"} + } + }, + { + "name": "ham", + "from": [4, 2, 6], + "to": [12, 10, 12], + "faces": { + "north": {"uv": [0, 0, 8, 8], "texture": "#ham"}, + "east": {"uv": [8, 8, 2, 16], "texture": "#ham"}, + "south": {"uv": [8, 8, 16, 16], "texture": "#ham"}, + "west": {"uv": [2, 8, 8, 16], "texture": "#ham"}, + "up": {"uv": [8, 2, 16, 8], "texture": "#ham"} + } + }, + { + "name": "bone", + "from": [7, 5, 12], + "to": [9, 7, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#bone"}, + "east": {"uv": [6, 0, 2, 2], "texture": "#bone"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#bone"}, + "west": {"uv": [2, 0, 6, 2], "texture": "#bone"}, + "up": {"uv": [0, 2, 2, 6], "texture": "#bone"}, + "down": {"uv": [0, 6, 2, 2], "texture": "#bone"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_honey_glazed_ham4.json b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham4.json new file mode 100644 index 0000000..56f6a63 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_honey_glazed_ham4.json @@ -0,0 +1,90 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "ham": "lz:block/food/honey_glazed_ham_body", + "bone": "lz:block/food/honey_glazed_ham_bone", + "tray_top": "lz:block/food/tray_rice_berry_garnish", + "tray_side": "lz:block/food/tray_bottom", + "particle": "item/cooked_porkchop" + }, + "elements": [ + { + "name": "plate", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_side"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_side", "cullface": "down"} + } + }, + { + "name": "ham", + "from": [4, 2, 4], + "to": [12, 10, 12], + "faces": { + "north": {"uv": [0, 0, 8, 8], "texture": "#ham"}, + "east": {"uv": [8, 8, 0, 16], "texture": "#ham"}, + "south": {"uv": [8, 8, 16, 16], "texture": "#ham"}, + "west": {"uv": [0, 8, 8, 16], "texture": "#ham"}, + "up": {"uv": [8, 0, 16, 8], "texture": "#ham"} + } + }, + { + "name": "bone", + "from": [7, 5, 12], + "to": [9, 7, 16], + "faces": { + "north": {"uv": [0, 0, 2, 2], "texture": "#bone"}, + "east": {"uv": [6, 0, 2, 2], "texture": "#bone"}, + "south": {"uv": [0, 0, 2, 2], "texture": "#bone"}, + "west": {"uv": [2, 0, 6, 2], "texture": "#bone"}, + "up": {"uv": [0, 2, 2, 6], "texture": "#bone"}, + "down": {"uv": [0, 6, 2, 2], "texture": "#bone"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_kelp_roll.json b/resourcepack/assets/lz/models/food/plated_kelp_roll.json new file mode 100644 index 0000000..5b7773b --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_kelp_roll.json @@ -0,0 +1,87 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [3, 16], + "textures": { + "bowl": "lz:block/food/small_plate", + "2": "lz:block/food/kelp_roll", + "particle": "item/dried_kelp" + }, + "elements": [ + { + "name": "kelp_roll", + "from": [6.5, 1, 6.5], + "to": [9.5, 4, 9.5], + "rotation": {"angle": 0, "axis": "y", "origin": [0.5, 1, 0.5]}, + "faces": { + "north": {"uv": [0, 12, 16, 15], "texture": "#2"}, + "east": {"uv": [0, 12, 16, 15], "texture": "#2"}, + "south": {"uv": [0, 12, 16, 15], "texture": "#2"}, + "west": {"uv": [0, 12, 16, 15], "texture": "#2"}, + "up": {"uv": [0, 0, 16, 3], "texture": "#2"}, + "down": {"uv": [0, 0, 16, 3], "texture": "#2"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 1, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 0.75, 8.5]}, + "faces": { + "north": {"uv": [0, 6.5, 4, 7], "texture": "#bowl"}, + "east": {"uv": [4, 6.5, 8, 7], "texture": "#bowl"}, + "south": {"uv": [8, 6.5, 12, 7], "texture": "#bowl"}, + "west": {"uv": [12, 6.5, 16, 7], "texture": "#bowl"}, + "up": {"uv": [8, 6.5, 4, 2.5], "texture": "#bowl"}, + "down": {"uv": [12, 2.5, 8, 6.5], "texture": "#bowl"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 1 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_kelp_roll_1.json b/resourcepack/assets/lz/models/food/plated_kelp_roll_1.json new file mode 100644 index 0000000..8f1be65 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_kelp_roll_1.json @@ -0,0 +1,80 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [3, 16], + "textures": { + "0": "lz:block/food/kelp_roll", + "particle": "item/dried_kelp", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "kelp_roll_slice", + "from": [6.5, 2, 2], + "to": [9.5, 5, 14], + "rotation": {"angle": 0, "axis": "x", "origin": [8, 3.5, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 3], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 3, 16, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 3], "texture": "#0"}, + "west": {"uv": [0, 3, 16, 15], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 15, 16, 3], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 3, 16, 15], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_kelp_roll_2.json b/resourcepack/assets/lz/models/food/plated_kelp_roll_2.json new file mode 100644 index 0000000..c90576b --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_kelp_roll_2.json @@ -0,0 +1,94 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [3, 16], + "textures": { + "0": "lz:block/food/kelp_roll", + "particle": "item/dried_kelp", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "kelp_roll_slice", + "from": [4.5, 2, 1.5], + "to": [7.5, 5, 13.5], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3.5, 7.5]}, + "faces": { + "north": {"uv": [0, 0, 16, 3], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 3, 16, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 3], "texture": "#0"}, + "west": {"uv": [0, 3, 16, 15], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 15, 16, 3], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 3, 16, 15], "texture": "#0"} + } + }, + { + "name": "kelp_roll_slice", + "from": [9, 2, 2.5], + "to": [12, 5, 14.5], + "rotation": {"angle": 0, "axis": "y", "origin": [10.5, 3.5, 8.5]}, + "faces": { + "north": {"uv": [0, 0, 16, 3], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 3, 16, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 3], "texture": "#0"}, + "west": {"uv": [0, 3, 16, 15], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 15, 16, 3], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 3, 16, 15], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_kelp_roll_3.json b/resourcepack/assets/lz/models/food/plated_kelp_roll_3.json new file mode 100644 index 0000000..b3e6395 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_kelp_roll_3.json @@ -0,0 +1,108 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [3, 16], + "textures": { + "0": "lz:block/food/kelp_roll", + "particle": "item/dried_kelp", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "kelp_roll_slice", + "from": [4.5, 2, 1.5], + "to": [7.5, 5, 13.5], + "rotation": {"angle": 0, "axis": "y", "origin": [6, 3.5, 7.5]}, + "faces": { + "north": {"uv": [0, 0, 16, 3], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 3, 16, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 3], "texture": "#0"}, + "west": {"uv": [0, 3, 16, 15], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 15, 16, 3], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 3, 16, 15], "texture": "#0"} + } + }, + { + "name": "kelp_roll_slice", + "from": [9, 2, 2.5], + "to": [12, 5, 14.5], + "rotation": {"angle": 0, "axis": "y", "origin": [10.5, 3.5, 8.5]}, + "faces": { + "north": {"uv": [0, 0, 16, 3], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 3, 16, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 3], "texture": "#0"}, + "west": {"uv": [0, 3, 16, 15], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 15, 16, 3], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 3, 16, 15], "texture": "#0"} + } + }, + { + "name": "kelp_roll_slice", + "from": [7, 5, 2], + "to": [10, 8, 14], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8.5, 6.5, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 3], "rotation": 180, "texture": "#0"}, + "east": {"uv": [0, 3, 16, 15], "rotation": 270, "texture": "#0"}, + "south": {"uv": [0, 0, 16, 3], "texture": "#0"}, + "west": {"uv": [0, 3, 16, 15], "rotation": 90, "texture": "#0"}, + "up": {"uv": [0, 15, 16, 3], "rotation": 180, "texture": "#0"}, + "down": {"uv": [0, 3, 16, 15], "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_melon_popsicle1.json b/resourcepack/assets/lz/models/food/plated_melon_popsicle1.json new file mode 100644 index 0000000..e3c66be --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_melon_popsicle1.json @@ -0,0 +1,99 @@ +{ + "textures": { + "0": "lz:block/food/melon_popsicle", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/melon_slice" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "stick", + "from": [8.5, 2.5, 7.5], + "to": [13.5, 3.5, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 3, 8]}, + "faces": { + "north": {"uv": [0, 2, 1, 7], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 13, 1, 14], "rotation": 270, "texture": "#0", "cullface": "down"}, + "south": {"uv": [0, 2, 1, 7], "rotation": 270, "texture": "#0"}, + "up": {"uv": [1, 2, 2, 7], "rotation": 90, "texture": "#0"}, + "down": {"uv": [1, 2, 2, 7], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [2.4375, 2, 6], + "to": [10.4375, 4, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [7.125, 2.8125, 8]}, + "faces": { + "north": {"uv": [10, 6, 12, 14], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 15, 14, 16], "rotation": 180, "texture": "#0"}, + "south": {"uv": [10, 6, 12, 14], "rotation": 270, "texture": "#0"}, + "west": {"uv": [4, 0, 8, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [4, 6, 8, 14], "rotation": 270, "texture": "#0"}, + "down": {"uv": [4, 6, 8, 14], "rotation": 270, "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_melon_popsicle2.json b/resourcepack/assets/lz/models/food/plated_melon_popsicle2.json new file mode 100644 index 0000000..c2010b7 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_melon_popsicle2.json @@ -0,0 +1,131 @@ +{ + "textures": { + "0": "lz:block/food/melon_popsicle", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/melon_slice" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "stick", + "from": [8.5, 2.5, 4.5], + "to": [13.5, 3.5, 5.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 3, 5]}, + "faces": { + "north": {"uv": [0, 2, 1, 7], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 13, 1, 14], "rotation": 270, "texture": "#0", "cullface": "down"}, + "south": {"uv": [0, 2, 1, 7], "rotation": 270, "texture": "#0"}, + "up": {"uv": [1, 2, 2, 7], "rotation": 90, "texture": "#0"}, + "down": {"uv": [1, 2, 2, 7], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [2.4375, 2, 3], + "to": [10.4375, 4, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7.125, 2.8125, 5]}, + "faces": { + "north": {"uv": [10, 6, 12, 14], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 15, 14, 16], "rotation": 180, "texture": "#0"}, + "south": {"uv": [10, 6, 12, 14], "rotation": 270, "texture": "#0"}, + "west": {"uv": [4, 0, 8, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [4, 6, 8, 14], "rotation": 270, "texture": "#0"}, + "down": {"uv": [4, 6, 8, 14], "rotation": 270, "texture": "#0"} + } + }, + { + "name": "stick", + "from": [8.5, 2.5, 10.5], + "to": [13.5, 3.5, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 3, 11]}, + "faces": { + "north": {"uv": [0, 2, 1, 7], "rotation": 90, "texture": "#0"}, + "east": {"uv": [0, 13, 1, 14], "rotation": 270, "texture": "#0", "cullface": "down"}, + "south": {"uv": [0, 2, 1, 7], "rotation": 270, "texture": "#0"}, + "up": {"uv": [1, 2, 2, 7], "rotation": 90, "texture": "#0"}, + "down": {"uv": [1, 2, 2, 7], "rotation": 90, "texture": "#0"} + } + }, + { + "from": [2.4375, 2, 9], + "to": [10.4375, 4, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [7.125, 2.8125, 11]}, + "faces": { + "north": {"uv": [10, 6, 12, 14], "rotation": 90, "texture": "#0"}, + "east": {"uv": [2, 15, 14, 16], "rotation": 180, "texture": "#0"}, + "south": {"uv": [10, 6, 12, 14], "rotation": 270, "texture": "#0"}, + "west": {"uv": [4, 0, 8, 2], "rotation": 180, "texture": "#0"}, + "up": {"uv": [4, 6, 8, 14], "rotation": 270, "texture": "#0"}, + "down": {"uv": [4, 6, 8, 14], "rotation": 270, "texture": "#0"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [3, 4] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_roast_chicken.json b/resourcepack/assets/lz/models/food/plated_roast_chicken.json new file mode 100644 index 0000000..5030751 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_roast_chicken.json @@ -0,0 +1,171 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "4": "lz:block/food/bowl", + "tray_top": "lz:block/food/tray_top_veggies", + "body": "lz:block/food/roast_chicken_eaten", + "gibs": "lz:block/food/roast_chicken_gibs", + "particle": "item/cooked_chicken" + }, + "elements": [ + { + "name": "pie", + "from": [5, 1, 5], + "to": [11, 2.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, -1, 3]}, + "faces": { + "north": {"uv": [12, 3, 14, 14], "rotation": 270, "texture": "#tray_top"}, + "east": {"uv": [2, 2, 13, 4], "texture": "#tray_top"}, + "south": {"uv": [12, 3, 14, 14], "rotation": 270, "texture": "#tray_top"}, + "west": {"uv": [2, 2, 13, 4], "texture": "#tray_top"}, + "up": {"uv": [8, 8, 14, 14], "texture": "#tray_top"} + } + }, + { + "name": "right_wing", + "from": [8, 2.5, 7.5], + "to": [9, 4.5, 9.5], + "rotation": {"angle": 0, "axis": "y", "origin": [-4.5, 0.5, 4.5]}, + "faces": { + "north": {"uv": [13, 13, 14, 15], "texture": "#gibs"}, + "east": {"uv": [9, 13, 11, 15], "texture": "#gibs"}, + "south": {"uv": [12, 13, 13, 15], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 11, 13, 13], "texture": "#gibs"} + } + }, + { + "name": "body", + "from": [5, 2, 5], + "to": [8, 5, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [6.5, 4.25, 7]}, + "faces": { + "north": {"uv": [13, 7, 16, 4], "texture": "#body"}, + "east": {"uv": [8, 8, 13, 5], "texture": "#body"}, + "south": {"uv": [9, 9, 6, 12], "rotation": 180, "texture": "#body"}, + "west": {"uv": [2, 9, 7, 12], "texture": "#body"}, + "up": {"uv": [2, 8, 7, 5], "rotation": 270, "texture": "#body"} + } + }, + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 3, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 6, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 6, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 3, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 2], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 2], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 3, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 2, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 2, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 3, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 6], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 6], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + 1, + 2, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [3, 4, 5, 6, 7] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_roast_chicken0.json b/resourcepack/assets/lz/models/food/plated_roast_chicken0.json new file mode 100644 index 0000000..e1f1f3f --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_roast_chicken0.json @@ -0,0 +1,129 @@ +{ + "credit": "Made with Blockbench", + "render_type": "minecraft:cutout", + "textures": { + "gibs": "lz:block/food/roast_chicken_gibs", + "tray_top": "lz:block/food/tray_top_leftover", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/cooked_chicken" + }, + "elements": [ + { + "name": "ribcage_end", + "from": [5, 7.1, 5], + "to": [11, 7.1, 11], + "faces": { + "up": {"uv": [1, 9, 7, 15], "texture": "#gibs"}, + "down": {"uv": [1, 9, 7, 15], "rotation": 180, "texture": "#gibs"} + } + }, + { + "name": "spine", + "from": [5, 2.1, 5], + "to": [11, 2.1, 11], + "faces": { + "up": {"uv": [1, 1, 7, 7], "texture": "#gibs"}, + "down": {"uv": [1, 1, 7, 7], "rotation": 180, "texture": "#gibs"} + } + }, + { + "name": "ribcage_left", + "from": [5, 2.1, 5], + "to": [5, 7.1, 11], + "faces": { + "east": {"uv": [15, 2, 9, 7], "texture": "#gibs"}, + "west": {"uv": [9, 2, 15, 7], "texture": "#gibs"} + } + }, + { + "name": "ribcage_right", + "from": [11, 2.1, 5], + "to": [11, 7.1, 11], + "faces": { + "east": {"uv": [15, 2, 9, 7], "texture": "#gibs"}, + "west": {"uv": [9, 2, 15, 7], "texture": "#gibs"} + } + }, + { + "name": "plate", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_bottom", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "roast_chicken", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "chicken", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "bones", + "origin": [16, 28, 16], + "color": 0, + "children": [0, 1, 2, 3] + } + ] + }, + { + "name": "plate", + "origin": [8, 8, 8], + "color": 0, + "children": [4] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_roast_chicken1.json b/resourcepack/assets/lz/models/food/plated_roast_chicken1.json new file mode 100644 index 0000000..d8d6c1b --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_roast_chicken1.json @@ -0,0 +1,157 @@ +{ + "credit": "Made with Blockbench", + "render_type": "minecraft:cutout", + "textures": { + "body": "lz:block/food/roast_chicken_eaten", + "gibs": "lz:block/food/roast_chicken_gibs", + "tray_bottom": "lz:block/food/tray_bottom", + "tray_top": "lz:block/food/tray_top_veggies", + "particle": "item/cooked_chicken" + }, + "elements": [ + { + "name": "body", + "from": [4, 2, 10], + "to": [12, 9, 12], + "faces": { + "north": {"uv": [8, 1, 16, 8], "texture": "#body"}, + "east": {"uv": [0, 9, 2, 16], "texture": "#body"}, + "south": {"uv": [8, 9, 16, 16], "texture": "#body"}, + "west": {"uv": [2, 9, 0, 16], "texture": "#body"}, + "up": {"uv": [0, 6, 8, 8], "texture": "#body"} + } + }, + { + "name": "right_leg", + "from": [12, 5, 9], + "to": [14, 8, 13], + "faces": { + "north": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "east": {"uv": [8, 13, 12, 16], "texture": "#gibs"}, + "south": {"uv": [14, 13, 16, 16], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 9, 14, 13], "texture": "#gibs"}, + "down": {"uv": [14, 9, 16, 13], "texture": "#gibs"} + } + }, + { + "name": "ribcage_end", + "from": [5, 8, 5], + "to": [11, 8, 11], + "faces": { + "up": {"uv": [1, 9, 7, 15], "texture": "#gibs"}, + "down": {"uv": [1, 9, 7, 15], "rotation": 180, "texture": "#gibs"} + } + }, + { + "name": "spine", + "from": [5, 3, 5], + "to": [11, 3, 11], + "faces": { + "up": {"uv": [1, 1, 7, 7], "texture": "#gibs"}, + "down": {"uv": [1, 1, 7, 7], "rotation": 180, "texture": "#gibs"} + } + }, + { + "name": "ribcage_left", + "from": [5, 3, 5], + "to": [5, 8, 11], + "faces": { + "east": {"uv": [15, 2, 9, 7], "texture": "#gibs"}, + "west": {"uv": [9, 2, 15, 7], "texture": "#gibs"} + } + }, + { + "name": "ribcage_right", + "from": [11, 3, 5], + "to": [11, 8, 11], + "faces": { + "east": {"uv": [15, 2, 9, 7], "texture": "#gibs"}, + "west": {"uv": [9, 2, 15, 7], "texture": "#gibs"} + } + }, + { + "name": "plate", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_bottom", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "roast_chicken", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "chicken", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 0, + 1, + { + "name": "bones", + "origin": [16, 28, 16], + "color": 0, + "children": [2, 3, 4, 5] + } + ] + }, + { + "name": "plate", + "origin": [8, 8, 8], + "color": 0, + "children": [6] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_roast_chicken2.json b/resourcepack/assets/lz/models/food/plated_roast_chicken2.json new file mode 100644 index 0000000..18acc81 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_roast_chicken2.json @@ -0,0 +1,172 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "render_type": "minecraft:cutout", + "textures": { + "body": "lz:block/food/roast_chicken_eaten", + "gibs": "lz:block/food/roast_chicken_gibs", + "tray_bottom": "lz:block/food/tray_bottom", + "tray_top": "lz:block/food/tray_top_veggies", + "particle": "item/cooked_chicken" + }, + "elements": [ + { + "name": "body", + "from": [4, 2, 8], + "to": [12, 9, 12], + "faces": { + "north": {"uv": [8, 1, 16, 8], "texture": "#body"}, + "east": {"uv": [0, 9, 4, 16], "texture": "#body"}, + "south": {"uv": [8, 9, 16, 16], "texture": "#body"}, + "west": {"uv": [4, 9, 0, 16], "texture": "#body"}, + "up": {"uv": [0, 4, 8, 8], "texture": "#body"} + } + }, + { + "name": "left_leg", + "from": [2, 5, 9], + "to": [4, 8, 13], + "faces": { + "north": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "east": {"uv": [8, 13, 12, 16], "texture": "#gibs"}, + "south": {"uv": [14, 13, 16, 16], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 9, 14, 13], "texture": "#gibs"}, + "down": {"uv": [14, 9, 16, 13], "texture": "#gibs"} + } + }, + { + "name": "right_leg", + "from": [12, 5, 9], + "to": [14, 8, 13], + "faces": { + "north": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "east": {"uv": [8, 13, 12, 16], "texture": "#gibs"}, + "south": {"uv": [14, 13, 16, 16], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 9, 14, 13], "texture": "#gibs"}, + "down": {"uv": [14, 9, 16, 13], "texture": "#gibs"} + } + }, + { + "name": "ribcage_end", + "from": [5, 8, 5], + "to": [11, 8, 11], + "faces": { + "up": {"uv": [1, 9, 7, 15], "texture": "#gibs"}, + "down": {"uv": [1, 9, 7, 15], "rotation": 180, "texture": "#gibs"} + } + }, + { + "name": "spine", + "from": [5, 3, 5], + "to": [11, 3, 11], + "faces": { + "up": {"uv": [1, 1, 7, 7], "texture": "#gibs"}, + "down": {"uv": [1, 1, 7, 7], "rotation": 180, "texture": "#gibs"} + } + }, + { + "name": "ribcage_left", + "from": [5, 3, 5], + "to": [5, 8, 11], + "faces": { + "east": {"uv": [15, 2, 9, 7], "texture": "#gibs"}, + "west": {"uv": [9, 2, 15, 7], "texture": "#gibs"} + } + }, + { + "name": "ribcage_right", + "from": [11, 3, 5], + "to": [11, 8, 11], + "faces": { + "east": {"uv": [15, 2, 9, 7], "texture": "#gibs"}, + "west": {"uv": [9, 2, 15, 7], "texture": "#gibs"} + } + }, + { + "name": "plate", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_bottom", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "roast_chicken", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "chicken", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 0, + 1, + 2, + { + "name": "bones", + "origin": [16, 28, 16], + "color": 0, + "children": [3, 4, 5, 6] + } + ] + }, + { + "name": "plate", + "origin": [8, 8, 8], + "color": 0, + "children": [7] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_roast_chicken3.json b/resourcepack/assets/lz/models/food/plated_roast_chicken3.json new file mode 100644 index 0000000..9ac345f --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_roast_chicken3.json @@ -0,0 +1,185 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "render_type": "minecraft:cutout", + "textures": { + "body": "lz:block/food/roast_chicken_eaten", + "gibs": "lz:block/food/roast_chicken_gibs", + "tray_bottom": "lz:block/food/tray_bottom", + "tray_top": "lz:block/food/tray_top_veggies", + "particle": "item/cooked_chicken" + }, + "elements": [ + { + "name": "body", + "from": [4, 2, 6], + "to": [12, 9, 12], + "faces": { + "north": {"uv": [8, 1, 16, 8], "texture": "#body"}, + "east": {"uv": [0, 9, 6, 16], "texture": "#body"}, + "south": {"uv": [8, 9, 16, 16], "texture": "#body"}, + "west": {"uv": [6, 9, 0, 16], "texture": "#body"}, + "up": {"uv": [0, 2, 8, 8], "texture": "#body"} + } + }, + { + "name": "right_wing", + "from": [12, 2, 3], + "to": [14, 5, 7], + "faces": { + "north": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "east": {"uv": [8, 13, 12, 16], "texture": "#gibs"}, + "south": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 9, 14, 13], "texture": "#gibs"} + } + }, + { + "name": "left_leg", + "from": [2, 5, 9], + "to": [4, 8, 13], + "faces": { + "north": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "east": {"uv": [8, 13, 12, 16], "texture": "#gibs"}, + "south": {"uv": [14, 13, 16, 16], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 9, 14, 13], "texture": "#gibs"}, + "down": {"uv": [14, 9, 16, 13], "texture": "#gibs"} + } + }, + { + "name": "right_leg", + "from": [12, 5, 9], + "to": [14, 8, 13], + "faces": { + "north": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "east": {"uv": [8, 13, 12, 16], "texture": "#gibs"}, + "south": {"uv": [14, 13, 16, 16], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 9, 14, 13], "texture": "#gibs"}, + "down": {"uv": [14, 9, 16, 13], "texture": "#gibs"} + } + }, + { + "name": "ribcage_end", + "from": [5, 8, 5], + "to": [11, 8, 11], + "faces": { + "up": {"uv": [1, 9, 7, 15], "texture": "#gibs"}, + "down": {"uv": [1, 9, 7, 15], "rotation": 180, "texture": "#gibs"} + } + }, + { + "name": "spine", + "from": [5, 3, 5], + "to": [11, 3, 11], + "faces": { + "up": {"uv": [1, 1, 7, 7], "texture": "#gibs"}, + "down": {"uv": [1, 1, 7, 7], "rotation": 180, "texture": "#gibs"} + } + }, + { + "name": "ribcage_left", + "from": [5, 3, 5], + "to": [5, 8, 11], + "faces": { + "east": {"uv": [15, 2, 9, 7], "texture": "#gibs"}, + "west": {"uv": [9, 2, 15, 7], "texture": "#gibs"} + } + }, + { + "name": "ribcage_right", + "from": [11, 3, 5], + "to": [11, 8, 11], + "faces": { + "east": {"uv": [15, 2, 9, 7], "texture": "#gibs"}, + "west": {"uv": [9, 2, 15, 7], "texture": "#gibs"} + } + }, + { + "name": "plate", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_bottom", "cullface": "down"} + } + } + ], +"display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "roast_chicken", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "chicken", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 0, + 1, + 2, + 3, + { + "name": "bones", + "origin": [16, 28, 16], + "color": 0, + "children": [4, 5, 6, 7] + } + ] + }, + { + "name": "plate", + "origin": [8, 8, 8], + "color": 0, + "children": [8] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_roast_chicken4.json b/resourcepack/assets/lz/models/food/plated_roast_chicken4.json new file mode 100644 index 0000000..2538122 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_roast_chicken4.json @@ -0,0 +1,150 @@ +{ + "credit": "Made with Blockbench", + "parent": "block/block", + "render_type": "minecraft:cutout", + "textures": { + "body": "lz:block/food/roast_chicken_body", + "gibs": "lz:block/food/roast_chicken_gibs", + "tray_bottom": "lz:block/food/tray_bottom", + "tray_top": "lz:block/food/tray_top_veggies", + "particle": "item/cooked_chicken" + }, + "elements": [ + { + "name": "body", + "from": [4, 2, 4], + "to": [12, 9, 12], + "faces": { + "north": {"uv": [8, 1, 16, 8], "texture": "#body"}, + "east": {"uv": [0, 9, 8, 16], "texture": "#body"}, + "south": {"uv": [8, 9, 16, 16], "texture": "#body"}, + "west": {"uv": [8, 9, 0, 16], "texture": "#body"}, + "up": {"uv": [0, 0, 8, 8], "texture": "#body"} + } + }, + { + "name": "left_wing", + "from": [2, 2, 3], + "to": [4, 5, 7], + "faces": { + "north": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "east": {"uv": [8, 13, 12, 16], "texture": "#gibs"}, + "south": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 9, 14, 13], "texture": "#gibs"} + } + }, + { + "name": "left_leg", + "from": [2, 5, 9], + "to": [4, 8, 13], + "faces": { + "north": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "east": {"uv": [8, 13, 12, 16], "texture": "#gibs"}, + "south": {"uv": [14, 13, 16, 16], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 9, 14, 13], "texture": "#gibs"}, + "down": {"uv": [12, 9, 14, 13], "texture": "#gibs"} + } + }, + { + "name": "right_wing", + "from": [12, 2, 3], + "to": [14, 5, 7], + "faces": { + "north": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "east": {"uv": [8, 13, 12, 16], "texture": "#gibs"}, + "south": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 9, 14, 13], "texture": "#gibs"} + } + }, + { + "name": "right_leg", + "from": [12, 5, 9], + "to": [14, 8, 13], + "faces": { + "north": {"uv": [12, 13, 14, 16], "texture": "#gibs"}, + "east": {"uv": [8, 13, 12, 16], "texture": "#gibs"}, + "south": {"uv": [14, 13, 16, 16], "texture": "#gibs"}, + "west": {"uv": [12, 13, 8, 16], "texture": "#gibs"}, + "up": {"uv": [12, 9, 14, 13], "texture": "#gibs"}, + "down": {"uv": [12, 9, 14, 13], "texture": "#gibs"} + } + }, + { + "name": "plate", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_bottom", "cullface": "down"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "roast_chicken", + "origin": [8, 8, 8], + "color": 0, + "children": [ + { + "name": "chicken", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4] + }, + { + "name": "plate", + "origin": [8, 8, 8], + "color": 0, + "children": [5] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_salmon_roll.json b/resourcepack/assets/lz/models/food/plated_salmon_roll.json new file mode 100644 index 0000000..0351515 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_salmon_roll.json @@ -0,0 +1,7 @@ +{ + "parent": "lz:food/plated_cod_roll", + "textures": { + "1": "lz:block/food/salmon_roll", + "particle": "item/cooked_salmon" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_salmon_roll_1.json b/resourcepack/assets/lz/models/food/plated_salmon_roll_1.json new file mode 100644 index 0000000..bccea4a --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_salmon_roll_1.json @@ -0,0 +1,7 @@ +{ + "parent": "lz:food/plated_cod_roll_1", + "textures": { + "0": "lz:block/food/salmon_roll", + "particle": "item/cooked_salmon" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_salmon_roll_2.json b/resourcepack/assets/lz/models/food/plated_salmon_roll_2.json new file mode 100644 index 0000000..36b6c0a --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_salmon_roll_2.json @@ -0,0 +1,7 @@ +{ + "parent": "lz:food/plated_cod_roll_2", + "textures": { + "0": "lz:block/food/salmon_roll", + "particle": "item/cooked_salmon" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_salmon_roll_3.json b/resourcepack/assets/lz/models/food/plated_salmon_roll_3.json new file mode 100644 index 0000000..62c43bb --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_salmon_roll_3.json @@ -0,0 +1,7 @@ +{ + "parent": "lz:food/plated_cod_roll_3", + "textures": { + "0": "lz:block/food/salmon_roll", + "particle": "item/cooked_salmon" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_salmon_roll_4.json b/resourcepack/assets/lz/models/food/plated_salmon_roll_4.json new file mode 100644 index 0000000..5258b39 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_salmon_roll_4.json @@ -0,0 +1,7 @@ +{ + "parent": "lz:food/plated_cod_roll_4", + "textures": { + "0": "lz:block/food/salmon_roll", + "particle": "item/cooked_salmon" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_salmon_roll_5.json b/resourcepack/assets/lz/models/food/plated_salmon_roll_5.json new file mode 100644 index 0000000..8407964 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_salmon_roll_5.json @@ -0,0 +1,7 @@ +{ + "parent": "lz:food/plated_cod_roll_5", + "textures": { + "0": "lz:block/food/salmon_roll", + "particle": "item/cooked_salmon" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_salmon_roll_6.json b/resourcepack/assets/lz/models/food/plated_salmon_roll_6.json new file mode 100644 index 0000000..5fdb483 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_salmon_roll_6.json @@ -0,0 +1,7 @@ +{ + "parent": "lz:food/plated_cod_roll_6", + "textures": { + "0": "lz:block/food/salmon_roll", + "particle": "item/cooked_salmon" + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_sandwich_chicken1.json b/resourcepack/assets/lz/models/food/plated_sandwich_chicken1.json new file mode 100644 index 0000000..cef9535 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_sandwich_chicken1.json @@ -0,0 +1,161 @@ +{ + "texture_size": [32, 32], + "textures": { + "5": "lz:block/food/egg_sandwich", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/cooked_chicken" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "from": [8, 3, 6], + "to": [13, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 2.5, 8]}, + "faces": { + "north": {"uv": [13.5, 6.5, 16, 7], "texture": "#5"}, + "east": {"uv": [13.5, 7, 16, 7.5], "texture": "#5"}, + "south": {"uv": [13.5, 5.5, 16, 6], "rotation": 180, "texture": "#5"}, + "west": {"uv": [13.5, 7.5, 16, 8], "texture": "#5"}, + "up": {"uv": [16, 8, 13.5, 5.5], "texture": "#5"}, + "down": {"uv": [16, 5.5, 13.5, 8], "texture": "#5"} + } + }, + { + "from": [2.5, 3, 5.5], + "to": [7.5, 4, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 3.5, 8]}, + "faces": { + "north": {"uv": [13.5, 5.5, 16, 6], "rotation": 180, "texture": "#5"}, + "east": {"uv": [13.5, 7.5, 16, 8], "texture": "#5"}, + "south": {"uv": [13.5, 6.5, 16, 7], "texture": "#5"}, + "west": {"uv": [13.5, 7, 16, 7.5], "texture": "#5"}, + "up": {"uv": [16, 8, 13.5, 5.5], "rotation": 180, "texture": "#5"}, + "down": {"uv": [16, 5.5, 13.5, 8], "rotation": 180, "texture": "#5"} + } + }, + { + "from": [3, 4, 6], + "to": [13, 6, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 5.25, 8.5]}, + "faces": { + "north": {"uv": [5, 2.5, 10, 3.5], "texture": "#5"}, + "east": {"uv": [7.5, 0, 9.5, 1], "texture": "#5"}, + "south": {"uv": [2.5, 6, 7.5, 7], "texture": "#5"}, + "west": {"uv": [7.5, 1, 9.5, 2], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [3, 2, 6], + "to": [13, 3, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.25, 8.5]}, + "faces": { + "north": {"uv": [5, 3.5, 10, 4], "texture": "#5"}, + "east": {"uv": [4.5, 8, 6.5, 8.5], "texture": "#5"}, + "south": {"uv": [2.5, 7, 7.5, 7.5], "texture": "#5"}, + "west": {"uv": [8, 4.5, 10, 5], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [4, 6, 6], + "to": [12, 7, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 5.25, 8.5]}, + "faces": { + "north": {"uv": [7.5, 2, 11.5, 2.5], "texture": "#5"}, + "east": {"uv": [2.5, 8, 4.5, 8.5], "texture": "#5"}, + "south": {"uv": [2.5, 7.5, 6.5, 8], "texture": "#5"}, + "west": {"uv": [8, 4, 10, 4.5], "texture": "#5"}, + "up": {"uv": [4, 6, 0, 4], "texture": "#5"}, + "down": {"uv": [8, 4, 4, 6], "texture": "#5"} + } + }, + { + "name": "cabbage", + "from": [9, 4.04, 4.5], + "to": [14, 4.04, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [6.5, -0.45, 16.5]}, + "faces": { + "up": {"uv": [12, 9, 15.5, 11.5], "rotation": 270, "texture": "#5"}, + "down": {"uv": [12, 11.5, 15.5, 9], "rotation": 90, "texture": "#5"} + } + }, + { + "name": "cabbage", + "from": [3, 4.04, 4], + "to": [9, 4.04, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [6.35, 3.04, 7.6]}, + "faces": { + "up": {"uv": [12, 8, 15, 11.5], "texture": "#5"}, + "down": {"uv": [12, 11.5, 15.5, 8], "texture": "#5"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2, 3, 4, 5] + }, + 6, + 7 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_sandwich_chicken2.json b/resourcepack/assets/lz/models/food/plated_sandwich_chicken2.json new file mode 100644 index 0000000..0228a57 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_sandwich_chicken2.json @@ -0,0 +1,250 @@ +{ + "texture_size": [32, 32], + "textures": { + "5": "lz:block/food/egg_sandwich", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/cooked_chicken" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "name": "cabbage", + "from": [8.5, 4.04, 1], + "to": [13.5, 4.04, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [6, -0.45, 13]}, + "faces": { + "up": {"uv": [12, 9, 15.5, 11.5], "rotation": 270, "texture": "#5"}, + "down": {"uv": [12, 11.5, 15.5, 9], "rotation": 90, "texture": "#5"} + } + }, + { + "name": "cabbage", + "from": [2.5, 4.04, 0.5], + "to": [8.5, 4.04, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5.85, 3.04, 4.1]}, + "faces": { + "up": {"uv": [12, 8, 15, 11.5], "texture": "#5"}, + "down": {"uv": [12, 11.5, 15.5, 8], "texture": "#5"} + } + }, + { + "from": [7.5, 3, 2.5], + "to": [12.5, 4, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 2.5, 4.5]}, + "faces": { + "north": {"uv": [13.5, 6.5, 16, 7], "texture": "#5"}, + "east": {"uv": [13.5, 7, 16, 7.5], "texture": "#5"}, + "south": {"uv": [13.5, 5.5, 16, 6], "rotation": 180, "texture": "#5"}, + "west": {"uv": [13.5, 7.5, 16, 8], "texture": "#5"}, + "up": {"uv": [16, 8, 13.5, 5.5], "texture": "#5"}, + "down": {"uv": [16, 5.5, 13.5, 8], "texture": "#5"} + } + }, + { + "from": [2, 3, 2], + "to": [7, 4, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [4.5, 3.5, 4.5]}, + "faces": { + "north": {"uv": [13.5, 5.5, 16, 6], "rotation": 180, "texture": "#5"}, + "east": {"uv": [13.5, 7.5, 16, 8], "texture": "#5"}, + "south": {"uv": [13.5, 6.5, 16, 7], "texture": "#5"}, + "west": {"uv": [13.5, 7, 16, 7.5], "texture": "#5"}, + "up": {"uv": [16, 8, 13.5, 5.5], "rotation": 180, "texture": "#5"}, + "down": {"uv": [16, 5.5, 13.5, 8], "rotation": 180, "texture": "#5"} + } + }, + { + "from": [2.5, 4, 2.5], + "to": [12.5, 6, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 5.25, 5]}, + "faces": { + "north": {"uv": [5, 2.5, 10, 3.5], "texture": "#5"}, + "east": {"uv": [7.5, 0, 9.5, 1], "texture": "#5"}, + "south": {"uv": [2.5, 6, 7.5, 7], "texture": "#5"}, + "west": {"uv": [7.5, 1, 9.5, 2], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [2.5, 2, 2.5], + "to": [12.5, 3, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 3.25, 5]}, + "faces": { + "north": {"uv": [5, 3.5, 10, 4], "texture": "#5"}, + "east": {"uv": [4.5, 8, 6.5, 8.5], "texture": "#5"}, + "south": {"uv": [2.5, 7, 7.5, 7.5], "texture": "#5"}, + "west": {"uv": [8, 4.5, 10, 5], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [3.5, 6, 2.5], + "to": [11.5, 7, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 5.25, 5]}, + "faces": { + "north": {"uv": [7.5, 2, 11.5, 2.5], "texture": "#5"}, + "east": {"uv": [2.5, 8, 4.5, 8.5], "texture": "#5"}, + "south": {"uv": [2.5, 7.5, 6.5, 8], "texture": "#5"}, + "west": {"uv": [8, 4, 10, 4.5], "texture": "#5"}, + "up": {"uv": [4, 6, 0, 4], "texture": "#5"}, + "down": {"uv": [8, 4, 4, 6], "texture": "#5"} + } + }, + { + "name": "cabbage", + "from": [3, 4.04, 7.5], + "to": [8, 4.04, 14.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 4.5, 11]}, + "faces": { + "up": {"uv": [12, 9, 15.5, 11.5], "rotation": 90, "texture": "#5"}, + "down": {"uv": [12, 11.5, 15.5, 9], "rotation": 270, "texture": "#5"} + } + }, + { + "name": "cabbage", + "from": [8, 4.04, 8], + "to": [14, 4.04, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 4.5, 11]}, + "faces": { + "up": {"uv": [12, 8, 15, 11.5], "rotation": 180, "texture": "#5"}, + "down": {"uv": [12, 11.5, 15.5, 8], "rotation": 180, "texture": "#5"} + } + }, + { + "from": [4, 3, 8], + "to": [9, 4, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 4.5, 11]}, + "faces": { + "north": {"uv": [13.5, 5.5, 16, 6], "rotation": 180, "texture": "#5"}, + "east": {"uv": [13.5, 7.5, 16, 8], "texture": "#5"}, + "south": {"uv": [13.5, 6.5, 16, 7], "texture": "#5"}, + "west": {"uv": [13.5, 7, 16, 7.5], "texture": "#5"}, + "up": {"uv": [16, 8, 13.5, 5.5], "rotation": 180, "texture": "#5"}, + "down": {"uv": [16, 5.5, 13.5, 8], "rotation": 180, "texture": "#5"} + } + }, + { + "from": [9.5, 3, 8.5], + "to": [14.5, 4, 13.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 4.5, 11]}, + "faces": { + "north": {"uv": [13.5, 6.5, 16, 7], "texture": "#5"}, + "east": {"uv": [13.5, 7, 16, 7.5], "texture": "#5"}, + "south": {"uv": [13.5, 5.5, 16, 6], "rotation": 180, "texture": "#5"}, + "west": {"uv": [13.5, 7.5, 16, 8], "texture": "#5"}, + "up": {"uv": [16, 8, 13.5, 5.5], "texture": "#5"}, + "down": {"uv": [16, 5.5, 13.5, 8], "texture": "#5"} + } + }, + { + "from": [4, 4, 9], + "to": [14, 6, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 4.5, 11]}, + "faces": { + "north": {"uv": [2.5, 6, 7.5, 7], "texture": "#5"}, + "east": {"uv": [7.5, 1, 9.5, 2], "texture": "#5"}, + "south": {"uv": [5, 2.5, 10, 3.5], "texture": "#5"}, + "west": {"uv": [7.5, 0, 9.5, 1], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "rotation": 180, "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "rotation": 180, "texture": "#5"} + } + }, + { + "from": [4, 2, 9], + "to": [14, 3, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 4.5, 11]}, + "faces": { + "north": {"uv": [2.5, 7, 7.5, 7.5], "texture": "#5"}, + "east": {"uv": [8, 4.5, 10, 5], "texture": "#5"}, + "south": {"uv": [5, 3.5, 10, 4], "texture": "#5"}, + "west": {"uv": [4.5, 8, 6.5, 8.5], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "rotation": 180, "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "rotation": 180, "texture": "#5"} + } + }, + { + "from": [5, 6, 9], + "to": [13, 7, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8.75, 4.5, 11]}, + "faces": { + "north": {"uv": [2.5, 7.5, 6.5, 8], "texture": "#5"}, + "east": {"uv": [8, 4, 10, 4.5], "texture": "#5"}, + "south": {"uv": [7.5, 2, 11.5, 2.5], "texture": "#5"}, + "west": {"uv": [2.5, 8, 4.5, 8.5], "texture": "#5"}, + "up": {"uv": [4, 6, 0, 4], "rotation": 180, "texture": "#5"}, + "down": {"uv": [8, 4, 4, 6], "rotation": 180, "texture": "#5"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2, 3, 4, 5, 6, 7] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [8, 9, 10, 11, 12, 13, 14] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_sandwich_egg1.json b/resourcepack/assets/lz/models/food/plated_sandwich_egg1.json new file mode 100644 index 0000000..b55c9df --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_sandwich_egg1.json @@ -0,0 +1,139 @@ +{ + "texture_size": [32, 32], + "textures": { + "5": "lz:block/food/egg_sandwich", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/egg" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "from": [8, 3, 6], + "to": [13, 3.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [9.5, 2.5, 8]}, + "faces": { + "north": {"uv": [7.5, 6, 10, 6.5], "texture": "#5"}, + "east": {"uv": [6.5, 7.5, 9, 8], "texture": "#5"}, + "south": {"uv": [7.5, 6.5, 10, 7], "rotation": 180, "texture": "#5"}, + "west": {"uv": [7.5, 6.5, 10, 7], "texture": "#5"}, + "up": {"uv": [7.5, 2.5, 5, 0], "texture": "#5"}, + "down": {"uv": [2.5, 6, 0, 8.5], "texture": "#5"} + } + }, + { + "from": [3, 3, 5.5], + "to": [8, 3.5, 10.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4.5, 2.5, 7.5]}, + "faces": { + "north": {"uv": [7.5, 6, 10, 6.5], "texture": "#5"}, + "east": {"uv": [6.5, 7.5, 9, 8], "texture": "#5"}, + "south": {"uv": [7.5, 6.5, 10, 7], "rotation": 180, "texture": "#5"}, + "west": {"uv": [6.5, 8, 9, 7.5], "texture": "#5"}, + "up": {"uv": [7.5, 2.5, 5, 0], "texture": "#5"}, + "down": {"uv": [2.5, 6, 0, 8.5], "texture": "#5"} + } + }, + { + "from": [3, 3.5, 6], + "to": [13, 5.5, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 4.75, 8.5]}, + "faces": { + "north": {"uv": [5, 2.5, 10, 3.5], "texture": "#5"}, + "east": {"uv": [7.5, 0, 9.5, 1], "texture": "#5"}, + "south": {"uv": [2.5, 6, 7.5, 7], "texture": "#5"}, + "west": {"uv": [7.5, 1, 9.5, 2], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [3, 2, 6], + "to": [13, 3, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.25, 8.5]}, + "faces": { + "north": {"uv": [5, 3.5, 10, 4], "texture": "#5"}, + "east": {"uv": [4.5, 8, 6.5, 8.5], "texture": "#5"}, + "south": {"uv": [2.5, 7, 7.5, 7.5], "texture": "#5"}, + "west": {"uv": [8, 4.5, 10, 5], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [4, 5.5, 6], + "to": [12, 6.5, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 4.75, 8.5]}, + "faces": { + "north": {"uv": [7.5, 2, 11.5, 2.5], "texture": "#5"}, + "east": {"uv": [2.5, 8, 4.5, 8.5], "texture": "#5"}, + "south": {"uv": [2.5, 7.5, 6.5, 8], "texture": "#5"}, + "west": {"uv": [8, 4, 10, 4.5], "texture": "#5"}, + "up": {"uv": [4, 6, 0, 4], "texture": "#5"}, + "down": {"uv": [8, 4, 4, 6], "texture": "#5"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2, 3, 4, 5] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_sandwich_egg2.json b/resourcepack/assets/lz/models/food/plated_sandwich_egg2.json new file mode 100644 index 0000000..5b17ad9 --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_sandwich_egg2.json @@ -0,0 +1,210 @@ +{ + "texture_size": [32, 32], + "textures": { + "5": "lz:block/food/egg_sandwich", + "tray_top": "lz:block/food/tray_top", + "tray_bottom": "lz:block/food/tray_bottom", + "particle": "item/egg" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_bottom"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#tray_top", "cullface": "down"} + } + }, + { + "from": [7.5, 3, 2.5], + "to": [12.5, 3.5, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 2.5, 4.5]}, + "faces": { + "north": {"uv": [7.5, 6, 10, 6.5], "texture": "#5"}, + "east": {"uv": [6.5, 7.5, 9, 8], "texture": "#5"}, + "south": {"uv": [7.5, 6.5, 10, 7], "rotation": 180, "texture": "#5"}, + "west": {"uv": [7.5, 6.5, 10, 7], "texture": "#5"}, + "up": {"uv": [7.5, 2.5, 5, 0], "texture": "#5"}, + "down": {"uv": [2.5, 6, 0, 8.5], "texture": "#5"} + } + }, + { + "from": [2.5, 3, 2], + "to": [7.5, 3.5, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 2.5, 4]}, + "faces": { + "north": {"uv": [7.5, 6, 10, 6.5], "texture": "#5"}, + "east": {"uv": [6.5, 7.5, 9, 8], "texture": "#5"}, + "south": {"uv": [7.5, 6.5, 10, 7], "rotation": 180, "texture": "#5"}, + "west": {"uv": [6.5, 8, 9, 7.5], "texture": "#5"}, + "up": {"uv": [7.5, 2.5, 5, 0], "texture": "#5"}, + "down": {"uv": [2.5, 6, 0, 8.5], "texture": "#5"} + } + }, + { + "from": [2.5, 3.5, 2.5], + "to": [12.5, 5.5, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 4.75, 5]}, + "faces": { + "north": {"uv": [5, 2.5, 10, 3.5], "texture": "#5"}, + "east": {"uv": [7.5, 0, 9.5, 1], "texture": "#5"}, + "south": {"uv": [2.5, 6, 7.5, 7], "texture": "#5"}, + "west": {"uv": [7.5, 1, 9.5, 2], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [2.5, 2, 2.5], + "to": [12.5, 3, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 3.25, 5]}, + "faces": { + "north": {"uv": [5, 3.5, 10, 4], "texture": "#5"}, + "east": {"uv": [4.5, 8, 6.5, 8.5], "texture": "#5"}, + "south": {"uv": [2.5, 7, 7.5, 7.5], "texture": "#5"}, + "west": {"uv": [8, 4.5, 10, 5], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [3.5, 5.5, 2.5], + "to": [11.5, 6.5, 6.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.5, 4.75, 5]}, + "faces": { + "north": {"uv": [7.5, 2, 11.5, 2.5], "texture": "#5"}, + "east": {"uv": [2.5, 8, 4.5, 8.5], "texture": "#5"}, + "south": {"uv": [2.5, 7.5, 6.5, 8], "texture": "#5"}, + "west": {"uv": [8, 4, 10, 4.5], "texture": "#5"}, + "up": {"uv": [4, 6, 0, 4], "texture": "#5"}, + "down": {"uv": [8, 4, 4, 6], "texture": "#5"} + } + }, + { + "from": [8.5, 3, 9], + "to": [13.5, 3.5, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [10, 2.5, 11]}, + "faces": { + "north": {"uv": [7.5, 6, 10, 6.5], "texture": "#5"}, + "east": {"uv": [6.5, 7.5, 9, 8], "texture": "#5"}, + "south": {"uv": [7.5, 6.5, 10, 7], "rotation": 180, "texture": "#5"}, + "west": {"uv": [7.5, 6.5, 10, 7], "texture": "#5"}, + "up": {"uv": [7.5, 2.5, 5, 0], "texture": "#5"}, + "down": {"uv": [2.5, 6, 0, 8.5], "texture": "#5"} + } + }, + { + "from": [3.5, 3, 8.5], + "to": [8.5, 3.5, 13.5], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2.5, 10.5]}, + "faces": { + "north": {"uv": [7.5, 6, 10, 6.5], "texture": "#5"}, + "east": {"uv": [6.5, 7.5, 9, 8], "texture": "#5"}, + "south": {"uv": [7.5, 6.5, 10, 7], "rotation": 180, "texture": "#5"}, + "west": {"uv": [6.5, 8, 9, 7.5], "texture": "#5"}, + "up": {"uv": [7.5, 2.5, 5, 0], "texture": "#5"}, + "down": {"uv": [2.5, 6, 0, 8.5], "texture": "#5"} + } + }, + { + "from": [3.5, 3.5, 9], + "to": [13.5, 5.5, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 4.75, 11.5]}, + "faces": { + "north": {"uv": [5, 2.5, 10, 3.5], "texture": "#5"}, + "east": {"uv": [7.5, 0, 9.5, 1], "texture": "#5"}, + "south": {"uv": [2.5, 6, 7.5, 7], "texture": "#5"}, + "west": {"uv": [7.5, 1, 9.5, 2], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [3.5, 2, 9], + "to": [13.5, 3, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 3.25, 11.5]}, + "faces": { + "north": {"uv": [5, 3.5, 10, 4], "texture": "#5"}, + "east": {"uv": [4.5, 8, 6.5, 8.5], "texture": "#5"}, + "south": {"uv": [2.5, 7, 7.5, 7.5], "texture": "#5"}, + "west": {"uv": [8, 4.5, 10, 5], "texture": "#5"}, + "up": {"uv": [5, 2, 0, 0], "texture": "#5"}, + "down": {"uv": [5, 2, 0, 4], "texture": "#5"} + } + }, + { + "from": [4.5, 5.5, 9], + "to": [12.5, 6.5, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [8.5, 4.75, 11.5]}, + "faces": { + "north": {"uv": [7.5, 2, 11.5, 2.5], "texture": "#5"}, + "east": {"uv": [2.5, 8, 4.5, 8.5], "texture": "#5"}, + "south": {"uv": [2.5, 7.5, 6.5, 8], "texture": "#5"}, + "west": {"uv": [8, 4, 10, 4.5], "texture": "#5"}, + "up": {"uv": [4, 6, 0, 4], "texture": "#5"}, + "down": {"uv": [8, 4, 4, 6], "texture": "#5"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2, 3, 4, 5] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [6, 7, 8, 9, 10] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_sandwich_glow_berry.json b/resourcepack/assets/lz/models/food/plated_sandwich_glow_berry.json new file mode 100644 index 0000000..71787bb --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_sandwich_glow_berry.json @@ -0,0 +1,165 @@ +{ + "texture_size": [32, 32], + "textures": { + "1": "lz:block/food/tray_bottom", + "3": "lz:block/food/toast_sweet_berry", + "4": "lz:block/food/toast", + "tray_top": "lz:block/food/tray_top", + "particle": "item/glow_berries" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_top"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_top"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_top"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_top"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#1", "cullface": "down"} + } + }, + { + "from": [4, 3.5, 3], + "to": [12, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.25]}, + "faces": { + "north": {"uv": [2, 7, 10, 8], "texture": "#3"}, + "east": {"uv": [0, 6, 9, 7], "texture": "#3"}, + "south": {"uv": [0, 6, 8, 7], "texture": "#3"}, + "west": {"uv": [0, 7, 9, 8], "texture": "#3"}, + "up": {"uv": [0, 7, 9, 6], "rotation": 180, "texture": "#3"}, + "down": {"uv": [10, 7, 9, 8], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [4, 3, 3], + "to": [12, 3.5, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.75]}, + "faces": { + "north": {"uv": [1, 11, 9, 12], "texture": "#3"}, + "east": {"uv": [0, 10, 9, 11], "texture": "#3"}, + "south": {"uv": [0, 10, 8, 11], "texture": "#3"}, + "west": {"uv": [0, 11, 9, 12], "texture": "#3"}, + "up": {"uv": [8, 12, 0, 11], "rotation": 180, "texture": "#3"}, + "down": {"uv": [10, 11, 9, 12], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [4, 4, 3.5], + "to": [12, 5, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.75]}, + "faces": { + "north": {"uv": [8, 0, 16, 1], "texture": "#4"}, + "east": {"uv": [8, 2, 16, 3], "texture": "#4"}, + "south": {"uv": [8, 1, 16, 2], "texture": "#4"}, + "west": {"uv": [8, 1, 16, 2], "texture": "#4"}, + "up": {"uv": [8, 8, 0, 0], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 0, 8], "rotation": 180, "texture": "#4"} + } + }, + { + "from": [5, 4, 11.5], + "to": [11, 5, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.75]}, + "faces": { + "east": {"uv": [8, 7, 9, 8], "texture": "#4"}, + "south": {"uv": [8, 3, 12, 4], "texture": "#4"}, + "west": {"uv": [8, 6, 9, 7], "texture": "#4"}, + "up": {"uv": [14, 5, 8, 4], "rotation": 180, "texture": "#4"}, + "down": {"uv": [14, 5, 10, 6], "rotation": 180, "texture": "#4"} + } + }, + { + "from": [4, 2, 3.5], + "to": [12, 3, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.75]}, + "faces": { + "north": {"uv": [16, 0, 8, 1], "texture": "#4"}, + "east": {"uv": [8, 1, 16, 2], "texture": "#4"}, + "south": {"uv": [8, 1, 16, 2], "texture": "#4"}, + "west": {"uv": [8, 2, 16, 3], "texture": "#4"}, + "up": {"uv": [8, 8, 0, 0], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 0, 8], "rotation": 180, "texture": "#4"} + } + }, + { + "from": [5, 2, 11.5], + "to": [11, 3, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.75]}, + "faces": { + "east": {"uv": [8, 7, 9, 8], "texture": "#4"}, + "south": {"uv": [8, 3, 12, 4], "texture": "#4"}, + "west": {"uv": [8, 6, 9, 7], "texture": "#4"}, + "up": {"uv": [14, 5, 8, 4], "rotation": 180, "texture": "#4"}, + "down": {"uv": [14, 5, 10, 6], "rotation": 180, "texture": "#4"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 1, + 2, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [3, 4] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [5, 6] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_sandwich_glow_berry_dark.json b/resourcepack/assets/lz/models/food/plated_sandwich_glow_berry_dark.json new file mode 100644 index 0000000..4cc97ca --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_sandwich_glow_berry_dark.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_sandwich_glow_berry", + "textures": { + "4": "lz:block/food/toast_dark" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_sandwich_sweet_berry.json b/resourcepack/assets/lz/models/food/plated_sandwich_sweet_berry.json new file mode 100644 index 0000000..8620cae --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_sandwich_sweet_berry.json @@ -0,0 +1,165 @@ +{ + "texture_size": [32, 32], + "textures": { + "1": "lz:block/food/tray_bottom", + "3": "lz:block/food/toast_sweet_berry", + "4": "lz:block/food/toast", + "tray_top": "lz:block/food/tray_top", + "particle": "item/sweet_berries" + }, + "elements": [ + { + "name": "tray", + "from": [1, 0, 1], + "to": [15, 2, 15], + "faces": { + "north": {"uv": [1, 11, 15, 13], "texture": "#tray_top"}, + "east": {"uv": [1, 11, 15, 13], "texture": "#tray_top"}, + "south": {"uv": [1, 11, 15, 13], "texture": "#tray_top"}, + "west": {"uv": [1, 11, 15, 13], "texture": "#tray_top"}, + "up": {"uv": [1, 1, 15, 15], "texture": "#tray_top"}, + "down": {"uv": [1, 1, 15, 15], "texture": "#1", "cullface": "down"} + } + }, + { + "from": [4, 3.5, 3], + "to": [12, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.25]}, + "faces": { + "north": {"uv": [2, 9, 10, 10], "texture": "#3"}, + "east": {"uv": [0, 8, 9, 9], "texture": "#3"}, + "south": {"uv": [0, 8, 8, 9], "texture": "#3"}, + "west": {"uv": [0, 9, 9, 10], "texture": "#3"}, + "up": {"uv": [10, 9, 1, 8], "rotation": 180, "texture": "#3"}, + "down": {"uv": [10, 9, 9, 10], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [4, 3, 3], + "to": [12, 3.5, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.75]}, + "faces": { + "north": {"uv": [1, 11, 9, 12], "texture": "#3"}, + "east": {"uv": [0, 10, 9, 11], "texture": "#3"}, + "south": {"uv": [0, 10, 8, 11], "texture": "#3"}, + "west": {"uv": [0, 11, 9, 12], "texture": "#3"}, + "up": {"uv": [8, 12, 0, 11], "rotation": 180, "texture": "#3"}, + "down": {"uv": [10, 11, 9, 12], "rotation": 180, "texture": "#3"} + } + }, + { + "from": [4, 4, 3.5], + "to": [12, 5, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.75]}, + "faces": { + "north": {"uv": [8, 0, 16, 1], "texture": "#4"}, + "east": {"uv": [8, 2, 16, 3], "texture": "#4"}, + "south": {"uv": [8, 1, 16, 2], "texture": "#4"}, + "west": {"uv": [8, 1, 16, 2], "texture": "#4"}, + "up": {"uv": [8, 8, 0, 0], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 0, 8], "rotation": 180, "texture": "#4"} + } + }, + { + "from": [5, 4, 11.5], + "to": [11, 5, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.75]}, + "faces": { + "east": {"uv": [8, 7, 9, 8], "texture": "#4"}, + "south": {"uv": [8, 3, 12, 4], "texture": "#4"}, + "west": {"uv": [8, 6, 9, 7], "texture": "#4"}, + "up": {"uv": [14, 5, 8, 4], "rotation": 180, "texture": "#4"}, + "down": {"uv": [14, 5, 10, 6], "rotation": 180, "texture": "#4"} + } + }, + { + "from": [4, 2, 3.5], + "to": [12, 3, 11.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.75]}, + "faces": { + "north": {"uv": [16, 0, 8, 1], "texture": "#4"}, + "east": {"uv": [8, 1, 16, 2], "texture": "#4"}, + "south": {"uv": [8, 1, 16, 2], "texture": "#4"}, + "west": {"uv": [8, 2, 16, 3], "texture": "#4"}, + "up": {"uv": [8, 8, 0, 0], "rotation": 180, "texture": "#4"}, + "down": {"uv": [8, 0, 0, 8], "rotation": 180, "texture": "#4"} + } + }, + { + "from": [5, 2, 11.5], + "to": [11, 3, 12.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 3.5, 9.75]}, + "faces": { + "east": {"uv": [8, 7, 9, 8], "texture": "#4"}, + "south": {"uv": [8, 3, 12, 4], "texture": "#4"}, + "west": {"uv": [8, 6, 9, 7], "texture": "#4"}, + "up": {"uv": [14, 5, 8, 4], "rotation": 180, "texture": "#4"}, + "down": {"uv": [14, 5, 10, 6], "rotation": 180, "texture": "#4"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [ + 1, + 2, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [3, 4] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [5, 6] + } + ] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/plated_sandwich_sweet_berry_dark.json b/resourcepack/assets/lz/models/food/plated_sandwich_sweet_berry_dark.json new file mode 100644 index 0000000..1cc5d5d --- /dev/null +++ b/resourcepack/assets/lz/models/food/plated_sandwich_sweet_berry_dark.json @@ -0,0 +1,6 @@ +{ + "parent": "lz:food/plated_sandwich_sweet_berry", + "textures": { + "4": "lz:block/food/toast_dark" + } + } \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/soup_beetroot.json b/resourcepack/assets/lz/models/food/soup_beetroot.json new file mode 100644 index 0000000..87cc3df --- /dev/null +++ b/resourcepack/assets/lz/models/food/soup_beetroot.json @@ -0,0 +1,142 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "2": "lz:block/food/beetroot_soup", + "4": "lz:block/food/bowl", + "particle": "item/beetroot" + }, + "elements": [ + { + "name": "soup", + "from": [5, 3.5, 5], + "to": [11, 3.5, 11], + "faces": { + "up": {"uv": [6, 2, 11, 7], "texture": "#2"} + } + }, + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 4, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2, 3, 4, 5] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/soup_bone_broth.json b/resourcepack/assets/lz/models/food/soup_bone_broth.json new file mode 100644 index 0000000..177ddf3 --- /dev/null +++ b/resourcepack/assets/lz/models/food/soup_bone_broth.json @@ -0,0 +1,198 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "4": "lz:block/food/bowl", + "13": "lz:block/food/bone_broth", + "particle": "item/bone" + }, + "elements": [ + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 4, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "pie", + "from": [5, 2, 5], + "to": [11, 3.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, 0, 3]}, + "faces": { + "north": {"uv": [6, 0, 12, 2], "texture": "#13"}, + "east": {"uv": [6, 0, 12, 2], "texture": "#13"}, + "south": {"uv": [6, 2, 12, 4], "texture": "#13"}, + "west": {"uv": [6, 2, 12, 4], "texture": "#13"}, + "up": {"uv": [6, 6, 0, 0], "texture": "#13"}, + "down": {"uv": [6, 6, 0, 12], "texture": "#13"} + } + }, + { + "from": [5.5, 2.5, 7.5], + "to": [7, 4, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [5, 2.5, 7]}, + "faces": { + "north": {"uv": [10, 4, 12, 6], "texture": "#13"}, + "east": {"uv": [10, 4, 12, 6], "texture": "#13"}, + "south": {"uv": [10, 6, 12, 8], "texture": "#13"}, + "west": {"uv": [10, 8, 12, 10], "texture": "#13"}, + "up": {"uv": [12, 12, 10, 10], "texture": "#13"}, + "down": {"uv": [2, 12, 0, 14], "texture": "#13"} + } + }, + { + "from": [8.5, 2.5, 6], + "to": [10, 4, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 2.5, 5.5]}, + "faces": { + "north": {"uv": [10, 4, 12, 6], "texture": "#13"}, + "east": {"uv": [10, 4, 12, 6], "texture": "#13"}, + "south": {"uv": [10, 6, 12, 8], "texture": "#13"}, + "west": {"uv": [10, 8, 12, 10], "texture": "#13"}, + "up": {"uv": [12, 12, 10, 10], "texture": "#13"}, + "down": {"uv": [2, 12, 0, 14], "texture": "#13"} + } + }, + { + "from": [8, 1.5, 11], + "to": [9, 6, 12], + "rotation": {"angle": 45, "axis": "x", "origin": [9, 5.375, 11]}, + "faces": { + "north": {"uv": [6, 4, 7, 9], "texture": "#13"}, + "east": {"uv": [8, 4, 9, 9], "texture": "#13"}, + "south": {"uv": [6, 9, 7, 14], "texture": "#13"}, + "west": {"uv": [8, 9, 9, 14], "texture": "#13"}, + "up": {"uv": [14, 2, 12, 0], "texture": "#13"}, + "down": {"uv": [4, 12, 2, 14], "texture": "#13"} + } + }, + { + "from": [7.5, 6, 11], + "to": [9.5, 7.5, 12], + "rotation": {"angle": 45, "axis": "x", "origin": [9.5, 5.375, 11]}, + "faces": { + "north": {"uv": [12, 4, 14, 5], "texture": "#13"}, + "east": {"uv": [12, 2, 13, 3], "texture": "#13"}, + "south": {"uv": [12, 8, 14, 9], "texture": "#13"}, + "west": {"uv": [12, 13, 13, 14], "texture": "#13"}, + "up": {"uv": [14, 12, 12, 11], "texture": "#13"}, + "down": {"uv": [13, 12, 11, 13], "texture": "#13"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4] + }, + 5, + 6, + 7, + 8, + 9 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/soup_chicken.json b/resourcepack/assets/lz/models/food/soup_chicken.json new file mode 100644 index 0000000..211c485 --- /dev/null +++ b/resourcepack/assets/lz/models/food/soup_chicken.json @@ -0,0 +1,220 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "texture_size": [32, 32], + "textures": { + "2": "lz:block/food/stuffed_pumpkin_details", + "4": "lz:block/food/bowl", + "5": "lz:block/food/chicken_soup", + "particle": "item/cooked_chicken" + }, + "elements": [ + { + "name": "pie", + "from": [5, 2, 5], + "to": [11, 3.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, 0, 3]}, + "faces": { + "north": {"uv": [0, 6, 6, 8], "texture": "#5"}, + "east": {"uv": [0, 6, 6, 8], "texture": "#5"}, + "south": {"uv": [6, 0, 12, 2], "texture": "#5"}, + "west": {"uv": [6, 0, 12, 2], "texture": "#5"}, + "up": {"uv": [6, 6, 0, 0], "texture": "#5"} + } + }, + { + "from": [5.5, 2, 8.5], + "to": [7, 4, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [5.5, 2, 8.5]}, + "faces": { + "north": {"uv": [0, 8, 1, 9], "texture": "#5"}, + "east": {"uv": [2, 9, 3, 10], "texture": "#5"}, + "south": {"uv": [9, 2, 10, 3], "texture": "#5"}, + "west": {"uv": [5, 8, 6, 9], "texture": "#5"}, + "up": {"uv": [9, 6, 8, 5], "texture": "#5"}, + "down": {"uv": [7, 8, 6, 9], "texture": "#5"} + } + }, + { + "from": [9, 2, 5.5], + "to": [10.5, 4, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 2, 5.5]}, + "faces": { + "north": {"uv": [9, 7, 10, 8], "texture": "#5"}, + "east": {"uv": [8, 8, 9, 9], "texture": "#5"}, + "south": {"uv": [0, 10, 1, 11], "texture": "#5"}, + "west": {"uv": [3, 11, 4, 12], "texture": "#5"}, + "up": {"uv": [11, 3, 10, 2], "texture": "#5"}, + "down": {"uv": [5, 10, 4, 11], "texture": "#5"} + } + }, + { + "from": [8.5, 2, 8], + "to": [10.5, 4, 11], + "rotation": {"angle": 22.5, "axis": "y", "origin": [8.5, 2, 9.5]}, + "faces": { + "north": {"uv": [10, 4, 12, 5], "texture": "#5"}, + "east": {"uv": [11, 13, 14, 14], "texture": "#5"}, + "south": {"uv": [6, 10, 8, 12], "texture": "#5"}, + "west": {"uv": [14, 14, 11, 15], "texture": "#5"}, + "up": {"uv": [16, 15, 13, 13], "rotation": 270, "texture": "#5"}, + "down": {"uv": [8, 5, 6, 8], "texture": "#5"} + } + }, + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 4, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "spoon", + "from": [7.5, 3, 10], + "to": [8.5, 7, 11], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8.5, 4, 10]}, + "faces": { + "north": {"uv": [3, 9, 4, 13], "texture": "#2"}, + "east": {"uv": [3, 11, 4, 15], "rotation": 180, "texture": "#2"}, + "south": {"uv": [3, 9, 4, 13], "texture": "#2"}, + "west": {"uv": [3, 9, 4, 13], "rotation": 180, "texture": "#2"}, + "up": {"uv": [3, 1, 4, 2], "texture": "#2"}, + "down": {"uv": [2, 1, 3, 2], "texture": "#2"} + } + }, + { + "from": [5.5, 2, 5.5], + "to": [8.5, 4, 7.5], + "rotation": {"angle": 0, "axis": "y", "origin": [7.42388, 3, 7.11732]}, + "faces": { + "north": {"uv": [11, 13, 14, 14], "texture": "#5"}, + "east": {"uv": [6, 10, 8, 12], "texture": "#5"}, + "south": {"uv": [14, 14, 11, 15], "texture": "#5"}, + "west": {"uv": [10, 4, 12, 5], "texture": "#5"}, + "up": {"uv": [16, 15, 13, 13], "rotation": 180, "texture": "#5"}, + "down": {"uv": [8, 5, 6, 8], "rotation": 90, "texture": "#5"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + 1, + 2, + 3, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [4, 5, 6, 7, 8] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 9, + 10 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/soup_pumpkin.json b/resourcepack/assets/lz/models/food/soup_pumpkin.json new file mode 100644 index 0000000..3da4f9a --- /dev/null +++ b/resourcepack/assets/lz/models/food/soup_pumpkin.json @@ -0,0 +1,206 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "2": "lz:block/food/stuffed_pumpkin_details", + "4": "lz:block/food/bowl", + "6": "lz:block/food/pumpkin_soup", + "fruit_salad": "lz:block/food/fruit_salad", + "particle": "item/pumpkin_pie" + }, + "elements": [ + { + "from": [5.5, 3.5, 6.5], + "to": [6.5, 4, 8.5], + "rotation": {"angle": 0, "axis": "y", "origin": [4.5, 3.5, 5.5]}, + "faces": { + "north": {"uv": [6, 7, 7, 8], "texture": "#6"}, + "east": {"uv": [7, 5, 9, 6], "texture": "#6"}, + "south": {"uv": [5, 8, 6, 9], "texture": "#6"}, + "west": {"uv": [6, 7, 8, 8], "texture": "#6"}, + "up": {"uv": [8, 6, 7, 4], "texture": "#6"}, + "down": {"uv": [1, 8, 0, 10], "texture": "#6"} + } + }, + { + "from": [9.5, 3, 9], + "to": [10.5, 4, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [11, 3.75, 9.75]}, + "faces": { + "north": {"uv": [7, 6, 8, 7], "texture": "#6"}, + "east": {"uv": [1, 8, 2, 9], "texture": "#6"}, + "south": {"uv": [7, 2, 8, 3], "texture": "#6"}, + "west": {"uv": [1, 8, 2, 9], "texture": "#6"}, + "up": {"uv": [9, 6, 8, 5], "texture": "#6"}, + "down": {"uv": [9, 4, 8, 5], "texture": "#6"} + } + }, + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 4, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "pie", + "from": [5, 2, 5], + "to": [11, 3.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, 0, 3]}, + "faces": { + "north": {"uv": [0, 6, 6, 8], "texture": "#6"}, + "east": {"uv": [0, 6, 6, 8], "texture": "#6"}, + "south": {"uv": [6, 0, 12, 2], "texture": "#6"}, + "west": {"uv": [6, 0, 12, 2], "texture": "#6"}, + "up": {"uv": [6, 6, 0, 0], "texture": "#6"} + } + }, + { + "name": "spoon", + "from": [7.5, 3, 10], + "to": [8.5, 7, 11], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8.5, 4, 10]}, + "faces": { + "north": {"uv": [3, 9, 4, 13], "texture": "#2"}, + "east": {"uv": [3, 11, 4, 15], "rotation": 180, "texture": "#2"}, + "south": {"uv": [3, 9, 4, 13], "texture": "#2"}, + "west": {"uv": [3, 9, 4, 13], "rotation": 180, "texture": "#2"}, + "up": {"uv": [3, 1, 4, 2], "texture": "#2"}, + "down": {"uv": [2, 1, 3, 2], "texture": "#2"} + } + }, + { + "from": [7.5, 2.5, 5.5], + "to": [11, 4.5, 8.5], + "rotation": {"angle": 22.5, "axis": "z", "origin": [8.79289, 3.82843, 7]}, + "faces": { + "north": {"uv": [9.5, 6.5, 10.5, 8], "rotation": 90, "texture": "#fruit_salad"}, + "east": {"uv": [12.5, 6, 14, 5], "texture": "#fruit_salad"}, + "south": {"uv": [9.5, 8, 10.5, 6.5], "rotation": 90, "texture": "#fruit_salad"}, + "west": {"uv": [12.5, 5, 14, 6], "texture": "#fruit_salad"}, + "up": {"uv": [6.5, 4, 8, 5.5], "texture": "#fruit_salad"}, + "down": {"uv": [8.5, 8, 10.5, 6.5], "rotation": 90, "texture": "#fruit_salad"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + 1, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [2, 3, 4, 5, 6] + }, + 7, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 8, + 9 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/soup_vegetable.json b/resourcepack/assets/lz/models/food/soup_vegetable.json new file mode 100644 index 0000000..fc239a7 --- /dev/null +++ b/resourcepack/assets/lz/models/food/soup_vegetable.json @@ -0,0 +1,230 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "2": "lz:block/food/stuffed_pumpkin_details", + "4": "lz:block/food/bowl", + "10": "lz:block/food/vegetable_soup", + "13": "lz:block/food/bone_broth", + "particle": "item/carrot" + }, + "elements": [ + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 4, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "pie", + "from": [5, 2, 5], + "to": [11, 3.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, 0, 3]}, + "faces": { + "north": {"uv": [0, 6, 6, 8], "texture": "#10"}, + "east": {"uv": [0, 6, 6, 8], "texture": "#10"}, + "south": {"uv": [6, 0, 12, 2], "texture": "#10"}, + "west": {"uv": [6, 0, 12, 2], "texture": "#10"}, + "up": {"uv": [6, 6, 0, 0], "texture": "#10"} + } + }, + { + "from": [4, 4.2, 5.5], + "to": [9, 5.2, 7.5], + "rotation": {"angle": -22.5, "axis": "z", "origin": [4.195, 4.6, 6.21246]}, + "faces": { + "north": {"uv": [6, 6, 11, 7], "texture": "#10"}, + "east": {"uv": [11, 2, 13, 3], "texture": "#10"}, + "south": {"uv": [6, 7, 11, 8], "texture": "#10"}, + "west": {"uv": [11, 2, 13, 3], "texture": "#10"}, + "up": {"uv": [11, 4, 6, 2], "texture": "#10"}, + "down": {"uv": [11, 2, 6, 4], "texture": "#10"} + } + }, + { + "from": [9, 2, 6.5], + "to": [10.5, 4, 8], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 2, 8]}, + "faces": { + "north": {"uv": [2, 8, 3, 9], "texture": "#10"}, + "east": {"uv": [5, 8, 6, 9], "texture": "#10"}, + "south": {"uv": [8, 9, 9, 10], "texture": "#10"}, + "west": {"uv": [0, 8, 1, 9], "texture": "#10"}, + "up": {"uv": [9, 9, 8, 8], "rotation": 270, "texture": "#10"}, + "down": {"uv": [1, 10, 0, 11], "rotation": 90, "texture": "#10"} + } + }, + { + "from": [5.5, 2, 8], + "to": [7, 4, 9.5], + "rotation": {"angle": 0, "axis": "z", "origin": [5.5, 2, 8]}, + "faces": { + "north": {"uv": [3, 10, 4, 11], "texture": "#10"}, + "east": {"uv": [5, 10, 6, 11], "texture": "#10"}, + "south": {"uv": [6, 10, 7, 11], "texture": "#10"}, + "west": {"uv": [8, 10, 9, 11], "texture": "#10"}, + "up": {"uv": [12, 9, 11, 8], "texture": "#10"}, + "down": {"uv": [12, 10, 11, 11], "texture": "#10"} + } + }, + { + "name": "spoon", + "from": [7.5, 3, 10], + "to": [8.5, 7, 11], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8.5, 4, 10]}, + "faces": { + "north": {"uv": [3, 9, 4, 13], "texture": "#2"}, + "east": {"uv": [3, 11, 4, 15], "rotation": 180, "texture": "#2"}, + "south": {"uv": [3, 9, 4, 13], "texture": "#2"}, + "west": {"uv": [3, 9, 4, 13], "rotation": 180, "texture": "#2"}, + "up": {"uv": [3, 1, 4, 2], "texture": "#2"}, + "down": {"uv": [2, 1, 3, 2], "texture": "#2"} + } + }, + { + "name": "pie", + "from": [5, 2, 5], + "to": [11, 3.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, 0, 3]}, + "faces": { + "north": {"uv": [6, 0, 12, 2], "texture": "#13"}, + "east": {"uv": [6, 0, 12, 2], "texture": "#13"}, + "south": {"uv": [6, 2, 12, 4], "texture": "#13"}, + "west": {"uv": [6, 2, 12, 4], "texture": "#13"}, + "up": {"uv": [6, 6, 0, 0], "texture": "#13"}, + "down": {"uv": [6, 6, 0, 12], "texture": "#13"} + } + }, + { + "from": [2.5, 5.7, 5], + "to": [4.5, 5.7, 8], + "rotation": {"angle": -22.5, "axis": "z", "origin": [2.5, 6, 6.5]}, + "faces": { + "up": {"uv": [13, 15, 10, 13], "rotation": 90, "texture": "#10"}, + "down": {"uv": [10, 15, 13, 13], "rotation": 90, "texture": "#10"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4] + }, + 5, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [6] + }, + 7, + 8, + 9, + 10, + 11 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/stew_baked_cod.json b/resourcepack/assets/lz/models/food/stew_baked_cod.json new file mode 100644 index 0000000..0a59b22 --- /dev/null +++ b/resourcepack/assets/lz/models/food/stew_baked_cod.json @@ -0,0 +1,209 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "4": "lz:block/food/bowl", + "8": "lz:block/food/baked_cod_stew", + "particle": "item/cooked_cod" + }, + "elements": [ + { + "name": "pie", + "from": [5, 2, 5], + "to": [11, 3.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, 0, 3]}, + "faces": { + "north": {"uv": [0, 6, 6, 8], "texture": "#8"}, + "east": {"uv": [0, 6, 6, 8], "texture": "#8"}, + "south": {"uv": [6, 0, 12, 2], "texture": "#8"}, + "west": {"uv": [6, 0, 12, 2], "texture": "#8"}, + "up": {"uv": [6, 6, 0, 0], "texture": "#8"} + } + }, + { + "name": "0", + "from": [5.5, 2.5, 8], + "to": [7.5, 4, 10], + "rotation": {"angle": 0, "axis": "x", "origin": [6.75071, 3.251, 8.85611]}, + "faces": { + "north": {"uv": [8, 9, 10, 10], "texture": "#8"}, + "east": {"uv": [0, 10, 2, 11], "texture": "#8"}, + "south": {"uv": [2, 10, 4, 11], "texture": "#8"}, + "west": {"uv": [10, 2, 12, 3], "texture": "#8"}, + "up": {"uv": [10, 6, 8, 4], "texture": "#8"}, + "down": {"uv": [10, 6, 8, 8], "texture": "#8"} + } + }, + { + "from": [8.75, 4.25, 8], + "to": [10.75, 5.25, 12.5], + "rotation": {"angle": -22.5, "axis": "x", "origin": [9.5, 4.75, 12.5]}, + "faces": { + "north": {"uv": [4, 10, 6, 11], "texture": "#8"}, + "east": {"uv": [0, 8, 5, 9], "texture": "#8"}, + "south": {"uv": [10, 4, 12, 5], "texture": "#8"}, + "west": {"uv": [0, 8, 5, 9], "texture": "#8"}, + "up": {"uv": [8, 7, 6, 2], "texture": "#8"}, + "down": {"uv": [8, 7, 6, 12], "texture": "#8"} + } + }, + { + "from": [8, 3, 5.5], + "to": [10, 4, 7.5], + "rotation": {"angle": -22.5, "axis": "y", "origin": [9.5, 3, 6.5]}, + "faces": { + "north": {"uv": [8, 8, 10, 9], "texture": "#8"}, + "east": {"uv": [0, 9, 2, 10], "texture": "#8"}, + "south": {"uv": [2, 9, 4, 10], "texture": "#8"}, + "west": {"uv": [4, 9, 6, 10], "texture": "#8"}, + "up": {"uv": [10, 4, 8, 2], "texture": "#8"} + } + }, + { + "from": [2, 3.5, 6], + "to": [4, 3.5, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 1.5, 7]}, + "faces": { + "up": {"uv": [10, 12, 14, 14], "rotation": 270, "texture": "#8"}, + "down": {"uv": [10, 12, 14, 14], "rotation": 270, "texture": "#8"} + } + }, + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 4, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "from": [12, 3.5, 6], + "to": [14, 3.5, 10], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 3.5, 8]}, + "faces": { + "up": {"uv": [10, 12, 14, 14], "rotation": 90, "texture": "#8"}, + "down": {"uv": [10, 12, 14, 14], "rotation": 90, "texture": "#8"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + 1, + 2, + 3, + 4, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [5, 6, 7, 8, 9] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 10 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/stew_beef.json b/resourcepack/assets/lz/models/food/stew_beef.json new file mode 100644 index 0000000..14c2dc9 --- /dev/null +++ b/resourcepack/assets/lz/models/food/stew_beef.json @@ -0,0 +1,199 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "2": "lz:block/food/beef_stew", + "4": "lz:block/food/bowl", + "particle": "item/cooked_beef" + }, + "elements": [ + { + "name": "soup", + "from": [5, 3.5, 5], + "to": [11, 3.5, 11], + "faces": { + "up": {"uv": [0, 0, 5, 5], "texture": "#2"} + } + }, + { + "name": "0", + "from": [9.25, 3.5, 8.25], + "to": [10.25, 4, 10.25], + "rotation": {"angle": -22.5, "axis": "y", "origin": [9.25, 1.8, 8.25]}, + "faces": { + "north": {"uv": [12, 4, 13, 5], "texture": "#2"}, + "east": {"uv": [14, 4, 12, 5], "texture": "#2"}, + "south": {"uv": [13, 4, 14, 5], "texture": "#2"}, + "west": {"uv": [12, 4, 14, 5], "texture": "#2"}, + "up": {"uv": [12, 3, 14, 4], "texture": "#2"} + } + }, + { + "name": "0", + "from": [5.7, 3.495, 6], + "to": [7.7, 4.15, 7], + "rotation": {"angle": 0, "axis": "y", "origin": [7.2, 1.9, 7.75]}, + "faces": { + "north": {"uv": [15, 3, 14, 1], "rotation": 270, "texture": "#2"}, + "east": {"uv": [13, 2, 14, 3], "texture": "#2"}, + "south": {"uv": [13, 2, 14, 0], "rotation": 270, "texture": "#2"}, + "west": {"uv": [13, 1, 14, 2], "texture": "#2"}, + "up": {"uv": [12, 0, 13, 2], "rotation": 270, "texture": "#2"} + } + }, + { + "name": "0", + "from": [8.85, 2.75, 5.55], + "to": [10.35, 4, 7.05], + "rotation": {"angle": 0, "axis": "z", "origin": [8.35, 2, 5.55]}, + "faces": { + "north": {"uv": [13, 6, 12, 7], "texture": "#2"}, + "east": {"uv": [13, 5, 14, 6], "texture": "#2"}, + "south": {"uv": [12, 5, 13, 6], "texture": "#2"}, + "west": {"uv": [12, 6, 13, 7], "texture": "#2"}, + "up": {"uv": [14, 6, 13, 5], "rotation": 270, "texture": "#2"} + } + }, + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 4, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "0", + "from": [5.54186, 2.75, 8.51456], + "to": [7.04186, 4, 10.01456], + "rotation": {"angle": 22.5, "axis": "y", "origin": [6.29186, 3.375, 9.26456]}, + "faces": { + "north": {"uv": [13, 5, 14, 6], "texture": "#2"}, + "east": {"uv": [12, 5, 13, 6], "texture": "#2"}, + "south": {"uv": [12, 6, 13, 7], "texture": "#2"}, + "west": {"uv": [13, 6, 12, 7], "texture": "#2"}, + "up": {"uv": [14, 6, 13, 5], "rotation": 180, "texture": "#2"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + 1, + 2, + 3, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [4, 5, 6, 7, 8] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 9 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/stew_fish.json b/resourcepack/assets/lz/models/food/stew_fish.json new file mode 100644 index 0000000..1c37b2a --- /dev/null +++ b/resourcepack/assets/lz/models/food/stew_fish.json @@ -0,0 +1,195 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "textures": { + "4": "lz:block/food/bowl", + "9": "lz:block/food/fish_stew", + "particle": "item/cooked_cod" + }, + "elements": [ + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 4, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "pie", + "from": [5, 2, 5], + "to": [11, 3.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, 0, 3]}, + "faces": { + "up": {"uv": [6, 6, 0, 0], "texture": "#9"} + } + }, + { + "from": [7.5, 4.75, 7], + "to": [10.5, 5.75, 12], + "rotation": {"angle": -45, "axis": "x", "origin": [9, 5.25, 11.5]}, + "faces": { + "north": {"uv": [9, 3, 12, 4], "texture": "#9"}, + "east": {"uv": [9, 0, 14, 1], "texture": "#9"}, + "south": {"uv": [9, 4, 12, 5], "texture": "#9"}, + "west": {"uv": [9, 0, 14, 1], "texture": "#9"}, + "up": {"uv": [3, 11, 0, 6], "texture": "#9"}, + "down": {"uv": [3, 6, 0, 11], "texture": "#9"} + } + }, + { + "from": [7.5, 5.25, 12], + "to": [10.5, 5.25, 14], + "rotation": {"angle": -45, "axis": "x", "origin": [9, 5.25, 11.5]}, + "faces": { + "north": {"uv": [0, 0, 3, 0], "texture": "#9"}, + "east": {"uv": [0, 0, 3, 0], "texture": "#9"}, + "south": {"uv": [0, 0, 3, 0], "texture": "#9"}, + "west": {"uv": [0, 0, 3, 0], "texture": "#9"}, + "up": {"uv": [6, 9, 3, 7], "texture": "#9"}, + "down": {"uv": [6, 7, 3, 9], "texture": "#9"} + } + }, + { + "from": [6, 2, 7], + "to": [7, 4, 8], + "shade": false, + "rotation": {"angle": 0, "axis": "x", "origin": [6.5, 4.375, 7.5]}, + "faces": { + "north": {"uv": [10, 1, 11, 2], "texture": "#9"}, + "east": {"uv": [10, 1, 11, 2], "texture": "#9"}, + "south": {"uv": [10, 1, 11, 2], "texture": "#9"}, + "west": {"uv": [10, 1, 11, 2], "texture": "#9"}, + "up": {"uv": [4, 10, 3, 9], "texture": "#9"}, + "down": {"uv": [5, 9, 4, 10], "texture": "#9"} + } + }, + { + "from": [8, 2, 5.5], + "to": [10, 4, 7.5], + "shade": false, + "rotation": {"angle": 0, "axis": "x", "origin": [9.5, 4.375, 7]}, + "faces": { + "north": {"uv": [9, 1, 11, 3], "texture": "#9"}, + "east": {"uv": [9, 1, 11, 3], "texture": "#9"}, + "south": {"uv": [9, 1, 11, 3], "texture": "#9"}, + "west": {"uv": [9, 1, 11, 3], "texture": "#9"}, + "up": {"uv": [5, 11, 3, 9], "texture": "#9"}, + "down": {"uv": [5, 9, 3, 11], "texture": "#9"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [0, 1, 2, 3, 4] + }, + 5, + 6, + 7, + 8, + 9 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/stew_mushroom.json b/resourcepack/assets/lz/models/food/stew_mushroom.json new file mode 100644 index 0000000..b923c35 --- /dev/null +++ b/resourcepack/assets/lz/models/food/stew_mushroom.json @@ -0,0 +1,142 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "2": "lz:block/food/mushroom_stew", + "4": "lz:block/food/bowl", + "particle": "item/mushroom_stew" + }, + "elements": [ + { + "name": "soup", + "from": [5, 3.5, 5], + "to": [11, 3.5, 11], + "faces": { + "up": {"uv": [0, 0, 6, 6], "texture": "#2"} + } + }, + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 4, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2, 3, 4, 5] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/stew_rabbit.json b/resourcepack/assets/lz/models/food/stew_rabbit.json new file mode 100644 index 0000000..1402097 --- /dev/null +++ b/resourcepack/assets/lz/models/food/stew_rabbit.json @@ -0,0 +1,156 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "2": "lz:block/food/rabbit_stew", + "4": "lz:block/food/bowl", + "particle": "item/cooked_rabbit" + }, + "elements": [ + { + "name": "soup", + "from": [5, 3.5, 5], + "to": [11, 3.5, 11], + "faces": { + "up": {"uv": [6, 5, 12, 11], "texture": "#2"} + } + }, + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 5, 6, 8], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 4, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [6, 0, 12, 3], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 4, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 1, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 4, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 7], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "from": [7, 2, 6], + "to": [9, 4, 10], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 3, 8]}, + "faces": { + "north": {"uv": [11, 12, 13, 14], "texture": "#2"}, + "east": {"uv": [9, 12, 13, 14], "texture": "#2"}, + "south": {"uv": [7, 13, 9, 15], "texture": "#2"}, + "west": {"uv": [10, 13, 14, 15], "texture": "#2"}, + "up": {"uv": [9, 11, 11, 15], "texture": "#2"}, + "down": {"uv": [9, 11, 11, 15], "texture": "#2"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [1, 2, 3, 4, 5] + }, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [] + }, + 6 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/stuffed_pumpkin.json b/resourcepack/assets/lz/models/food/stuffed_pumpkin.json new file mode 100644 index 0000000..b276d1d --- /dev/null +++ b/resourcepack/assets/lz/models/food/stuffed_pumpkin.json @@ -0,0 +1,172 @@ +{ + "credit": "Made with Blockbench", + "render_type": "cutout", + "texture_size": [32, 32], + "textures": { + "2": "lz:block/food/stuffed_pumpkin_details", + "4": "lz:block/food/bowl", + "fruit_salad": "lz:block/food/fruit_salad", + "particle": "item/pumpkin_pie" + }, + "elements": [ + { + "name": "pie", + "from": [5, 2, 5], + "to": [11, 3.5, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [-3, 0, 3]}, + "faces": { + "north": {"uv": [7, 4, 13, 5], "texture": "#2"}, + "east": {"uv": [6, 5, 7, 11], "rotation": 270, "texture": "#2"}, + "south": {"uv": [7, 11, 13, 12], "texture": "#2"}, + "west": {"uv": [13, 5, 14, 11], "rotation": 90, "texture": "#2"}, + "up": {"uv": [7, 5, 13, 11], "texture": "#2"} + } + }, + { + "name": "spoon", + "from": [7.5, 2, 9.5], + "to": [8.5, 6, 10.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8.5, 3, 9.5]}, + "faces": { + "north": {"uv": [3, 9, 4, 13], "texture": "#2"}, + "east": {"uv": [3, 11, 4, 15], "rotation": 180, "texture": "#2"}, + "south": {"uv": [3, 9, 4, 13], "texture": "#2"}, + "west": {"uv": [3, 9, 4, 13], "rotation": 180, "texture": "#2"}, + "up": {"uv": [3, 1, 4, 2], "texture": "#2"}, + "down": {"uv": [2, 1, 3, 2], "texture": "#2"} + } + }, + { + "name": "bottom", + "from": [5, 0, 5], + "to": [11, 1, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [7, 0, 8]}, + "faces": { + "north": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "east": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "south": {"uv": [0, 8, 6, 9], "texture": "#4"}, + "west": {"uv": [6, 6, 12, 7], "texture": "#4"}, + "down": {"uv": [6, 0, 0, 6], "texture": "#4", "cullface": "down"} + } + }, + { + "name": "west", + "from": [11, 1, 5], + "to": [12, 3, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [14, 0, 8]}, + "faces": { + "north": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "east": {"uv": [0, 6, 6, 8], "texture": "#4"}, + "south": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "west": {"uv": [0, 0, 0, 0], "texture": "#4"}, + "up": {"uv": [1, 15, 0, 9], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "name": "north", + "from": [5, 1, 4], + "to": [11, 3, 5], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 2]}, + "faces": { + "north": {"uv": [6, 0, 12, 2], "texture": "#4"}, + "east": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "south": {"uv": [0, 0, 0, 0], "texture": "#4"}, + "west": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "up": {"uv": [8, 10, 2, 9], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "east", + "from": [4, 1, 5], + "to": [5, 3, 11], + "rotation": {"angle": 0, "axis": "y", "origin": [2, 0, 8]}, + "faces": { + "north": {"uv": [4, 11, 5, 13], "texture": "#4"}, + "east": {"uv": [0, 0, 0, 0], "texture": "#4"}, + "south": {"uv": [3, 11, 4, 13], "texture": "#4"}, + "west": {"uv": [6, 2, 12, 4], "texture": "#4"}, + "up": {"uv": [6, 6, 5, 0], "texture": "#4"}, + "down": {"uv": [14, 9, 8, 10], "texture": "#4"} + } + }, + { + "name": "south", + "from": [5, 1, 11], + "to": [11, 3, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 14]}, + "faces": { + "north": {"uv": [0, 0, 0, 0], "texture": "#4"}, + "east": {"uv": [10, 10, 11, 12], "texture": "#4"}, + "south": {"uv": [6, 4, 12, 6], "texture": "#4"}, + "west": {"uv": [9, 10, 10, 12], "texture": "#4"}, + "up": {"uv": [9, 11, 3, 10], "texture": "#4"}, + "down": {"uv": [1, 9, 0, 15], "texture": "#4"} + } + }, + { + "from": [9.5, 2.5, 5.5], + "to": [14.5, 4.5, 8.5], + "rotation": {"angle": 45, "axis": "z", "origin": [10.5, 1, 5.5]}, + "faces": { + "north": {"uv": [9.5, 5.5, 10.5, 8], "rotation": 90, "texture": "#fruit_salad"}, + "east": {"uv": [12.5, 6, 14, 5], "texture": "#fruit_salad"}, + "south": {"uv": [9.5, 8, 10.5, 5.5], "rotation": 90, "texture": "#fruit_salad"}, + "west": {"uv": [12.5, 5, 14, 6], "texture": "#fruit_salad"}, + "up": {"uv": [5.5, 4, 8, 5.5], "texture": "#fruit_salad"}, + "down": {"uv": [8.5, 8, 10.5, 5.5], "rotation": 90, "texture": "#fruit_salad"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 2.5, 3], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, 3, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + }, + "groups": [ + 0, + 1, + { + "name": "group", + "origin": [8, 8, 8], + "color": 0, + "children": [2, 3, 4, 5, 6] + }, + 7 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/stuffed_pumpkin1.json b/resourcepack/assets/lz/models/food/stuffed_pumpkin1.json new file mode 100644 index 0000000..e195212 --- /dev/null +++ b/resourcepack/assets/lz/models/food/stuffed_pumpkin1.json @@ -0,0 +1,92 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "bottom": "lz:block/food/stuffed_pumpkin_bottom", + "details": "lz:block/food/stuffed_pumpkin_details", + "side": "lz:block/food/stuffed_pumpkin_side", + "top": "lz:block/food/stuffed_pumpkin_top_eaten", + "particle": "item/pumpkin_pie" + }, + "elements": [ + { + "name": "spoon", + "from": [5, 1, 7], + "to": [15, 3, 9], + "rotation": {"angle": 22.5, "axis": "z", "origin": [6, 2, 8]}, + "faces": { + "north": {"uv": [2, 3, 4, 13], "rotation": 270, "texture": "#details"}, + "east": {"uv": [2, 1, 4, 3], "rotation": 90, "texture": "#details"}, + "south": {"uv": [2, 3, 4, 13], "rotation": 90, "texture": "#details"}, + "west": {"uv": [2, 1, 4, 3], "rotation": 90, "texture": "#details"}, + "up": {"uv": [2, 3, 4, 13], "rotation": 270, "texture": "#details"}, + "down": {"uv": [2, 3, 4, 13], "rotation": 270, "texture": "#details"} + } + }, + { + "name": "stuffing", + "from": [4, 2, 4], + "to": [12, 4, 12], + "faces": { + "north": {"uv": [6, 4, 14, 6], "rotation": 180, "texture": "#details"}, + "east": {"uv": [12, 4, 14, 12], "rotation": 90, "texture": "#details"}, + "south": {"uv": [6, 10, 14, 12], "texture": "#details"}, + "west": {"uv": [6, 4, 8, 12], "rotation": 270, "texture": "#details"}, + "up": {"uv": [6, 4, 14, 12], "texture": "#details"}, + "down": {"uv": [6, 4, 14, 12], "texture": "#details"} + } + }, + { + "name": "pumpkin", + "from": [2, 0, 2], + "to": [14, 3, 14], + "faces": { + "north": {"uv": [2, 13, 14, 16], "texture": "#side"}, + "east": {"uv": [2, 13, 14, 16], "texture": "#side"}, + "south": {"uv": [2, 13, 14, 16], "texture": "#side"}, + "west": {"uv": [2, 13, 14, 16], "texture": "#side"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#top"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#bottom"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/stuffed_pumpkin2.json b/resourcepack/assets/lz/models/food/stuffed_pumpkin2.json new file mode 100644 index 0000000..e916b53 --- /dev/null +++ b/resourcepack/assets/lz/models/food/stuffed_pumpkin2.json @@ -0,0 +1,92 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "bottom": "lz:block/food/stuffed_pumpkin_bottom", + "details": "lz:block/food/stuffed_pumpkin_details", + "side": "lz:block/food/stuffed_pumpkin_side", + "top": "lz:block/food/stuffed_pumpkin_top_eaten", + "particle": "item/pumpkin_pie" + }, + "elements": [ + { + "name": "spoon", + "from": [7, 3, 7], + "to": [9, 13, 9], + "rotation": {"angle": -45, "axis": "z", "origin": [8, 4, 8]}, + "faces": { + "north": {"uv": [2, 3, 4, 13], "texture": "#details"}, + "east": {"uv": [2, 3, 4, 13], "rotation": 180, "texture": "#details"}, + "south": {"uv": [2, 3, 4, 13], "texture": "#details"}, + "west": {"uv": [2, 3, 4, 13], "rotation": 180, "texture": "#details"}, + "up": {"uv": [2, 1, 4, 3], "texture": "#details"}, + "down": {"uv": [2, 1, 4, 3], "texture": "#details"} + } + }, + { + "name": "stuffing", + "from": [4, 5, 4], + "to": [12, 7, 12], + "faces": { + "north": {"uv": [6, 4, 14, 6], "rotation": 180, "texture": "#details"}, + "east": {"uv": [12, 4, 14, 12], "rotation": 90, "texture": "#details"}, + "south": {"uv": [6, 10, 14, 12], "texture": "#details"}, + "west": {"uv": [6, 4, 8, 12], "rotation": 270, "texture": "#details"}, + "up": {"uv": [6, 4, 14, 12], "texture": "#details"}, + "down": {"uv": [6, 4, 14, 12], "texture": "#details"} + } + }, + { + "name": "pumpkin", + "from": [2, 0, 2], + "to": [14, 6, 14], + "faces": { + "north": {"uv": [2, 10, 14, 16], "texture": "#side"}, + "east": {"uv": [2, 10, 14, 16], "texture": "#side"}, + "south": {"uv": [2, 10, 14, 16], "texture": "#side"}, + "west": {"uv": [2, 10, 14, 16], "texture": "#side"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#top"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#bottom"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/stuffed_pumpkin3.json b/resourcepack/assets/lz/models/food/stuffed_pumpkin3.json new file mode 100644 index 0000000..3d23dfb --- /dev/null +++ b/resourcepack/assets/lz/models/food/stuffed_pumpkin3.json @@ -0,0 +1,92 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "bottom": "lz:block/food/stuffed_pumpkin_bottom", + "details": "lz:block/food/stuffed_pumpkin_details", + "side": "lz:block/food/stuffed_pumpkin_side", + "top": "lz:block/food/stuffed_pumpkin_top_eaten", + "particle": "item/pumpkin_pie" + }, + "elements": [ + { + "name": "spoon", + "from": [8, 5, 7], + "to": [10, 15, 9], + "rotation": {"angle": -22.5, "axis": "z", "origin": [9, 6, 8]}, + "faces": { + "north": {"uv": [2, 3, 4, 13], "texture": "#details"}, + "east": {"uv": [2, 3, 4, 13], "rotation": 180, "texture": "#details"}, + "south": {"uv": [2, 3, 4, 13], "texture": "#details"}, + "west": {"uv": [2, 3, 4, 13], "rotation": 180, "texture": "#details"}, + "up": {"uv": [2, 1, 4, 3], "texture": "#details"}, + "down": {"uv": [2, 1, 4, 3], "texture": "#details"} + } + }, + { + "name": "stuffing", + "from": [4, 7, 4], + "to": [12, 9, 12], + "faces": { + "north": {"uv": [6, 4, 14, 6], "rotation": 180, "texture": "#details"}, + "east": {"uv": [12, 4, 14, 12], "rotation": 90, "texture": "#details"}, + "south": {"uv": [6, 10, 14, 12], "texture": "#details"}, + "west": {"uv": [6, 4, 8, 12], "rotation": 270, "texture": "#details"}, + "up": {"uv": [6, 4, 14, 12], "texture": "#details"}, + "down": {"uv": [6, 4, 14, 12], "texture": "#details"} + } + }, + { + "name": "pumpkin", + "from": [2, 0, 2], + "to": [14, 8, 14], + "faces": { + "north": {"uv": [2, 8, 14, 16], "texture": "#side"}, + "east": {"uv": [2, 8, 14, 16], "texture": "#side"}, + "south": {"uv": [2, 8, 14, 16], "texture": "#side"}, + "west": {"uv": [2, 8, 14, 16], "texture": "#side"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#top"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#bottom"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/food/stuffed_pumpkin4.json b/resourcepack/assets/lz/models/food/stuffed_pumpkin4.json new file mode 100644 index 0000000..cbbd4be --- /dev/null +++ b/resourcepack/assets/lz/models/food/stuffed_pumpkin4.json @@ -0,0 +1,92 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "bottom": "lz:block/food/stuffed_pumpkin_bottom", + "details": "lz:block/food/stuffed_pumpkin_details", + "side": "lz:block/food/stuffed_pumpkin_side", + "top": "lz:block/food/stuffed_pumpkin_top", + "particle": "item/pumpkin_pie" + }, + "elements": [ + { + "name": "spoon", + "from": [8, 8, 7], + "to": [10, 18, 9], + "rotation": {"angle": -22.5, "axis": "z", "origin": [9, 9, 8]}, + "faces": { + "north": {"uv": [2, 3, 4, 13], "texture": "#details"}, + "east": {"uv": [2, 3, 4, 13], "rotation": 180, "texture": "#details"}, + "south": {"uv": [2, 3, 4, 13], "texture": "#details"}, + "west": {"uv": [2, 3, 4, 13], "rotation": 180, "texture": "#details"}, + "up": {"uv": [2, 1, 4, 3], "texture": "#details"}, + "down": {"uv": [2, 1, 4, 3], "texture": "#details"} + } + }, + { + "name": "stuffing", + "from": [4, 10, 4], + "to": [12, 12, 12], + "faces": { + "north": {"uv": [6, 4, 14, 6], "rotation": 180, "texture": "#details"}, + "east": {"uv": [12, 4, 14, 12], "rotation": 90, "texture": "#details"}, + "south": {"uv": [6, 10, 14, 12], "texture": "#details"}, + "west": {"uv": [6, 4, 8, 12], "rotation": 270, "texture": "#details"}, + "up": {"uv": [6, 4, 14, 12], "texture": "#details"}, + "down": {"uv": [6, 4, 14, 12], "texture": "#details"} + } + }, + { + "name": "pumpkin", + "from": [2, 0, 2], + "to": [14, 10, 14], + "faces": { + "north": {"uv": [2, 6, 14, 16], "texture": "#side"}, + "east": {"uv": [2, 6, 14, 16], "texture": "#side"}, + "south": {"uv": [2, 6, 14, 16], "texture": "#side"}, + "west": {"uv": [2, 6, 14, 16], "texture": "#side"}, + "up": {"uv": [2, 2, 14, 14], "texture": "#top"}, + "down": {"uv": [2, 2, 14, 14], "texture": "#bottom"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "thirdperson_lefthand": { + "rotation": [75, 45, 0], + "translation": [0, 3, 1.75], + "scale": [0.375, 0.375, 0.375] + }, + "firstperson_righthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, 9, 25], + "translation": [1.13, 6.5, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.7, 0.7, 0.7], + "translation": [0, 1, 0] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -16], + "scale": [2, 2, 2] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/hats/floral_crown.json b/resourcepack/assets/lz/models/hats/floral_crown.json new file mode 100644 index 0000000..f48d2fe --- /dev/null +++ b/resourcepack/assets/lz/models/hats/floral_crown.json @@ -0,0 +1,265 @@ +{ + "texture_size": [56, 24], + "textures": { + "0": "lz:block/hats/floral_crown", + "particle": "lz:block/hats/floral_crown" + }, + "elements": [ + { + "from": [0.5, 12.25, 1], + "to": [0.5, 15.25, 15], + "rotation": {"angle": 22.5, "axis": "z", "origin": [1, 13.75, 8]}, + "faces": { + "east": {"uv": [8, 3.33333, 12, 5.33333], "texture": "#0"}, + "west": {"uv": [8, 5.33333, 12, 7.33333], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [1, 10, 1], + "to": [15, 15, 15], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, + "faces": { + "north": {"uv": [4, 0, 8, 3.33333], "texture": "#0"}, + "east": {"uv": [0, 0, 4, 3.33333], "texture": "#0"}, + "south": {"uv": [12, 0, 16, 3.33333], "texture": "#0"}, + "west": {"uv": [8, 0, 12, 3.33333], "texture": "#0"} + } + }, + { + "from": [15, 15, 15], + "to": [1, 10, 1], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 12, 8]}, + "faces": { + "north": {"uv": [12, 3.33333, 16, 0], "texture": "#0"}, + "east": {"uv": [8, 3.33333, 12, 0], "texture": "#0"}, + "south": {"uv": [4, 3.33333, 8, 0], "texture": "#0"}, + "west": {"uv": [4, 0, 0, 3.33333], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [1, 10, 0.5], + "to": [15, 13, 0.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 11.25, 1]}, + "faces": { + "north": {"uv": [0, 7.33333, 4, 9.33333], "rotation": 180, "texture": "#0"}, + "south": {"uv": [0, 9.33333, 4, 11.33333], "texture": "#0"} + } + }, + { + "from": [1, 12.25, 0.5], + "to": [15, 15.25, 0.5], + "rotation": {"angle": -22.5, "axis": "x", "origin": [9, 13.75, 1]}, + "faces": { + "north": {"uv": [0, 3.33333, 4, 5.33333], "texture": "#0"}, + "south": {"uv": [0, 5.33333, 4, 7.33333], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [1, 10, 15.5], + "to": [15, 13, 15.5], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 11.25, 15]}, + "faces": { + "north": {"uv": [12, 7.33333, 16, 9.33333], "rotation": 180, "texture": "#0"}, + "south": {"uv": [12, 9.33333, 16, 11.33333], "texture": "#0"} + } + }, + { + "from": [1, 12.25, 15.5], + "to": [15, 15.25, 15.5], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 13.75, 15]}, + "faces": { + "north": {"uv": [12, 3.33333, 16, 5.33333], "texture": "#0"}, + "south": {"uv": [12, 5.33333, 16, 7.33333], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [15.5, 10, 1], + "to": [15.5, 13, 15], + "rotation": {"angle": 22.5, "axis": "z", "origin": [15, 11.25, 8]}, + "faces": { + "east": {"uv": [4, 7.33333, 8, 9.33333], "rotation": 180, "texture": "#0"}, + "west": {"uv": [4, 9.33333, 8, 11.33333], "texture": "#0"} + } + }, + { + "from": [15.5, 12.25, 1], + "to": [15.5, 15.25, 15], + "rotation": {"angle": -22.5, "axis": "z", "origin": [15, 13.75, 8]}, + "faces": { + "east": {"uv": [4, 3.33333, 8, 5.33333], "texture": "#0"}, + "west": {"uv": [4, 5.33333, 8, 7.33333], "rotation": 180, "texture": "#0"} + } + }, + { + "from": [0.5, 10, 1], + "to": [0.5, 13, 15], + "rotation": {"angle": -22.5, "axis": "z", "origin": [1, 11.25, 8]}, + "faces": { + "east": {"uv": [8, 7.33333, 12, 9.33333], "rotation": 180, "texture": "#0"}, + "west": {"uv": [8, 9.33333, 12, 11.33333], "texture": "#0"} + } + }, + { + "from": [3.25, 10.275, 0.3], + "to": [6.25, 13.275, 0.3], + "rotation": {"angle": 45, "axis": "z", "origin": [3.25, 10.275, 0.3]}, + "faces": { + "north": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"}, + "south": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"} + } + }, + { + "from": [6.5, 11.025, 0.3], + "to": [9.5, 14.025, 0.3], + "rotation": {"angle": 0, "axis": "z", "origin": [6.5, 11.025, 0.3]}, + "faces": { + "north": {"uv": [0.85714, 11.33333, 1.71429, 13.33333], "texture": "#0"}, + "south": {"uv": [0.85714, 11.33333, 1.71429, 13.33333], "texture": "#0"} + } + }, + { + "from": [13.25, 10.275, 0.3], + "to": [16.25, 13.275, 0.3], + "rotation": {"angle": 45, "axis": "z", "origin": [13.25, 10.275, 0.3]}, + "faces": { + "north": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"}, + "south": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"} + } + }, + { + "from": [13.25, 10.275, 15.675], + "to": [16.25, 13.275, 15.675], + "rotation": {"angle": 45, "axis": "z", "origin": [13.25, 10.275, 15.675]}, + "faces": { + "north": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"}, + "south": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"} + } + }, + { + "from": [3.25, 10.275, 15.675], + "to": [6.25, 13.275, 15.675], + "rotation": {"angle": 45, "axis": "z", "origin": [3.25, 10.275, 15.675]}, + "faces": { + "north": {"uv": [0.85714, 11.33333, 1.71429, 13.33333], "texture": "#0"}, + "south": {"uv": [0.85714, 11.33333, 1.71429, 13.33333], "texture": "#0"} + } + }, + { + "from": [6.5, 11.025, 15.675], + "to": [9.5, 14.025, 15.675], + "rotation": {"angle": 0, "axis": "z", "origin": [6.5, 11.025, 15.675]}, + "faces": { + "north": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"}, + "south": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"} + } + }, + { + "from": [15.675, 11, 2.25], + "to": [15.675, 14, 5.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.75, 10.5]}, + "faces": { + "east": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"}, + "west": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"} + } + }, + { + "from": [15.675, 11, 11.25], + "to": [15.675, 14, 14.25], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8.75, 9.5]}, + "faces": { + "east": {"uv": [0.85714, 11.33333, 1.71429, 13.33333], "texture": "#0"}, + "west": {"uv": [0.85714, 11.33333, 1.71429, 13.33333], "texture": "#0"} + } + }, + { + "from": [15.675, 11, 6.75], + "to": [15.675, 14, 9.75], + "rotation": {"angle": 45, "axis": "x", "origin": [15.675, 12.5, 8.25]}, + "faces": { + "east": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"}, + "west": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"} + } + }, + { + "from": [0.3, 11, 6.75], + "to": [0.3, 14, 9.75], + "rotation": {"angle": 45, "axis": "x", "origin": [0.3, 12.5, 8.25]}, + "faces": { + "east": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"}, + "west": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"} + } + }, + { + "from": [0.3, 11, 2.25], + "to": [0.3, 14, 5.25], + "rotation": {"angle": 0, "axis": "y", "origin": [-7.375, 8.75, 10.5]}, + "faces": { + "east": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"}, + "west": {"uv": [0, 11.33333, 0.85714, 13.33333], "texture": "#0"} + } + }, + { + "from": [0.3, 11, 11.25], + "to": [0.3, 14, 14.25], + "rotation": {"angle": 0, "axis": "y", "origin": [-7.375, 8.75, 9.5]}, + "faces": { + "east": {"uv": [0.85714, 11.33333, 1.71429, 13.33333], "texture": "#0"}, + "west": {"uv": [0.85714, 11.33333, 1.71429, 13.33333], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, -2, 1], + "scale": [0.55, 0.55, 0.55] + }, + "thirdperson_lefthand": { + "translation": [0, -2, 1], + "scale": [0.55, 0.55, 0.55] + }, + "firstperson_righthand": { + "rotation": [0, 45, 0], + "scale": [0.4, 0.4, 0.4] + }, + "firstperson_lefthand": { + "rotation": [0, 225, 0], + "scale": [0.4, 0.4, 0.4] + }, + "ground": { + "translation": [0, -2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "translation": [0, -3, 0], + "scale": [0.625, 0.625, 0.625] + }, + "head": { + "scale": [1.03, 1.03, 1.03] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, 3] + } + }, + "groups": [ + { + "name": "group", + "origin": [1, 11.25, 8], + "color": 0, + "children": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] + }, + 10, + 11, + 12, + 13, + 14, + 15, + 16, + 17, + 18, + 19, + 20, + 21 + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/hats/witch.json b/resourcepack/assets/lz/models/hats/witch.json new file mode 100644 index 0000000..11ead2f --- /dev/null +++ b/resourcepack/assets/lz/models/hats/witch.json @@ -0,0 +1,179 @@ +{ + "texture_size": [64, 64], + "textures": { + "0": "lz:block/hats/witch", + "particle": "lz:block/hats/witch" + }, + "elements": [ + { + "from": [3, 0.01, 3], + "to": [13, 6.01, 13], + "faces": { + "north": {"uv": [2.5, 2.5, 5, 4], "texture": "#0"}, + "east": {"uv": [0, 2.5, 2.5, 4], "texture": "#0"}, + "south": {"uv": [7.5, 2.5, 10, 4], "texture": "#0"}, + "west": {"uv": [5, 2.5, 7.5, 4], "texture": "#0"}, + "up": {"uv": [5, 2.5, 2.5, 0], "texture": "#0"}, + "down": {"uv": [7.5, 0, 5, 2.5], "texture": "#0"} + } + }, + { + "from": [4, 3, 4], + "to": [12, 11, 12], + "rotation": {"angle": 22.5, "axis": "x", "origin": [7, 6, 7]}, + "faces": { + "north": {"uv": [2, 6, 4, 8], "texture": "#0"}, + "east": {"uv": [0, 6, 2, 8], "texture": "#0"}, + "south": {"uv": [6, 6, 8, 8], "texture": "#0"}, + "west": {"uv": [4, 6, 6, 8], "texture": "#0"}, + "up": {"uv": [4, 6, 2, 4], "texture": "#0"}, + "down": {"uv": [6, 4, 4, 6], "texture": "#0"} + } + }, + { + "from": [5, 8, 6], + "to": [11, 14, 12], + "rotation": {"angle": 45, "axis": "x", "origin": [8, 9, 9]}, + "faces": { + "north": {"uv": [6, 8, 7.5, 9.5], "texture": "#0"}, + "east": {"uv": [7.5, 8, 9, 9.5], "texture": "#0"}, + "south": {"uv": [9, 8, 10.5, 9.5], "texture": "#0"}, + "west": {"uv": [6, 9.5, 7.5, 11], "texture": "#0"}, + "up": {"uv": [9, 11, 7.5, 9.5], "texture": "#0"}, + "down": {"uv": [10.5, 9.5, 9, 11], "texture": "#0"} + } + }, + { + "from": [6, 11.30656, 10.5412], + "to": [10, 15.30656, 16.5412], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 13, 15]}, + "faces": { + "north": {"uv": [8, 11, 9, 12], "texture": "#0"}, + "east": {"uv": [10.5, 2, 12, 3], "texture": "#0"}, + "south": {"uv": [11, 8, 12, 9], "texture": "#0"}, + "west": {"uv": [10.5, 3, 12, 4], "texture": "#0"}, + "up": {"uv": [7, 12.5, 6, 11], "texture": "#0"}, + "down": {"uv": [8, 11, 7, 12.5], "texture": "#0"} + } + }, + { + "from": [7, 13, 15], + "to": [9, 15, 19], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 14, 17]}, + "faces": { + "north": {"uv": [9.25, 11.5, 9.75, 12], "texture": "#0"}, + "east": {"uv": [9.25, 11, 10.25, 11.5], "texture": "#0"}, + "south": {"uv": [9.75, 11.5, 10.25, 12], "texture": "#0"}, + "west": {"uv": [11.25, 9, 12.25, 9.5], "texture": "#0"}, + "up": {"uv": [11.75, 10.5, 11.25, 9.5], "texture": "#0"}, + "down": {"uv": [11.75, 10.5, 11.25, 11.5], "texture": "#0"} + } + }, + { + "from": [0, 0, 0], + "to": [16, 0, 16], + "faces": { + "up": {"uv": [6, 12, 2, 8], "texture": "#0"}, + "down": {"uv": [12, 4, 8, 8], "texture": "#0"} + } + }, + { + "from": [-2, 0, 0], + "to": [0, 0, 16], + "rotation": {"angle": -22.5, "axis": "z", "origin": [0, 0, 1]}, + "faces": { + "up": {"uv": [0.5, 14, 0, 10], "texture": "#0"}, + "down": {"uv": [10.5, 0, 10, 4], "texture": "#0"} + } + }, + { + "from": [16, 0, 0], + "to": [18, 0, 16], + "rotation": {"angle": 22.5, "axis": "z", "origin": [16, 0, 8]}, + "faces": { + "up": {"uv": [1, 14, 0.5, 10], "texture": "#0"}, + "down": {"uv": [1.5, 10, 1, 14], "texture": "#0"} + } + }, + { + "from": [0, 0, -2], + "to": [16, 0, 0], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 0, 0]}, + "faces": { + "up": {"uv": [14.5, 0.5, 10.5, 0], "texture": "#0"}, + "down": {"uv": [14.5, 0.5, 10.5, 1], "texture": "#0"} + } + }, + { + "from": [0, 0, 16], + "to": [16, 0, 18], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 16]}, + "faces": { + "up": {"uv": [14.5, 1.5, 10.5, 1], "texture": "#0"}, + "down": {"uv": [14.5, 1.5, 10.5, 2], "texture": "#0"} + } + }, + { + "from": [8, 13.5, 18], + "to": [8, 17.5, 22], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 14.5, 19]}, + "faces": { + "east": {"uv": [0, 9, 1, 10], "texture": "#0"}, + "west": {"uv": [1, 9, 2, 10], "texture": "#0"} + } + }, + { + "from": [6.5, 15, 18], + "to": [7.5, 1, 18], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 13.5, 19]}, + "faces": { + "north": {"uv": [9, 11, 9.25, 14.5], "texture": "#0"}, + "south": {"uv": [11, 9, 11.25, 12.5], "texture": "#0"} + } + }, + { + "from": [7.5, 15, 18], + "to": [9.5, 1, 18], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 13.5, 19]}, + "faces": { + "north": {"uv": [1.5, 10, 2, 13.5], "texture": "#0"}, + "south": {"uv": [10.5, 8, 11, 11.5], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "scale": [0.5, 0.5, 0.5] + }, + "thirdperson_lefthand": { + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_righthand": { + "rotation": [0, 180, 0], + "translation": [0, 4, 0], + "scale": [0.5, 0.5, 0.5] + }, + "firstperson_lefthand": { + "rotation": [0, 180, 0], + "translation": [0, 4, 0], + "scale": [0.5, 0.5, 0.5] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.4, 0.4, 0.4] + }, + "gui": { + "rotation": [22, 157, 0], + "scale": [0.6, 0.6, 0.6] + }, + "head": { + "translation": [0, 13.5, 0], + "scale": [1.45, 1.45, 1.45] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -12.25], + "scale": [1.5, 1.5, 1.5] + } + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/models/items/candle_stand.json b/resourcepack/assets/lz/models/items/candle_stand.json new file mode 100644 index 0000000..15729ec --- /dev/null +++ b/resourcepack/assets/lz/models/items/candle_stand.json @@ -0,0 +1,669 @@ +{ + "textures": { + "0": "block/candle", + "1": "block/gold_block", + "2": "lz:block/items/flame", + "particle": "block/gold_block" + }, + "elements": [ + { + "from": [7.2, 8.8, 2.4], + "to": [8.8, 12.4, 4], + "shade": false, + "light_emission": 12, + "rotation": {"angle": 0, "axis": "y", "origin": [-4.8, 0, -4.8]}, + "faces": { + "north": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "east": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "south": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "west": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#0"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#0"} + } + }, + { + "from": [7.2, 8.8, 12], + "to": [8.8, 12.4, 13.6], + "shade": false, + "light_emission": 12, + "rotation": {"angle": 0, "axis": "y", "origin": [-4.8, 0, -4.8]}, + "faces": { + "north": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "east": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "south": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "west": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#0"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#0"} + } + }, + { + "from": [12, 8.8, 7.2], + "to": [13.6, 12.4, 8.8], + "shade": false, + "light_emission": 12, + "rotation": {"angle": 0, "axis": "y", "origin": [-4.8, 0, -4.8]}, + "faces": { + "north": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "east": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "south": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "west": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#0"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#0"} + } + }, + { + "from": [2.4, 8.8, 7.2], + "to": [4, 12.4, 8.8], + "shade": false, + "light_emission": 12, + "rotation": {"angle": 0, "axis": "y", "origin": [-4.8, 0, -4.8]}, + "faces": { + "north": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "east": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "south": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "west": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#0"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#0"} + } + }, + { + "from": [7.2, 10.8, 7.2], + "to": [8.8, 14.4, 8.8], + "shade": false, + "light_emission": 12, + "rotation": {"angle": 0, "axis": "y", "origin": [-4.8, 0, -4.8]}, + "faces": { + "north": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "east": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "south": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "west": {"uv": [0, 8, 2, 12], "texture": "#0"}, + "up": {"uv": [0, 6, 2, 8], "texture": "#0"}, + "down": {"uv": [0, 14, 2, 16], "texture": "#0"} + } + }, + { + "from": [7.2, 1.6, 7.2], + "to": [8.8, 10, 8.8], + "rotation": {"angle": 0, "axis": "y", "origin": [-4.8, 0, -4.8]}, + "faces": { + "north": {"uv": [8, 3, 10, 13], "texture": "#1"}, + "east": {"uv": [8, 3, 10, 13], "texture": "#1"}, + "south": {"uv": [8, 3, 10, 13], "texture": "#1"}, + "west": {"uv": [8, 3, 10, 13], "texture": "#1"}, + "up": {"uv": [8, 11, 10, 13], "texture": "#1"}, + "down": {"uv": [8, 11, 10, 13], "texture": "#1"} + } + }, + { + "from": [6.4, 0, 6.4], + "to": [9.6, 1.6, 9.6], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 0, 6.4]}, + "faces": { + "north": {"uv": [3, 10, 7, 12], "texture": "#1"}, + "east": {"uv": [3, 10, 7, 12], "texture": "#1"}, + "south": {"uv": [3, 10, 7, 12], "texture": "#1"}, + "west": {"uv": [3, 10, 7, 12], "texture": "#1"}, + "up": {"uv": [3, 8, 7, 12], "texture": "#1"}, + "down": {"uv": [11, 11, 15, 15], "texture": "#1"} + } + }, + { + "from": [6.8, 8.4, 2], + "to": [9.2, 9.2, 4.4], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 0, 6.4]}, + "faces": { + "north": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "east": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "south": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "west": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "up": {"uv": [2, 10, 6, 14], "texture": "#1"}, + "down": {"uv": [2, 10, 6, 14], "texture": "#1"} + } + }, + { + "from": [6.8, 8.4, 11.6], + "to": [9.2, 9.2, 14], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 0, 6.4]}, + "faces": { + "north": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "east": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "south": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "west": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "up": {"uv": [2, 10, 6, 14], "texture": "#1"}, + "down": {"uv": [2, 10, 6, 14], "texture": "#1"} + } + }, + { + "from": [11.6, 8.4, 6.8], + "to": [14, 9.2, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 0, 6.4]}, + "faces": { + "north": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "east": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "south": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "west": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "up": {"uv": [2, 10, 6, 14], "texture": "#1"}, + "down": {"uv": [2, 10, 6, 14], "texture": "#1"} + } + }, + { + "from": [2, 8.4, 6.8], + "to": [4.4, 9.2, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 0, 6.4]}, + "faces": { + "north": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "east": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "south": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "west": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "up": {"uv": [2, 10, 6, 14], "texture": "#1"}, + "down": {"uv": [2, 10, 6, 14], "texture": "#1"} + } + }, + { + "from": [6.8, 10, 6.8], + "to": [9.2, 10.8, 9.2], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 0, 6.4]}, + "faces": { + "north": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "east": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "south": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "west": {"uv": [2, 12, 6, 14], "texture": "#1"}, + "up": {"uv": [2, 10, 6, 14], "texture": "#1"}, + "down": {"uv": [2, 10, 6, 14], "texture": "#1"} + } + }, + { + "from": [1.8, 6.4, 7.6016], + "to": [4.4, 7.2, 8.3984], + "rotation": {"angle": -22.5, "axis": "z", "origin": [4.8, 4.4, 6.4]}, + "faces": { + "north": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "east": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "south": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "west": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "up": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "down": {"uv": [3, 5, 8, 7], "texture": "#1"} + } + }, + { + "from": [7.6, 7.4, 2.8], + "to": [8.4, 8.4, 3.6], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 4.4, 8]}, + "faces": { + "north": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "east": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "south": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "west": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "up": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "down": {"uv": [3, 5, 8, 7], "texture": "#1"} + } + }, + { + "from": [7.6, 6.4, 5.2], + "to": [8.4, 7.2, 7.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 4.4, 8]}, + "faces": { + "north": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "east": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "south": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "west": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "up": {"uv": [3, 5, 8, 7], "texture": "#1"}, + "down": {"uv": [3, 5, 8, 7], "texture": "#1"} + } + }, + { + "from": [12.4, 7.4, 7.6], + "to": [13.2, 8.4, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [4.7, 7.35, 8]}, + "faces": { + "north": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "east": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "south": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "west": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "up": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "down": {"uv": [3, 4, 7, 6], "texture": "#1"} + } + }, + { + "from": [8.8, 6.4, 7.6], + "to": [10.8, 7.2, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [4.7, 7.35, 8]}, + "faces": { + "north": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "east": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "south": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "west": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "up": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "down": {"uv": [3, 4, 7, 6], "texture": "#1"} + } + }, + { + "from": [10.5424, 6.8736, 7.6016], + "to": [13.1424, 7.6736, 8.3984], + "rotation": {"angle": 22.5, "axis": "z", "origin": [11.86, 7.28, 8]}, + "faces": { + "north": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "east": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "south": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "west": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "up": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "down": {"uv": [3, 4, 7, 6], "texture": "#1"} + } + }, + { + "from": [7.6016, 5.38787, 2.56784], + "to": [8.3984, 6.18787, 5.16784], + "rotation": {"angle": 22.5, "axis": "x", "origin": [8, 5.78787, 7.72]}, + "faces": { + "north": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "east": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "south": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "west": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "up": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "down": {"uv": [3, 4, 7, 6], "texture": "#1"} + } + }, + { + "from": [2.8, 7.4, 7.6], + "to": [3.6, 8.4, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 4.4, 8]}, + "faces": { + "north": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "east": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "south": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "west": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "up": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "down": {"uv": [3, 4, 7, 6], "texture": "#1"} + } + }, + { + "from": [5.2, 6.4, 7.6], + "to": [7.2, 7.2, 8.4], + "rotation": {"angle": 0, "axis": "y", "origin": [6.4, 4.4, 6.4]}, + "faces": { + "north": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "east": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "south": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "west": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "up": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "down": {"uv": [3, 4, 7, 6], "texture": "#1"} + } + }, + { + "from": [7.6016, 5.176, 11.84], + "to": [8.3984, 5.976, 14.44], + "rotation": {"angle": -22.5, "axis": "x", "origin": [8, 3.16, 8.24]}, + "faces": { + "north": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "east": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "south": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "west": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "up": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "down": {"uv": [3, 4, 7, 6], "texture": "#1"} + } + }, + { + "from": [7.6, 7.4, 12.4], + "to": [8.4, 8.4, 13.2], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 4.4, 8]}, + "faces": { + "north": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "east": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "south": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "west": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "up": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "down": {"uv": [3, 4, 7, 6], "texture": "#1"} + } + }, + { + "from": [7.6, 6.4, 8.8], + "to": [8.4, 7.2, 10.8], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 4.4, 8]}, + "faces": { + "north": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "east": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "south": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "west": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "up": {"uv": [3, 4, 7, 6], "texture": "#1"}, + "down": {"uv": [3, 4, 7, 6], "texture": "#1"} + } + }, + { + "from": [0.24, 12.4, -5.04], + "to": [1.04, 13.2, -5.04], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [25.84, 12.4, -5.04]}, + "faces": { + "north": {"uv": [1, 5, 0, 6], "texture": "#0"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#0"} + } + }, + { + "from": [8.02091, 12.4, 12.37909], + "to": [8.02091, 13.2, 13.17909], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [8.02091, 12.8, 12.77909]}, + "faces": { + "east": {"uv": [0, 5, 1, 6], "texture": "#0"}, + "west": {"uv": [0, 5, 1, 6], "texture": "#0"} + } + }, + { + "from": [0.24, 12.4, -11.84], + "to": [1.04, 13.2, -11.84], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [25.84, 12.4, -5.04]}, + "faces": { + "north": {"uv": [1, 5, 0, 6], "texture": "#0"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#0"} + } + }, + { + "from": [8.02091, 12.4, 5.57909], + "to": [8.02091, 13.2, 6.37909], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [8.02091, 12.8, 12.77909]}, + "faces": { + "east": {"uv": [0, 5, 1, 6], "texture": "#0"}, + "west": {"uv": [0, 5, 1, 6], "texture": "#0"} + } + }, + { + "from": [7.04, 12.4, -11.84], + "to": [7.84, 13.2, -11.84], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [25.84, 12.4, -5.04]}, + "faces": { + "north": {"uv": [1, 5, 0, 6], "texture": "#0"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#0"} + } + }, + { + "from": [14.82091, 12.4, 5.57909], + "to": [14.82091, 13.2, 6.37909], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [8.02091, 12.8, 12.77909]}, + "faces": { + "east": {"uv": [0, 5, 1, 6], "texture": "#0"}, + "west": {"uv": [0, 5, 1, 6], "texture": "#0"} + } + }, + { + "from": [7.04, 14.4, -7.04], + "to": [7.84, 15.2, -7.04], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [25.84, 14.4, -0.24]}, + "faces": { + "north": {"uv": [1, 5, 0, 6], "texture": "#0"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#0"} + } + }, + { + "from": [14.82091, 14.4, 10.37909], + "to": [14.82091, 15.2, 11.17909], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [8.02091, 14.8, 17.57909]}, + "faces": { + "east": {"uv": [0, 5, 1, 6], "texture": "#0"}, + "west": {"uv": [0, 5, 1, 6], "texture": "#0"} + } + }, + { + "from": [7.04, 12.4, -5.04], + "to": [7.84, 13.2, -5.04], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [25.84, 12.4, -5.04]}, + "faces": { + "north": {"uv": [1, 5, 0, 6], "texture": "#0"}, + "south": {"uv": [0, 5, 1, 6], "texture": "#0"} + } + }, + { + "from": [14.82091, 12.4, 12.37909], + "to": [14.82091, 13.2, 13.17909], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [8.02091, 12.8, 12.77909]}, + "faces": { + "east": {"uv": [0, 5, 1, 6], "texture": "#0"}, + "west": {"uv": [0, 5, 1, 6], "texture": "#0"} + } + }, + { + "from": [7.04, 12.8, 3.2], + "to": [8.96, 14.72, 3.2], + "light_emission": 15, + "rotation": {"angle": -45, "axis": "y", "origin": [8, 13.76, 3.2]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#2"} + } + }, + { + "from": [7.04, 12.8, 3.2], + "to": [8.96, 14.72, 3.2], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 13.76, 3.2]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#2"} + } + }, + { + "from": [7.04, 12.8, 12.8], + "to": [8.96, 14.72, 12.8], + "light_emission": 15, + "rotation": {"angle": -45, "axis": "y", "origin": [8, 13.76, 12.8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#2"} + } + }, + { + "from": [7.04, 12.8, 12.8], + "to": [8.96, 14.72, 12.8], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 13.76, 12.8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#2"} + } + }, + { + "from": [11.84, 12.8, 8], + "to": [13.76, 14.72, 8], + "light_emission": 15, + "rotation": {"angle": -45, "axis": "y", "origin": [12.8, 13.76, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#2"} + } + }, + { + "from": [11.84, 12.8, 8], + "to": [13.76, 14.72, 8], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [12.8, 13.76, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#2"} + } + }, + { + "from": [2.24, 12.8, 8], + "to": [4.16, 14.72, 8], + "light_emission": 15, + "rotation": {"angle": -45, "axis": "y", "origin": [3.2, 13.76, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#2"} + } + }, + { + "from": [2.24, 12.8, 8], + "to": [4.16, 14.72, 8], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [3.2, 13.76, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#2"} + } + }, + { + "from": [7.04, 14.8, 8], + "to": [8.96, 16.72, 8], + "light_emission": 15, + "rotation": {"angle": -45, "axis": "y", "origin": [8, 15.76, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#2"} + } + }, + { + "from": [7.04, 14.8, 8], + "to": [8.96, 16.72, 8], + "light_emission": 15, + "rotation": {"angle": 45, "axis": "y", "origin": [8, 15.76, 8]}, + "faces": { + "north": {"uv": [0, 0, 16, 16], "texture": "#2"}, + "south": {"uv": [16, 0, 0, 16], "texture": "#2"} + } + } + ], + "display": { + "thirdperson_righthand": { + "translation": [0, 3, 1], + "scale": [0.55, 0.55, 0.55] + }, + "thirdperson_lefthand": { + "translation": [0, 3, 1], + "scale": [0.55, 0.55, 0.55] + }, + "firstperson_righthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "firstperson_lefthand": { + "rotation": [0, -90, 25], + "translation": [1.13, 3.2, 1.13], + "scale": [0.68, 0.68, 0.68] + }, + "ground": { + "translation": [0, 2, 0], + "scale": [0.5, 0.5, 0.5] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.9, 0.9, 0.9] + }, + "head": { + "translation": [0, -30.4, 0], + "scale": [1.6, 1.6, 1.6] + }, + "fixed": { + "rotation": [-90, 0, 0], + "translation": [0, 0, -12.8], + "scale": [1.6, 1.6, 1.6] + } + }, + "groups": [ + { + "name": "Candles", + "origin": [0, 0, 0], + "color": 0, + "shade": false, + "children": [0, 1, 2, 3, 4] + }, + 5, + 6, + 7, + 8, + 9, + 10, + 11, + { + "name": "Arm", + "origin": [7, 2.75, 7], + "color": 0, + "children": [12, 13, 14] + }, + { + "name": "Arm", + "origin": [7, 2.75, 7], + "color": 0, + "children": [15, 16, 17] + }, + { + "name": "Arm", + "origin": [7, 2.75, 7], + "color": 0, + "children": [18, 19, 20] + }, + { + "name": "Arm", + "origin": [7, 2.75, 7], + "color": 0, + "children": [21, 22, 23] + }, + { + "name": "group", + "origin": [8.01307, 8, 10.98693], + "color": 0, + "children": [24, 25] + }, + { + "name": "group", + "origin": [8.01307, 8, 10.98693], + "color": 0, + "children": [26, 27] + }, + { + "name": "group", + "origin": [8.01307, 8, 10.98693], + "color": 0, + "children": [28, 29] + }, + { + "name": "group", + "origin": [8.01307, 8, 10.98693], + "color": 0, + "children": [30, 31] + }, + { + "name": "group", + "origin": [8.01307, 8, 10.98693], + "color": 0, + "children": [32, 33] + }, + { + "name": "group", + "origin": [8, 8.6, 5], + "color": 0, + "children": [34, 35] + }, + { + "name": "group", + "origin": [8, 8.6, 5], + "color": 0, + "children": [36, 37] + }, + { + "name": "group", + "origin": [8, 8.6, 5], + "color": 0, + "children": [38, 39] + }, + { + "name": "group", + "origin": [8, 8.6, 5], + "color": 0, + "children": [40, 41] + }, + { + "name": "group", + "origin": [8, 8.6, 5], + "color": 0, + "children": [42, 43] + } + ] +} \ No newline at end of file diff --git a/resourcepack/assets/lz/textures/block/festive/christmas_tree.png b/resourcepack/assets/lz/textures/block/festive/christmas_tree.png new file mode 100644 index 0000000..ab2c5f0 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/festive/christmas_tree.png differ diff --git a/resourcepack/assets/lz/textures/block/festive/hot_chocolate_mug.png b/resourcepack/assets/lz/textures/block/festive/hot_chocolate_mug.png new file mode 100644 index 0000000..0a95fc2 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/festive/hot_chocolate_mug.png differ diff --git a/resourcepack/assets/lz/textures/block/festive/presents.png b/resourcepack/assets/lz/textures/block/festive/presents.png new file mode 100644 index 0000000..948bb33 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/festive/presents.png differ diff --git a/resourcepack/assets/lz/textures/block/festive/ribbons.png b/resourcepack/assets/lz/textures/block/festive/ribbons.png new file mode 100644 index 0000000..fb3ed97 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/festive/ribbons.png differ diff --git a/resourcepack/assets/lz/textures/block/festive/smoke-spritesheet.png b/resourcepack/assets/lz/textures/block/festive/smoke-spritesheet.png new file mode 100644 index 0000000..2aaca42 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/festive/smoke-spritesheet.png differ diff --git a/resourcepack/assets/lz/textures/block/festive/smoke-spritesheet.png.mcmeta b/resourcepack/assets/lz/textures/block/festive/smoke-spritesheet.png.mcmeta new file mode 100644 index 0000000..57ab1b3 --- /dev/null +++ b/resourcepack/assets/lz/textures/block/festive/smoke-spritesheet.png.mcmeta @@ -0,0 +1,5 @@ +{ + "animation": { + "frametime": 7 + } +} \ No newline at end of file diff --git a/resourcepack/assets/lz/textures/block/festive/snowman.png b/resourcepack/assets/lz/textures/block/festive/snowman.png new file mode 100644 index 0000000..3f5038f Binary files /dev/null and b/resourcepack/assets/lz/textures/block/festive/snowman.png differ diff --git a/resourcepack/assets/lz/textures/block/food/apple_cider.png b/resourcepack/assets/lz/textures/block/food/apple_cider.png new file mode 100644 index 0000000..b525c3a Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/apple_cider.png differ diff --git a/resourcepack/assets/lz/textures/block/food/apple_pie_inner.png b/resourcepack/assets/lz/textures/block/food/apple_pie_inner.png new file mode 100644 index 0000000..2c52467 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/apple_pie_inner.png differ diff --git a/resourcepack/assets/lz/textures/block/food/apple_pie_top.png b/resourcepack/assets/lz/textures/block/food/apple_pie_top.png new file mode 100644 index 0000000..1b8b2d5 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/apple_pie_top.png differ diff --git a/resourcepack/assets/lz/textures/block/food/baked_cod_stew.png b/resourcepack/assets/lz/textures/block/food/baked_cod_stew.png new file mode 100644 index 0000000..99c45d1 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/baked_cod_stew.png differ diff --git a/resourcepack/assets/lz/textures/block/food/baked_potato.png b/resourcepack/assets/lz/textures/block/food/baked_potato.png new file mode 100644 index 0000000..fd476e1 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/baked_potato.png differ diff --git a/resourcepack/assets/lz/textures/block/food/beef_stew.png b/resourcepack/assets/lz/textures/block/food/beef_stew.png new file mode 100644 index 0000000..01825ca Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/beef_stew.png differ diff --git a/resourcepack/assets/lz/textures/block/food/beetroot_soup.png b/resourcepack/assets/lz/textures/block/food/beetroot_soup.png new file mode 100644 index 0000000..e42c154 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/beetroot_soup.png differ diff --git a/resourcepack/assets/lz/textures/block/food/bone_broth.png b/resourcepack/assets/lz/textures/block/food/bone_broth.png new file mode 100644 index 0000000..a0e597b Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/bone_broth.png differ diff --git a/resourcepack/assets/lz/textures/block/food/bowl.png b/resourcepack/assets/lz/textures/block/food/bowl.png new file mode 100644 index 0000000..8cf36fe Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/bowl.png differ diff --git a/resourcepack/assets/lz/textures/block/food/chicken_soup.png b/resourcepack/assets/lz/textures/block/food/chicken_soup.png new file mode 100644 index 0000000..50fdb5c Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/chicken_soup.png differ diff --git a/resourcepack/assets/lz/textures/block/food/chocolate_cookie.png b/resourcepack/assets/lz/textures/block/food/chocolate_cookie.png new file mode 100644 index 0000000..20f643b Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/chocolate_cookie.png differ diff --git a/resourcepack/assets/lz/textures/block/food/chocolate_pie_inner.png b/resourcepack/assets/lz/textures/block/food/chocolate_pie_inner.png new file mode 100644 index 0000000..dac0c2d Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/chocolate_pie_inner.png differ diff --git a/resourcepack/assets/lz/textures/block/food/chocolate_pie_top.png b/resourcepack/assets/lz/textures/block/food/chocolate_pie_top.png new file mode 100644 index 0000000..ec39047 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/chocolate_pie_top.png differ diff --git a/resourcepack/assets/lz/textures/block/food/cod_roll.png b/resourcepack/assets/lz/textures/block/food/cod_roll.png new file mode 100644 index 0000000..27541f9 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/cod_roll.png differ diff --git a/resourcepack/assets/lz/textures/block/food/cookie.png b/resourcepack/assets/lz/textures/block/food/cookie.png new file mode 100644 index 0000000..303b08e Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/cookie.png differ diff --git a/resourcepack/assets/lz/textures/block/food/egg_sandwich.png b/resourcepack/assets/lz/textures/block/food/egg_sandwich.png new file mode 100644 index 0000000..938d670 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/egg_sandwich.png differ diff --git a/resourcepack/assets/lz/textures/block/food/fish_stew.png b/resourcepack/assets/lz/textures/block/food/fish_stew.png new file mode 100644 index 0000000..7f3b9d0 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/fish_stew.png differ diff --git a/resourcepack/assets/lz/textures/block/food/fruit_salad.png b/resourcepack/assets/lz/textures/block/food/fruit_salad.png new file mode 100644 index 0000000..fbdad18 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/fruit_salad.png differ diff --git a/resourcepack/assets/lz/textures/block/food/glass_bottle.png b/resourcepack/assets/lz/textures/block/food/glass_bottle.png new file mode 100644 index 0000000..ceadd4f Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/glass_bottle.png differ diff --git a/resourcepack/assets/lz/textures/block/food/glow_berry_juice.png b/resourcepack/assets/lz/textures/block/food/glow_berry_juice.png new file mode 100644 index 0000000..414f39e Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/glow_berry_juice.png differ diff --git a/resourcepack/assets/lz/textures/block/food/honey_cookie.png b/resourcepack/assets/lz/textures/block/food/honey_cookie.png new file mode 100644 index 0000000..d9cd25d Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/honey_cookie.png differ diff --git a/resourcepack/assets/lz/textures/block/food/honey_glazed_ham.png b/resourcepack/assets/lz/textures/block/food/honey_glazed_ham.png new file mode 100644 index 0000000..496f0ad Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/honey_glazed_ham.png differ diff --git a/resourcepack/assets/lz/textures/block/food/honey_glazed_ham_body.png b/resourcepack/assets/lz/textures/block/food/honey_glazed_ham_body.png new file mode 100644 index 0000000..cdbfb6d Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/honey_glazed_ham_body.png differ diff --git a/resourcepack/assets/lz/textures/block/food/honey_glazed_ham_bone.png b/resourcepack/assets/lz/textures/block/food/honey_glazed_ham_bone.png new file mode 100644 index 0000000..9314542 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/honey_glazed_ham_bone.png differ diff --git a/resourcepack/assets/lz/textures/block/food/hot_cocoa.png b/resourcepack/assets/lz/textures/block/food/hot_cocoa.png new file mode 100644 index 0000000..f7f6632 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/hot_cocoa.png differ diff --git a/resourcepack/assets/lz/textures/block/food/kelp_roll.png b/resourcepack/assets/lz/textures/block/food/kelp_roll.png new file mode 100644 index 0000000..5aead6e Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/kelp_roll.png differ diff --git a/resourcepack/assets/lz/textures/block/food/melon_juice.png b/resourcepack/assets/lz/textures/block/food/melon_juice.png new file mode 100644 index 0000000..5635bdf Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/melon_juice.png differ diff --git a/resourcepack/assets/lz/textures/block/food/melon_popsicle.png b/resourcepack/assets/lz/textures/block/food/melon_popsicle.png new file mode 100644 index 0000000..eeb511f Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/melon_popsicle.png differ diff --git a/resourcepack/assets/lz/textures/block/food/mushroom_stew.png b/resourcepack/assets/lz/textures/block/food/mushroom_stew.png new file mode 100644 index 0000000..957dc50 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/mushroom_stew.png differ diff --git a/resourcepack/assets/lz/textures/block/food/pie_bottom.png b/resourcepack/assets/lz/textures/block/food/pie_bottom.png new file mode 100644 index 0000000..8692ad1 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/pie_bottom.png differ diff --git a/resourcepack/assets/lz/textures/block/food/pie_side.png b/resourcepack/assets/lz/textures/block/food/pie_side.png new file mode 100644 index 0000000..4403e2b Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/pie_side.png differ diff --git a/resourcepack/assets/lz/textures/block/food/plated_cake_slice.png b/resourcepack/assets/lz/textures/block/food/plated_cake_slice.png new file mode 100644 index 0000000..a82d3fb Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/plated_cake_slice.png differ diff --git a/resourcepack/assets/lz/textures/block/food/pumpkin_pie_inner.png b/resourcepack/assets/lz/textures/block/food/pumpkin_pie_inner.png new file mode 100644 index 0000000..43916f2 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/pumpkin_pie_inner.png differ diff --git a/resourcepack/assets/lz/textures/block/food/pumpkin_pie_top.png b/resourcepack/assets/lz/textures/block/food/pumpkin_pie_top.png new file mode 100644 index 0000000..4fa3909 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/pumpkin_pie_top.png differ diff --git a/resourcepack/assets/lz/textures/block/food/pumpkin_soup.png b/resourcepack/assets/lz/textures/block/food/pumpkin_soup.png new file mode 100644 index 0000000..2750857 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/pumpkin_soup.png differ diff --git a/resourcepack/assets/lz/textures/block/food/rabbit_stew.png b/resourcepack/assets/lz/textures/block/food/rabbit_stew.png new file mode 100644 index 0000000..df73942 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/rabbit_stew.png differ diff --git a/resourcepack/assets/lz/textures/block/food/rice_roll_medley.png b/resourcepack/assets/lz/textures/block/food/rice_roll_medley.png new file mode 100644 index 0000000..2f6f47d Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/rice_roll_medley.png differ diff --git a/resourcepack/assets/lz/textures/block/food/roast_chicken_body.png b/resourcepack/assets/lz/textures/block/food/roast_chicken_body.png new file mode 100644 index 0000000..dc1be7d Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/roast_chicken_body.png differ diff --git a/resourcepack/assets/lz/textures/block/food/roast_chicken_eaten.png b/resourcepack/assets/lz/textures/block/food/roast_chicken_eaten.png new file mode 100644 index 0000000..c9720ef Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/roast_chicken_eaten.png differ diff --git a/resourcepack/assets/lz/textures/block/food/roast_chicken_gibs.png b/resourcepack/assets/lz/textures/block/food/roast_chicken_gibs.png new file mode 100644 index 0000000..eacb771 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/roast_chicken_gibs.png differ diff --git a/resourcepack/assets/lz/textures/block/food/salmon_roll.png b/resourcepack/assets/lz/textures/block/food/salmon_roll.png new file mode 100644 index 0000000..735d391 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/salmon_roll.png differ diff --git a/resourcepack/assets/lz/textures/block/food/small_plate.png b/resourcepack/assets/lz/textures/block/food/small_plate.png new file mode 100644 index 0000000..4306492 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/small_plate.png differ diff --git a/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_bottom.png b/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_bottom.png new file mode 100644 index 0000000..f5c7c76 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_bottom.png differ diff --git a/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_details.png b/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_details.png new file mode 100644 index 0000000..0586c2e Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_details.png differ diff --git a/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_side.png b/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_side.png new file mode 100644 index 0000000..f8455b0 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_side.png differ diff --git a/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_top.png b/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_top.png new file mode 100644 index 0000000..23b0a7f Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_top.png differ diff --git a/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_top_eaten.png b/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_top_eaten.png new file mode 100644 index 0000000..4ee95b8 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/stuffed_pumpkin_top_eaten.png differ diff --git a/resourcepack/assets/lz/textures/block/food/sugar_cookie.png b/resourcepack/assets/lz/textures/block/food/sugar_cookie.png new file mode 100644 index 0000000..d955044 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/sugar_cookie.png differ diff --git a/resourcepack/assets/lz/textures/block/food/sweet_berry_cookie.png b/resourcepack/assets/lz/textures/block/food/sweet_berry_cookie.png new file mode 100644 index 0000000..00f1201 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/sweet_berry_cookie.png differ diff --git a/resourcepack/assets/lz/textures/block/food/sweet_berry_juice.png b/resourcepack/assets/lz/textures/block/food/sweet_berry_juice.png new file mode 100644 index 0000000..3bb3706 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/sweet_berry_juice.png differ diff --git a/resourcepack/assets/lz/textures/block/food/sweet_berry_pie_inner.png b/resourcepack/assets/lz/textures/block/food/sweet_berry_pie_inner.png new file mode 100644 index 0000000..bea2100 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/sweet_berry_pie_inner.png differ diff --git a/resourcepack/assets/lz/textures/block/food/sweet_berry_pie_top.png b/resourcepack/assets/lz/textures/block/food/sweet_berry_pie_top.png new file mode 100644 index 0000000..8f86ec4 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/sweet_berry_pie_top.png differ diff --git a/resourcepack/assets/lz/textures/block/food/sweet_roll.png b/resourcepack/assets/lz/textures/block/food/sweet_roll.png new file mode 100644 index 0000000..a6a1c3b Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/sweet_roll.png differ diff --git a/resourcepack/assets/lz/textures/block/food/toast.png b/resourcepack/assets/lz/textures/block/food/toast.png new file mode 100644 index 0000000..409c4d2 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/toast.png differ diff --git a/resourcepack/assets/lz/textures/block/food/toast_dark.png b/resourcepack/assets/lz/textures/block/food/toast_dark.png new file mode 100644 index 0000000..b08be71 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/toast_dark.png differ diff --git a/resourcepack/assets/lz/textures/block/food/toast_sweet_berry.png b/resourcepack/assets/lz/textures/block/food/toast_sweet_berry.png new file mode 100644 index 0000000..2765e95 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/toast_sweet_berry.png differ diff --git a/resourcepack/assets/lz/textures/block/food/tray_bottom.png b/resourcepack/assets/lz/textures/block/food/tray_bottom.png new file mode 100644 index 0000000..269e260 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/tray_bottom.png differ diff --git a/resourcepack/assets/lz/textures/block/food/tray_rice_berry_garnish.png b/resourcepack/assets/lz/textures/block/food/tray_rice_berry_garnish.png new file mode 100644 index 0000000..94aec92 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/tray_rice_berry_garnish.png differ diff --git a/resourcepack/assets/lz/textures/block/food/tray_rice_berry_leftover.png b/resourcepack/assets/lz/textures/block/food/tray_rice_berry_leftover.png new file mode 100644 index 0000000..83eb285 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/tray_rice_berry_leftover.png differ diff --git a/resourcepack/assets/lz/textures/block/food/tray_top.png b/resourcepack/assets/lz/textures/block/food/tray_top.png new file mode 100644 index 0000000..211234f Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/tray_top.png differ diff --git a/resourcepack/assets/lz/textures/block/food/tray_top_leftover.png b/resourcepack/assets/lz/textures/block/food/tray_top_leftover.png new file mode 100644 index 0000000..4989614 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/tray_top_leftover.png differ diff --git a/resourcepack/assets/lz/textures/block/food/tray_top_veggies.png b/resourcepack/assets/lz/textures/block/food/tray_top_veggies.png new file mode 100644 index 0000000..c9f564a Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/tray_top_veggies.png differ diff --git a/resourcepack/assets/lz/textures/block/food/vegetable_soup.png b/resourcepack/assets/lz/textures/block/food/vegetable_soup.png new file mode 100644 index 0000000..044aec6 Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/vegetable_soup.png differ diff --git a/resourcepack/assets/lz/textures/block/food/water.png b/resourcepack/assets/lz/textures/block/food/water.png new file mode 100644 index 0000000..849433d Binary files /dev/null and b/resourcepack/assets/lz/textures/block/food/water.png differ diff --git a/resourcepack/assets/lz/textures/block/hats/floral_crown.png b/resourcepack/assets/lz/textures/block/hats/floral_crown.png new file mode 100644 index 0000000..800701b Binary files /dev/null and b/resourcepack/assets/lz/textures/block/hats/floral_crown.png differ diff --git a/resourcepack/assets/lz/textures/block/hats/witch.png b/resourcepack/assets/lz/textures/block/hats/witch.png new file mode 100644 index 0000000..84e046d Binary files /dev/null and b/resourcepack/assets/lz/textures/block/hats/witch.png differ diff --git a/resourcepack/assets/lz/textures/block/items/flame.png b/resourcepack/assets/lz/textures/block/items/flame.png new file mode 100644 index 0000000..110b64d Binary files /dev/null and b/resourcepack/assets/lz/textures/block/items/flame.png differ diff --git a/resourcepack/assets/lz/textures/block/items/flame.png.mcmeta b/resourcepack/assets/lz/textures/block/items/flame.png.mcmeta new file mode 100644 index 0000000..fdf5a72 --- /dev/null +++ b/resourcepack/assets/lz/textures/block/items/flame.png.mcmeta @@ -0,0 +1,6 @@ +{ + "animation": { + "frametime": 3, + "interpolate": true + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/apple.json b/resourcepack/assets/minecraft/items/apple.json new file mode 100644 index 0000000..c60fe48 --- /dev/null +++ b/resourcepack/assets/minecraft/items/apple.json @@ -0,0 +1,19 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/apple" + }, + "cases": [ + { "when": "pie", "model": { "type": "model", "model": "lz:food/pie_apple" } }, + { "when": "pie1", "model": { "type": "model", "model": "lz:food/pie_apple1" } }, + { "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_apple2" } }, + { "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_apple3" } }, + { "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_apple4" } }, + { "when": "cider", "model": { "type": "model", "model": "lz:food/drink_apple_cider" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/baked_potato.json b/resourcepack/assets/minecraft/items/baked_potato.json new file mode 100644 index 0000000..25296f1 --- /dev/null +++ b/resourcepack/assets/minecraft/items/baked_potato.json @@ -0,0 +1,17 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/baked_potato" + }, + "cases": [ + { "when": "baked", "model": { "type": "model", "model": "lz:food/plated_baked_potato" } }, + { "when": "baked1", "model": { "type": "model", "model": "lz:food/plated_baked_potato1" } }, + { "when": "baked2", "model": { "type": "model", "model": "lz:food/plated_baked_potato2" } }, + { "when": "baked3", "model": { "type": "model", "model": "lz:food/plated_baked_potato3" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/beetroot_soup.json b/resourcepack/assets/minecraft/items/beetroot_soup.json new file mode 100644 index 0000000..a6a1bf5 --- /dev/null +++ b/resourcepack/assets/minecraft/items/beetroot_soup.json @@ -0,0 +1,14 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/beetroot_soup" + }, + "cases": [ + { "when": "soup", "model": { "type": "model", "model": "lz:food/soup_beetroot" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/bone.json b/resourcepack/assets/minecraft/items/bone.json new file mode 100644 index 0000000..fc828e1 --- /dev/null +++ b/resourcepack/assets/minecraft/items/bone.json @@ -0,0 +1,14 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/bone" + }, + "cases": [ + { "when": "broth", "model": { "type": "model", "model": "lz:food/soup_bone_broth" } } + ] + } + } \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/bread.json b/resourcepack/assets/minecraft/items/bread.json new file mode 100644 index 0000000..f11c986 --- /dev/null +++ b/resourcepack/assets/minecraft/items/bread.json @@ -0,0 +1,21 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/bread" + }, + "cases": [ + { "when": "sandwich_chicken1", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken1" } }, + { "when": "sandwich_chicken2", "model": { "type": "model", "model": "lz:food/plated_sandwich_chicken2" } }, + { "when": "sandwich_egg1", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg1" } }, + { "when": "sandwich_egg2", "model": { "type": "model", "model": "lz:food/plated_sandwich_egg2" } }, + { "when": "sandwich_glow_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry" } }, + { "when": "sandwich_glow_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_glow_berry_dark" } }, + { "when": "sandwich_sweet_berry", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry" } }, + { "when": "sandwich_sweet_berry_dark", "model": { "type": "model", "model": "lz:food/plated_sandwich_sweet_berry_dark" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/bundle.json b/resourcepack/assets/minecraft/items/bundle.json new file mode 100644 index 0000000..0905af5 --- /dev/null +++ b/resourcepack/assets/minecraft/items/bundle.json @@ -0,0 +1,48 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:select", + "cases": [ + { + "model": { + "type": "minecraft:condition", + "on_false": { + "type": "minecraft:model", + "model": "minecraft:item/bundle" + }, + "on_true": { + "type": "minecraft:composite", + "models": [ + { + "type": "minecraft:model", + "model": "minecraft:item/bundle_open_back" + }, + { + "type": "minecraft:bundle/selected_item" + }, + { + "type": "minecraft:model", + "model": "minecraft:item/bundle_open_front" + } + ] + }, + "property": "minecraft:bundle/has_selected_item" + }, + "when": "gui" + } + ], + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/bundle" + }, + "property": "minecraft:display_context" + }, + "cases": [ + { "when": "deck", "model": { "type": "model", "model": "cards:item/deck" } }, + { "when": "deck_custom", "model": { "type": "model", "model": "cards:item/custom/deck" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/cake.json b/resourcepack/assets/minecraft/items/cake.json new file mode 100644 index 0000000..d56f1b4 --- /dev/null +++ b/resourcepack/assets/minecraft/items/cake.json @@ -0,0 +1,14 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/cake" + }, + "cases": [ + { "when": "slice", "model": { "type": "model", "model": "lz:food/plated_cake_slice" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/candle.json b/resourcepack/assets/minecraft/items/candle.json new file mode 100644 index 0000000..5b50188 --- /dev/null +++ b/resourcepack/assets/minecraft/items/candle.json @@ -0,0 +1,14 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/candle" + }, + "cases": [ + { "when": "candelabra", "model": { "type": "model", "model": "lz:items/candle_stand" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/carrot.json b/resourcepack/assets/minecraft/items/carrot.json new file mode 100644 index 0000000..109054d --- /dev/null +++ b/resourcepack/assets/minecraft/items/carrot.json @@ -0,0 +1,14 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/carrot" + }, + "cases": [ + { "when": "soup", "model": { "type": "model", "model": "lz:food/soup_vegetable" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/carved_pumpkin.json b/resourcepack/assets/minecraft/items/carved_pumpkin.json new file mode 100644 index 0000000..2401d9b --- /dev/null +++ b/resourcepack/assets/minecraft/items/carved_pumpkin.json @@ -0,0 +1,15 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:block/carved_pumpkin" + }, + "cases": [ + { "when": "witch_hat", "model": { "type": "model", "model": "lz:hats/witch" } }, + { "when": "floral_crown", "model": { "type": "model", "model": "lz:hats/floral_crown" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/cocoa_beans.json b/resourcepack/assets/minecraft/items/cocoa_beans.json new file mode 100644 index 0000000..2daed96 --- /dev/null +++ b/resourcepack/assets/minecraft/items/cocoa_beans.json @@ -0,0 +1,19 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/cocoa_beans" + }, + "cases": [ + { "when": "pie", "model": { "type": "model", "model": "lz:food/pie_chocolate" } }, + { "when": "pie1", "model": { "type": "model", "model": "lz:food/pie_chocolate1" } }, + { "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_chocolate2" } }, + { "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_chocolate3" } }, + { "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_chocolate4" } }, + { "when": "drink", "model": { "type": "model", "model": "lz:food/drink_cocoa" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/cod.json b/resourcepack/assets/minecraft/items/cod.json new file mode 100644 index 0000000..6b1e770 --- /dev/null +++ b/resourcepack/assets/minecraft/items/cod.json @@ -0,0 +1,21 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/cod" + }, + "cases": [ + { "when": "roll", "model": { "type": "model", "model": "lz:food/plated_cod_roll" } }, + { "when": "roll1", "model": { "type": "model", "model": "lz:food/plated_cod_roll_1" } }, + { "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_cod_roll_2" } }, + { "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_cod_roll_3" } }, + { "when": "roll4", "model": { "type": "model", "model": "lz:food/plated_cod_roll_4" } }, + { "when": "roll5", "model": { "type": "model", "model": "lz:food/plated_cod_roll_5" } }, + { "when": "roll6", "model": { "type": "model", "model": "lz:food/plated_cod_roll_6" } }, + { "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/cooked_beef.json b/resourcepack/assets/minecraft/items/cooked_beef.json new file mode 100644 index 0000000..f51cfb0 --- /dev/null +++ b/resourcepack/assets/minecraft/items/cooked_beef.json @@ -0,0 +1,14 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/cooked_beef" + }, + "cases": [ + { "when": "stew", "model": { "type": "model", "model": "lz:food/stew_beef" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/cooked_chicken.json b/resourcepack/assets/minecraft/items/cooked_chicken.json new file mode 100644 index 0000000..2649b69 --- /dev/null +++ b/resourcepack/assets/minecraft/items/cooked_chicken.json @@ -0,0 +1,20 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/cooked_chicken" + }, + "cases": [ + { "when": "roast", "model": { "type": "model", "model": "lz:food/plated_roast_chicken" } }, + { "when": "roast0", "model": { "type": "model", "model": "lz:food/plated_roast_chicken0" } }, + { "when": "roast1", "model": { "type": "model", "model": "lz:food/plated_roast_chicken1" } }, + { "when": "roast2", "model": { "type": "model", "model": "lz:food/plated_roast_chicken2" } }, + { "when": "roast3", "model": { "type": "model", "model": "lz:food/plated_roast_chicken3" } }, + { "when": "roast4", "model": { "type": "model", "model": "lz:food/plated_roast_chicken4" } }, + { "when": "soup", "model": { "type": "model", "model": "lz:food/soup_chicken" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/cooked_cod.json b/resourcepack/assets/minecraft/items/cooked_cod.json new file mode 100644 index 0000000..79e474d --- /dev/null +++ b/resourcepack/assets/minecraft/items/cooked_cod.json @@ -0,0 +1,15 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/cooked_cod" + }, + "cases": [ + { "when": "stew", "model": { "type": "model", "model": "lz:food/stew_baked_cod" } }, + { "when": "stew_fish", "model": { "type": "model", "model": "lz:food/stew_fish" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/cooked_porkchop.json b/resourcepack/assets/minecraft/items/cooked_porkchop.json new file mode 100644 index 0000000..2c77c6c --- /dev/null +++ b/resourcepack/assets/minecraft/items/cooked_porkchop.json @@ -0,0 +1,19 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/cooked_porkchop" + }, + "cases": [ + { "when": "ham", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham" } }, + { "when": "ham0", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham0" } }, + { "when": "ham1", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham1" } }, + { "when": "ham2", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham2" } }, + { "when": "ham3", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham3" } }, + { "when": "ham4", "model": { "type": "model", "model": "lz:food/plated_honey_glazed_ham4" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/cooked_rabbit.json b/resourcepack/assets/minecraft/items/cooked_rabbit.json new file mode 100644 index 0000000..24cf275 --- /dev/null +++ b/resourcepack/assets/minecraft/items/cooked_rabbit.json @@ -0,0 +1,14 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/cooked_rabbit" + }, + "cases": [ + { "when": "stew", "model": { "type": "model", "model": "lz:food/stew_rabbit" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/cookie.json b/resourcepack/assets/minecraft/items/cookie.json new file mode 100644 index 0000000..9d22ce2 --- /dev/null +++ b/resourcepack/assets/minecraft/items/cookie.json @@ -0,0 +1,38 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/cookie" + }, + "cases": [ + { "when": "cookie", "model": { "type": "model", "model": "lz:food/plated_cookie" } }, + { "when": "cookie1", "model": { "type": "model", "model": "lz:food/plated_cookie1" } }, + { "when": "cookie2", "model": { "type": "model", "model": "lz:food/plated_cookie2" } }, + { "when": "cookie3", "model": { "type": "model", "model": "lz:food/plated_cookie3" } }, + { "when": "cookie4", "model": { "type": "model", "model": "lz:food/plated_cookie4" } }, + { "when": "sweet_berry", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry" } }, + { "when": "sweet_berry1", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry1" } }, + { "when": "sweet_berry2", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry2" } }, + { "when": "sweet_berry3", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry3" } }, + { "when": "sweet_berry4", "model": { "type": "model", "model": "lz:food/plated_cookie_sweet_berry4" } }, + { "when": "honey", "model": { "type": "model", "model": "lz:food/plated_cookie_honey" } }, + { "when": "honey1", "model": { "type": "model", "model": "lz:food/plated_cookie_honey1" } }, + { "when": "honey2", "model": { "type": "model", "model": "lz:food/plated_cookie_honey2" } }, + { "when": "honey3", "model": { "type": "model", "model": "lz:food/plated_cookie_honey3" } }, + { "when": "honey4", "model": { "type": "model", "model": "lz:food/plated_cookie_honey4" } }, + { "when": "sugar", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar" } }, + { "when": "sugar1", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar1" } }, + { "when": "sugar2", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar2" } }, + { "when": "sugar3", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar3" } }, + { "when": "sugar4", "model": { "type": "model", "model": "lz:food/plated_cookie_sugar4" } }, + { "when": "chocolate", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate" } }, + { "when": "chocolate1", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate1" } }, + { "when": "chocolate2", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate2" } }, + { "when": "chocolate3", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate3" } }, + { "when": "chocolate4", "model": { "type": "model", "model": "lz:food/plated_cookie_chocolate4" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/dried_kelp.json b/resourcepack/assets/minecraft/items/dried_kelp.json new file mode 100644 index 0000000..694ada7 --- /dev/null +++ b/resourcepack/assets/minecraft/items/dried_kelp.json @@ -0,0 +1,17 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/dried_kelp" + }, + "cases": [ + { "when": "roll", "model": { "type": "model", "model": "lz:food/plated_kelp_roll" } }, + { "when": "roll1", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_1" } }, + { "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_2" } }, + { "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_kelp_roll_3" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/glass_bottle.json b/resourcepack/assets/minecraft/items/glass_bottle.json new file mode 100644 index 0000000..5656dca --- /dev/null +++ b/resourcepack/assets/minecraft/items/glass_bottle.json @@ -0,0 +1,16 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/glass_bottle" + }, + "cases": [ + { "when": "mug_chocolate", "model": { "type": "model", "model": "lz:festive/hot_chocolate_mug" } }, + { "when": "drink", "model": { "type": "model", "model": "lz:food/glass_bottle" } }, + { "when": "drink_water", "model": { "type": "model", "model": "lz:food/drink_water" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/glow_berries.json b/resourcepack/assets/minecraft/items/glow_berries.json new file mode 100644 index 0000000..1e8ccb5 --- /dev/null +++ b/resourcepack/assets/minecraft/items/glow_berries.json @@ -0,0 +1,19 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/glow_berries" + }, + "cases": [ + { "when": "roll", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll" } }, + { "when": "roll1", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll1" } }, + { "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll2" } }, + { "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll3" } }, + { "when": "roll4", "model": { "type": "model", "model": "lz:food/plated_glow_berry_sweet_roll4" } }, + { "when": "drink", "model": { "type": "model", "model": "lz:food/drink_glow_berry" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/melon_slice.json b/resourcepack/assets/minecraft/items/melon_slice.json new file mode 100644 index 0000000..e552afb --- /dev/null +++ b/resourcepack/assets/minecraft/items/melon_slice.json @@ -0,0 +1,16 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/melon_slice" + }, + "cases": [ + { "when": "popsicle1", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle1" } }, + { "when": "popsicle2", "model": { "type": "model", "model": "lz:food/plated_melon_popsicle2" } }, + { "when": "drink", "model": { "type": "model", "model": "lz:food/drink_melon_juice" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/mushroom_stew.json b/resourcepack/assets/minecraft/items/mushroom_stew.json new file mode 100644 index 0000000..c20c227 --- /dev/null +++ b/resourcepack/assets/minecraft/items/mushroom_stew.json @@ -0,0 +1,14 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/mushroom_stew" + }, + "cases": [ + { "when": "stew", "model": { "type": "model", "model": "lz:food/stew_mushroom" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/oak_sapling.json b/resourcepack/assets/minecraft/items/oak_sapling.json new file mode 100644 index 0000000..7ecae52 --- /dev/null +++ b/resourcepack/assets/minecraft/items/oak_sapling.json @@ -0,0 +1,14 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/oak_sapling" + }, + "cases": [ + { "when": "christmas", "model": { "type": "model", "model": "lz:festive/christmas_tree" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/paper.json b/resourcepack/assets/minecraft/items/paper.json new file mode 100644 index 0000000..957c868 --- /dev/null +++ b/resourcepack/assets/minecraft/items/paper.json @@ -0,0 +1,138 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/paper" + }, + "cases": [ + { "when": "card_base", "model": { "type": "model", "model": "cards:item/base" } }, + + { "when": "card_s01", "model": { "type": "model", "model": "cards:item/s_01" } }, + { "when": "card_s02", "model": { "type": "model", "model": "cards:item/s_02" } }, + { "when": "card_s03", "model": { "type": "model", "model": "cards:item/s_03" } }, + { "when": "card_s04", "model": { "type": "model", "model": "cards:item/s_04" } }, + { "when": "card_s05", "model": { "type": "model", "model": "cards:item/s_05" } }, + { "when": "card_s06", "model": { "type": "model", "model": "cards:item/s_06" } }, + { "when": "card_s07", "model": { "type": "model", "model": "cards:item/s_07" } }, + { "when": "card_s08", "model": { "type": "model", "model": "cards:item/s_08" } }, + { "when": "card_s09", "model": { "type": "model", "model": "cards:item/s_09" } }, + { "when": "card_s10", "model": { "type": "model", "model": "cards:item/s_10" } }, + { "when": "card_s11", "model": { "type": "model", "model": "cards:item/s_11" } }, + { "when": "card_s12", "model": { "type": "model", "model": "cards:item/s_12" } }, + { "when": "card_s13", "model": { "type": "model", "model": "cards:item/s_13" } }, + + { "when": "card_h01", "model": { "type": "model", "model": "cards:item/h_01" } }, + { "when": "card_h02", "model": { "type": "model", "model": "cards:item/h_02" } }, + { "when": "card_h03", "model": { "type": "model", "model": "cards:item/h_03" } }, + { "when": "card_h04", "model": { "type": "model", "model": "cards:item/h_04" } }, + { "when": "card_h05", "model": { "type": "model", "model": "cards:item/h_05" } }, + { "when": "card_h06", "model": { "type": "model", "model": "cards:item/h_06" } }, + { "when": "card_h07", "model": { "type": "model", "model": "cards:item/h_07" } }, + { "when": "card_h08", "model": { "type": "model", "model": "cards:item/h_08" } }, + { "when": "card_h09", "model": { "type": "model", "model": "cards:item/h_09" } }, + { "when": "card_h10", "model": { "type": "model", "model": "cards:item/h_10" } }, + { "when": "card_h11", "model": { "type": "model", "model": "cards:item/h_11" } }, + { "when": "card_h12", "model": { "type": "model", "model": "cards:item/h_12" } }, + { "when": "card_h13", "model": { "type": "model", "model": "cards:item/h_13" } }, + + { "when": "card_c01", "model": { "type": "model", "model": "cards:item/c_01" } }, + { "when": "card_c02", "model": { "type": "model", "model": "cards:item/c_02" } }, + { "when": "card_c03", "model": { "type": "model", "model": "cards:item/c_03" } }, + { "when": "card_c04", "model": { "type": "model", "model": "cards:item/c_04" } }, + { "when": "card_c05", "model": { "type": "model", "model": "cards:item/c_05" } }, + { "when": "card_c06", "model": { "type": "model", "model": "cards:item/c_06" } }, + { "when": "card_c07", "model": { "type": "model", "model": "cards:item/c_07" } }, + { "when": "card_c08", "model": { "type": "model", "model": "cards:item/c_08" } }, + { "when": "card_c09", "model": { "type": "model", "model": "cards:item/c_09" } }, + { "when": "card_c10", "model": { "type": "model", "model": "cards:item/c_10" } }, + { "when": "card_c11", "model": { "type": "model", "model": "cards:item/c_11" } }, + { "when": "card_c12", "model": { "type": "model", "model": "cards:item/c_12" } }, + { "when": "card_c13", "model": { "type": "model", "model": "cards:item/c_13" } }, + + { "when": "card_d01", "model": { "type": "model", "model": "cards:item/d_01" } }, + { "when": "card_d02", "model": { "type": "model", "model": "cards:item/d_02" } }, + { "when": "card_d03", "model": { "type": "model", "model": "cards:item/d_03" } }, + { "when": "card_d04", "model": { "type": "model", "model": "cards:item/d_04" } }, + { "when": "card_d05", "model": { "type": "model", "model": "cards:item/d_05" } }, + { "when": "card_d06", "model": { "type": "model", "model": "cards:item/d_06" } }, + { "when": "card_d07", "model": { "type": "model", "model": "cards:item/d_07" } }, + { "when": "card_d08", "model": { "type": "model", "model": "cards:item/d_08" } }, + { "when": "card_d09", "model": { "type": "model", "model": "cards:item/d_09" } }, + { "when": "card_d10", "model": { "type": "model", "model": "cards:item/d_10" } }, + { "when": "card_d11", "model": { "type": "model", "model": "cards:item/d_11" } }, + { "when": "card_d12", "model": { "type": "model", "model": "cards:item/d_12" } }, + { "when": "card_d13", "model": { "type": "model", "model": "cards:item/d_13" } }, + + { "when": "card_jr", "model": { "type": "model", "model": "cards:item/joker_red" } }, + { "when": "card_jb", "model": { "type": "model", "model": "cards:item/joker_black" } }, + { "when": "card_back", "model": { "type": "model", "model": "cards:item/back" } }, + + { "when": "card_custom_base", "model": { "type": "model", "model": "cards:item/base" } }, + + { "when": "card_custom_s01", "model": { "type": "model", "model": "cards:item/custom/s_01" } }, + { "when": "card_custom_s02", "model": { "type": "model", "model": "cards:item/custom/s_02" } }, + { "when": "card_custom_s03", "model": { "type": "model", "model": "cards:item/custom/s_03" } }, + { "when": "card_custom_s04", "model": { "type": "model", "model": "cards:item/custom/s_04" } }, + { "when": "card_custom_s05", "model": { "type": "model", "model": "cards:item/custom/s_05" } }, + { "when": "card_custom_s06", "model": { "type": "model", "model": "cards:item/custom/s_06" } }, + { "when": "card_custom_s07", "model": { "type": "model", "model": "cards:item/custom/s_07" } }, + { "when": "card_custom_s08", "model": { "type": "model", "model": "cards:item/custom/s_08" } }, + { "when": "card_custom_s09", "model": { "type": "model", "model": "cards:item/custom/s_09" } }, + { "when": "card_custom_s10", "model": { "type": "model", "model": "cards:item/custom/s_10" } }, + { "when": "card_custom_s11", "model": { "type": "model", "model": "cards:item/custom/s_11" } }, + { "when": "card_custom_s12", "model": { "type": "model", "model": "cards:item/custom/s_12" } }, + { "when": "card_custom_s13", "model": { "type": "model", "model": "cards:item/custom/s_13" } }, + + { "when": "card_custom_h01", "model": { "type": "model", "model": "cards:item/custom/h_01" } }, + { "when": "card_custom_h02", "model": { "type": "model", "model": "cards:item/custom/h_02" } }, + { "when": "card_custom_h03", "model": { "type": "model", "model": "cards:item/custom/h_03" } }, + { "when": "card_custom_h04", "model": { "type": "model", "model": "cards:item/custom/h_04" } }, + { "when": "card_custom_h05", "model": { "type": "model", "model": "cards:item/custom/h_05" } }, + { "when": "card_custom_h06", "model": { "type": "model", "model": "cards:item/custom/h_06" } }, + { "when": "card_custom_h07", "model": { "type": "model", "model": "cards:item/custom/h_07" } }, + { "when": "card_custom_h08", "model": { "type": "model", "model": "cards:item/custom/h_08" } }, + { "when": "card_custom_h09", "model": { "type": "model", "model": "cards:item/custom/h_09" } }, + { "when": "card_custom_h10", "model": { "type": "model", "model": "cards:item/custom/h_10" } }, + { "when": "card_custom_h11", "model": { "type": "model", "model": "cards:item/custom/h_11" } }, + { "when": "card_custom_h12", "model": { "type": "model", "model": "cards:item/custom/h_12" } }, + { "when": "card_custom_h13", "model": { "type": "model", "model": "cards:item/custom/h_13" } }, + + { "when": "card_custom_c01", "model": { "type": "model", "model": "cards:item/custom/c_01" } }, + { "when": "card_custom_c02", "model": { "type": "model", "model": "cards:item/custom/c_02" } }, + { "when": "card_custom_c03", "model": { "type": "model", "model": "cards:item/custom/c_03" } }, + { "when": "card_custom_c04", "model": { "type": "model", "model": "cards:item/custom/c_04" } }, + { "when": "card_custom_c05", "model": { "type": "model", "model": "cards:item/custom/c_05" } }, + { "when": "card_custom_c06", "model": { "type": "model", "model": "cards:item/custom/c_06" } }, + { "when": "card_custom_c07", "model": { "type": "model", "model": "cards:item/custom/c_07" } }, + { "when": "card_custom_c08", "model": { "type": "model", "model": "cards:item/custom/c_08" } }, + { "when": "card_custom_c09", "model": { "type": "model", "model": "cards:item/custom/c_09" } }, + { "when": "card_custom_c10", "model": { "type": "model", "model": "cards:item/custom/c_10" } }, + { "when": "card_custom_c11", "model": { "type": "model", "model": "cards:item/custom/c_11" } }, + { "when": "card_custom_c12", "model": { "type": "model", "model": "cards:item/custom/c_12" } }, + { "when": "card_custom_c13", "model": { "type": "model", "model": "cards:item/custom/c_13" } }, + + { "when": "card_custom_d01", "model": { "type": "model", "model": "cards:item/custom/d_01" } }, + { "when": "card_custom_d02", "model": { "type": "model", "model": "cards:item/custom/d_02" } }, + { "when": "card_custom_d03", "model": { "type": "model", "model": "cards:item/custom/d_03" } }, + { "when": "card_custom_d04", "model": { "type": "model", "model": "cards:item/custom/d_04" } }, + { "when": "card_custom_d05", "model": { "type": "model", "model": "cards:item/custom/d_05" } }, + { "when": "card_custom_d06", "model": { "type": "model", "model": "cards:item/custom/d_06" } }, + { "when": "card_custom_d07", "model": { "type": "model", "model": "cards:item/custom/d_07" } }, + { "when": "card_custom_d08", "model": { "type": "model", "model": "cards:item/custom/d_08" } }, + { "when": "card_custom_d09", "model": { "type": "model", "model": "cards:item/custom/d_09" } }, + { "when": "card_custom_d10", "model": { "type": "model", "model": "cards:item/custom/d_10" } }, + { "when": "card_custom_d11", "model": { "type": "model", "model": "cards:item/custom/d_11" } }, + { "when": "card_custom_d12", "model": { "type": "model", "model": "cards:item/custom/d_12" } }, + { "when": "card_custom_d13", "model": { "type": "model", "model": "cards:item/custom/d_13" } }, + + { "when": "card_custom_jr", "model": { "type": "model", "model": "cards:item/custom/joker_red" } }, + { "when": "card_custom_jb", "model": { "type": "model", "model": "cards:item/custom/joker_black" } }, + { "when": "card_custom_back", "model": { "type": "model", "model": "cards:item/custom/back" } }, + + { "when": "presents", "model": { "type": "model", "model": "lz:festive/presents" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/pumpkin.json b/resourcepack/assets/minecraft/items/pumpkin.json new file mode 100644 index 0000000..9f08d95 --- /dev/null +++ b/resourcepack/assets/minecraft/items/pumpkin.json @@ -0,0 +1,18 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:block/pumpkin" + }, + "cases": [ + { "when": "stuffed_pumpkin", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin" } }, + { "when": "stuffed_pumpkin1", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin1" } }, + { "when": "stuffed_pumpkin2", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin2" } }, + { "when": "stuffed_pumpkin3", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin3" } }, + { "when": "stuffed_pumpkin4", "model": { "type": "model", "model": "lz:food/stuffed_pumpkin4" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/pumpkin_pie.json b/resourcepack/assets/minecraft/items/pumpkin_pie.json new file mode 100644 index 0000000..e3cff63 --- /dev/null +++ b/resourcepack/assets/minecraft/items/pumpkin_pie.json @@ -0,0 +1,19 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/pumpkin_pie" + }, + "cases": [ + { "when": "pie", "model": { "type": "model", "model": "lz:food/pie_pumpkin" } }, + { "when": "pie1", "model": { "type": "model", "model": "lz:food/pie_pumpkin1" } }, + { "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_pumpkin2" } }, + { "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_pumpkin3" } }, + { "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_pumpkin4" } }, + { "when": "soup", "model": { "type": "model", "model": "lz:food/soup_pumpkin" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/salmon.json b/resourcepack/assets/minecraft/items/salmon.json new file mode 100644 index 0000000..fb85e4e --- /dev/null +++ b/resourcepack/assets/minecraft/items/salmon.json @@ -0,0 +1,20 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/salmon" + }, + "cases": [ + { "when": "roll", "model": { "type": "model", "model": "lz:food/plated_salmon_roll" } }, + { "when": "roll1", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_1" } }, + { "when": "roll2", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_2" } }, + { "when": "roll3", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_3" } }, + { "when": "roll4", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_4" } }, + { "when": "roll5", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_5" } }, + { "when": "roll6", "model": { "type": "model", "model": "lz:food/plated_salmon_roll_6" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/snow_block.json b/resourcepack/assets/minecraft/items/snow_block.json new file mode 100644 index 0000000..ea9bb36 --- /dev/null +++ b/resourcepack/assets/minecraft/items/snow_block.json @@ -0,0 +1,14 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:block/snow_block" + }, + "cases": [ + { "when": "snowman", "model": { "type": "model", "model": "lz:festive/snowman" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/items/sweet_berries.json b/resourcepack/assets/minecraft/items/sweet_berries.json new file mode 100644 index 0000000..e03c096 --- /dev/null +++ b/resourcepack/assets/minecraft/items/sweet_berries.json @@ -0,0 +1,19 @@ +{ + "model": { + "type": "select", + "property": "component", + "component": "minecraft:custom_name", + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/sweet_berries" + }, + "cases": [ + { "when": "pie", "model": { "type": "model", "model": "lz:food/pie_sweet_berry" } }, + { "when": "pie1", "model": { "type": "model", "model": "lz:food/pie_sweet_berry1" } }, + { "when": "pie2", "model": { "type": "model", "model": "lz:food/pie_sweet_berry2" } }, + { "when": "pie3", "model": { "type": "model", "model": "lz:food/pie_sweet_berry3" } }, + { "when": "pie4", "model": { "type": "model", "model": "lz:food/pie_sweet_berry4" } }, + { "when": "drink", "model": { "type": "model", "model": "lz:food/drink_sweet_berry" } } + ] + } +} \ No newline at end of file diff --git a/resourcepack/assets/minecraft/textures/misc/pumpkinblur.png b/resourcepack/assets/minecraft/textures/misc/pumpkinblur.png new file mode 100644 index 0000000..2975c47 Binary files /dev/null and b/resourcepack/assets/minecraft/textures/misc/pumpkinblur.png differ diff --git a/resourcepack/pack.mcmeta b/resourcepack/pack.mcmeta new file mode 100644 index 0000000..a85c337 --- /dev/null +++ b/resourcepack/pack.mcmeta @@ -0,0 +1,11 @@ +{ + "pack": { + "pack_format": 1, + "name": "LZ Public - Server Resourcepack", + "description": "Custom resource pack for lzstealth.com", + "supported_formats": { + "min_inclusive": 1, + "max_inclusive": 99999 + } + } +} diff --git a/resourcepack/pack.png b/resourcepack/pack.png new file mode 100644 index 0000000..1179555 Binary files /dev/null and b/resourcepack/pack.png differ