diff --git a/resource_pack/models/blocks/bcc.cook/boba_tea.geo.json b/resource_pack/models/blocks/bcc.cook/boba_tea.geo.json new file mode 100644 index 0000000..b7f976d --- /dev/null +++ b/resource_pack/models/blocks/bcc.cook/boba_tea.geo.json @@ -0,0 +1,45 @@ +// SPDX-License-Identifier: LicenseRef-BCC-PL-v1.0 +// Copyright (c) @siwudot & Contributors +// Contributers: @siwudot +// See LICENSE.md file in the root folder, licenses/BCC-PL-v1.0.md, or https://bedrockcommands.org/legal/bcc-pl-v1.0 +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.boba_tea", + "texture_width": 128, + "texture_height": 128, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone", + "pivot": [4, 0, -4] + }, + { + "name": "jar", + "parent": "bone", + "pivot": [4, 0, -4], + "cubes": [ + {"origin": [-5, 0, -5], "size": [10, 9, 10], "uv": [0, 0]}, + {"origin": [-4, 1, -4], "size": [8, 7, 8], "uv": [0, 30]}, + {"origin": [-4, 9, -4], "size": [8, 3, 8], "uv": [32, 30]}, + {"origin": [-5, 11, -5], "size": [10, 1, 10], "uv": [0, 19]} + ] + }, + { + "name": "handletop", + "parent": "bone", + "pivot": [4, 9, -4], + "cubes": [ + {"origin": [-3, 9, -3], "size": [6, 3, 6], "uv": [40, 9]}, + {"origin": [-4, 12, -4], "size": [8, 1, 8], "uv": [40, 0]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resource_pack/models/blocks/bcc.cook/lamp.geo.json b/resource_pack/models/blocks/bcc.cook/lamp.geo.json new file mode 100644 index 0000000..68ee4b6 --- /dev/null +++ b/resource_pack/models/blocks/bcc.cook/lamp.geo.json @@ -0,0 +1,30 @@ +// SPDX-License-Identifier: LicenseRef-BCC-PL-v1.0 +// Copyright (c) @siwudot & Contributors +// Contributers: @siwudot +// See LICENSE.md file in the root folder, licenses/BCC-PL-v1.0.md, or https://bedrockcommands.org/legal/bcc-pl-v1.0 +{ + "format_version": "1.12.0", + "minecraft:geometry": [ + { + "description": { + "identifier": "geometry.lamp", + "texture_width": 64, + "texture_height": 64, + "visible_bounds_width": 2, + "visible_bounds_height": 2.5, + "visible_bounds_offset": [0, 0.75, 0] + }, + "bones": [ + { + "name": "bone", + "pivot": [-0.125, 7, -0.75], + "cubes": [ + {"origin": [-4.75, 1, -5.25], "size": [9, 13, 9], "uv": [0, 0]}, + {"origin": [-1.75, 0, -2.25], "size": [3, 1, 3], "uv": [12, 22]}, + {"origin": [-1.75, 14, -2.25], "size": [3, 2, 3], "uv": [0, 22]} + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/resource_pack/textures/bcc.cook/ingredient_icons/pan_on_fire.png b/resource_pack/textures/bcc.cook/ingredient_icons/pan_on_fire.png new file mode 100644 index 0000000..86b4591 Binary files /dev/null and b/resource_pack/textures/bcc.cook/ingredient_icons/pan_on_fire.png differ diff --git a/resource_pack/textures/bcc.cook/ingredient_icons/pot_on_fire.png b/resource_pack/textures/bcc.cook/ingredient_icons/pot_on_fire.png new file mode 100644 index 0000000..0e435ea Binary files /dev/null and b/resource_pack/textures/bcc.cook/ingredient_icons/pot_on_fire.png differ diff --git a/resource_pack/textures/blocks/bcc.cook/boba_tea.png b/resource_pack/textures/blocks/bcc.cook/boba_tea.png new file mode 100644 index 0000000..27310cc Binary files /dev/null and b/resource_pack/textures/blocks/bcc.cook/boba_tea.png differ diff --git a/resource_pack/textures/blocks/bcc.cook/lamp.png b/resource_pack/textures/blocks/bcc.cook/lamp.png new file mode 100644 index 0000000..8669279 Binary files /dev/null and b/resource_pack/textures/blocks/bcc.cook/lamp.png differ