diff --git a/kubejs/assets/create/models/item/chocolate_bucket.json b/kubejs/assets/create/models/item/chocolate_bucket.json new file mode 100644 index 0000000..c5added --- /dev/null +++ b/kubejs/assets/create/models/item/chocolate_bucket.json @@ -0,0 +1,113 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "2": "create:item/chocolate_bucket" + }, + "elements": [ + { + "from": [3, 2, 3], + "to": [13, 11, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 3]}, + "faces": { + "north": {"uv": [0, 0, 2.5, 2.25], "texture": "#2"}, + "east": {"uv": [4.5, 6.75, 4.75, 9], "texture": "#2"}, + "south": {"uv": [0, 2.25, 2.5, 4.5], "texture": "#2"}, + "west": {"uv": [4.75, 6.75, 5, 9], "texture": "#2"}, + "up": {"uv": [4.5, 7, 2, 6.75], "texture": "#2"}, + "down": {"uv": [9.25, 2, 6.75, 2.25], "texture": "#2"} + } + }, + { + "from": [3, 2, 4], + "to": [4, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 13]}, + "faces": { + "north": {"uv": [5, 6.75, 5.25, 9], "texture": "#2"}, + "east": {"uv": [2.5, 0, 4.75, 2.25], "texture": "#2"}, + "south": {"uv": [5.25, 6.75, 5.5, 9], "texture": "#2"}, + "west": {"uv": [2.5, 2.25, 4.75, 4.5], "texture": "#2"}, + "up": {"uv": [5.75, 9, 5.5, 6.75], "texture": "#2"}, + "down": {"uv": [6, 6.75, 5.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 2, 12], + "to": [13, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 1, 13]}, + "faces": { + "north": {"uv": [0, 4.5, 2.25, 6.75], "texture": "#2"}, + "east": {"uv": [6, 6.75, 6.25, 9], "texture": "#2"}, + "south": {"uv": [2.25, 4.5, 4.5, 6.75], "texture": "#2"}, + "west": {"uv": [6.25, 6.75, 6.5, 9], "texture": "#2"}, + "up": {"uv": [9, 2.5, 6.75, 2.25], "texture": "#2"}, + "down": {"uv": [9, 2.5, 6.75, 2.75], "texture": "#2"} + } + }, + { + "from": [12, 2, 4], + "to": [13, 11, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 13]}, + "faces": { + "north": {"uv": [2, 7, 2.25, 9.25], "texture": "#2"}, + "east": {"uv": [4.5, 4.5, 6.5, 6.75], "texture": "#2"}, + "south": {"uv": [2.25, 7, 2.5, 9.25], "texture": "#2"}, + "west": {"uv": [4.75, 0, 6.75, 2.25], "texture": "#2"}, + "up": {"uv": [2.75, 9, 2.5, 7], "texture": "#2"}, + "down": {"uv": [3, 7, 2.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 2, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 4]}, + "faces": { + "north": {"uv": [6.75, 0, 8.75, 0.5], "texture": "#2"}, + "east": {"uv": [6.75, 0.5, 8.75, 1], "texture": "#2"}, + "south": {"uv": [6.75, 1, 8.75, 1.5], "texture": "#2"}, + "west": {"uv": [6.75, 1.5, 8.75, 2], "texture": "#2"}, + "up": {"uv": [8.5, 8.25, 6.5, 6.25], "texture": "#2"}, + "down": {"uv": [2, 6.75, 0, 8.75], "texture": "#2"} + } + }, + { + "from": [4, 10, 4], + "to": [12, 10, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 4]}, + "faces": { + "north": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "east": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "up": {"uv": [6.75, 4.25, 4.75, 2.25], "texture": "#2"}, + "down": {"uv": [8.5, 4.25, 6.5, 6.25], "texture": "#2"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "thirdperson_lefthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "firstperson_righthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "firstperson_lefthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.75, 0.75, 0.75] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/create/models/item/honey_bucket.json b/kubejs/assets/create/models/item/honey_bucket.json new file mode 100644 index 0000000..41eb6cb --- /dev/null +++ b/kubejs/assets/create/models/item/honey_bucket.json @@ -0,0 +1,113 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "2": "create:item/honey_bucket" + }, + "elements": [ + { + "from": [3, 2, 3], + "to": [13, 11, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 3]}, + "faces": { + "north": {"uv": [0, 0, 2.5, 2.25], "texture": "#2"}, + "east": {"uv": [4.5, 6.75, 4.75, 9], "texture": "#2"}, + "south": {"uv": [0, 2.25, 2.5, 4.5], "texture": "#2"}, + "west": {"uv": [4.75, 6.75, 5, 9], "texture": "#2"}, + "up": {"uv": [4.5, 7, 2, 6.75], "texture": "#2"}, + "down": {"uv": [9.25, 2, 6.75, 2.25], "texture": "#2"} + } + }, + { + "from": [3, 2, 4], + "to": [4, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 13]}, + "faces": { + "north": {"uv": [5, 6.75, 5.25, 9], "texture": "#2"}, + "east": {"uv": [2.5, 0, 4.75, 2.25], "texture": "#2"}, + "south": {"uv": [5.25, 6.75, 5.5, 9], "texture": "#2"}, + "west": {"uv": [2.5, 2.25, 4.75, 4.5], "texture": "#2"}, + "up": {"uv": [5.75, 9, 5.5, 6.75], "texture": "#2"}, + "down": {"uv": [6, 6.75, 5.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 2, 12], + "to": [13, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 1, 13]}, + "faces": { + "north": {"uv": [0, 4.5, 2.25, 6.75], "texture": "#2"}, + "east": {"uv": [6, 6.75, 6.25, 9], "texture": "#2"}, + "south": {"uv": [2.25, 4.5, 4.5, 6.75], "texture": "#2"}, + "west": {"uv": [6.25, 6.75, 6.5, 9], "texture": "#2"}, + "up": {"uv": [9, 2.5, 6.75, 2.25], "texture": "#2"}, + "down": {"uv": [9, 2.5, 6.75, 2.75], "texture": "#2"} + } + }, + { + "from": [12, 2, 4], + "to": [13, 11, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 13]}, + "faces": { + "north": {"uv": [2, 7, 2.25, 9.25], "texture": "#2"}, + "east": {"uv": [4.5, 4.5, 6.5, 6.75], "texture": "#2"}, + "south": {"uv": [2.25, 7, 2.5, 9.25], "texture": "#2"}, + "west": {"uv": [4.75, 0, 6.75, 2.25], "texture": "#2"}, + "up": {"uv": [2.75, 9, 2.5, 7], "texture": "#2"}, + "down": {"uv": [3, 7, 2.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 2, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 4]}, + "faces": { + "north": {"uv": [6.75, 0, 8.75, 0.5], "texture": "#2"}, + "east": {"uv": [6.75, 0.5, 8.75, 1], "texture": "#2"}, + "south": {"uv": [6.75, 1, 8.75, 1.5], "texture": "#2"}, + "west": {"uv": [6.75, 1.5, 8.75, 2], "texture": "#2"}, + "up": {"uv": [8.5, 8.25, 6.5, 6.25], "texture": "#2"}, + "down": {"uv": [2, 6.75, 0, 8.75], "texture": "#2"} + } + }, + { + "from": [4, 10, 4], + "to": [12, 10, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 4]}, + "faces": { + "north": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "east": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "up": {"uv": [6.75, 4.25, 4.75, 2.25], "texture": "#2"}, + "down": {"uv": [8.5, 4.25, 6.5, 6.25], "texture": "#2"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "thirdperson_lefthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "firstperson_righthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "firstperson_lefthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.75, 0.75, 0.75] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/create/textures/item/chocolate_bucket.png b/kubejs/assets/create/textures/item/chocolate_bucket.png new file mode 100644 index 0000000..a790456 Binary files /dev/null and b/kubejs/assets/create/textures/item/chocolate_bucket.png differ diff --git a/kubejs/assets/create/textures/item/honey_bucket.png b/kubejs/assets/create/textures/item/honey_bucket.png new file mode 100644 index 0000000..4a1a23e Binary files /dev/null and b/kubejs/assets/create/textures/item/honey_bucket.png differ diff --git a/kubejs/assets/oreganized/models/item/molten_lead_bucket.json b/kubejs/assets/oreganized/models/item/molten_lead_bucket.json new file mode 100644 index 0000000..9cf3c4f --- /dev/null +++ b/kubejs/assets/oreganized/models/item/molten_lead_bucket.json @@ -0,0 +1,113 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "2": "oreganized:item/molten_lead_bucket" + }, + "elements": [ + { + "from": [3, 2, 3], + "to": [13, 11, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 3]}, + "faces": { + "north": {"uv": [0, 0, 2.5, 2.25], "texture": "#2"}, + "east": {"uv": [4.5, 6.75, 4.75, 9], "texture": "#2"}, + "south": {"uv": [0, 2.25, 2.5, 4.5], "texture": "#2"}, + "west": {"uv": [4.75, 6.75, 5, 9], "texture": "#2"}, + "up": {"uv": [4.5, 7, 2, 6.75], "texture": "#2"}, + "down": {"uv": [9.25, 2, 6.75, 2.25], "texture": "#2"} + } + }, + { + "from": [3, 2, 4], + "to": [4, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 13]}, + "faces": { + "north": {"uv": [5, 6.75, 5.25, 9], "texture": "#2"}, + "east": {"uv": [2.5, 0, 4.75, 2.25], "texture": "#2"}, + "south": {"uv": [5.25, 6.75, 5.5, 9], "texture": "#2"}, + "west": {"uv": [2.5, 2.25, 4.75, 4.5], "texture": "#2"}, + "up": {"uv": [5.75, 9, 5.5, 6.75], "texture": "#2"}, + "down": {"uv": [6, 6.75, 5.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 2, 12], + "to": [13, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 1, 13]}, + "faces": { + "north": {"uv": [0, 4.5, 2.25, 6.75], "texture": "#2"}, + "east": {"uv": [6, 6.75, 6.25, 9], "texture": "#2"}, + "south": {"uv": [2.25, 4.5, 4.5, 6.75], "texture": "#2"}, + "west": {"uv": [6.25, 6.75, 6.5, 9], "texture": "#2"}, + "up": {"uv": [9, 2.5, 6.75, 2.25], "texture": "#2"}, + "down": {"uv": [9, 2.5, 6.75, 2.75], "texture": "#2"} + } + }, + { + "from": [12, 2, 4], + "to": [13, 11, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 13]}, + "faces": { + "north": {"uv": [2, 7, 2.25, 9.25], "texture": "#2"}, + "east": {"uv": [4.5, 4.5, 6.5, 6.75], "texture": "#2"}, + "south": {"uv": [2.25, 7, 2.5, 9.25], "texture": "#2"}, + "west": {"uv": [4.75, 0, 6.75, 2.25], "texture": "#2"}, + "up": {"uv": [2.75, 9, 2.5, 7], "texture": "#2"}, + "down": {"uv": [3, 7, 2.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 2, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 4]}, + "faces": { + "north": {"uv": [6.75, 0, 8.75, 0.5], "texture": "#2"}, + "east": {"uv": [6.75, 0.5, 8.75, 1], "texture": "#2"}, + "south": {"uv": [6.75, 1, 8.75, 1.5], "texture": "#2"}, + "west": {"uv": [6.75, 1.5, 8.75, 2], "texture": "#2"}, + "up": {"uv": [8.5, 8.25, 6.5, 6.25], "texture": "#2"}, + "down": {"uv": [2, 6.75, 0, 8.75], "texture": "#2"} + } + }, + { + "from": [4, 10, 4], + "to": [12, 10, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 4]}, + "faces": { + "north": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "east": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "up": {"uv": [6.75, 4.25, 4.75, 2.25], "texture": "#2"}, + "down": {"uv": [8.5, 4.25, 6.5, 6.25], "texture": "#2"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "thirdperson_lefthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "firstperson_righthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "firstperson_lefthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.75, 0.75, 0.75] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/oreganized/textures/item/molten_lead_bucket.png b/kubejs/assets/oreganized/textures/item/molten_lead_bucket.png new file mode 100644 index 0000000..564ab45 Binary files /dev/null and b/kubejs/assets/oreganized/textures/item/molten_lead_bucket.png differ diff --git a/kubejs/assets/sliceanddice/models/item/fertilizer_bucket.json b/kubejs/assets/sliceanddice/models/item/fertilizer_bucket.json new file mode 100644 index 0000000..dffd80f --- /dev/null +++ b/kubejs/assets/sliceanddice/models/item/fertilizer_bucket.json @@ -0,0 +1,113 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "2": "sliceanddice:item/fertilizer_bucket" + }, + "elements": [ + { + "from": [3, 2, 3], + "to": [13, 11, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 3]}, + "faces": { + "north": {"uv": [0, 0, 2.5, 2.25], "texture": "#2"}, + "east": {"uv": [4.5, 6.75, 4.75, 9], "texture": "#2"}, + "south": {"uv": [0, 2.25, 2.5, 4.5], "texture": "#2"}, + "west": {"uv": [4.75, 6.75, 5, 9], "texture": "#2"}, + "up": {"uv": [4.5, 7, 2, 6.75], "texture": "#2"}, + "down": {"uv": [9.25, 2, 6.75, 2.25], "texture": "#2"} + } + }, + { + "from": [3, 2, 4], + "to": [4, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 13]}, + "faces": { + "north": {"uv": [5, 6.75, 5.25, 9], "texture": "#2"}, + "east": {"uv": [2.5, 0, 4.75, 2.25], "texture": "#2"}, + "south": {"uv": [5.25, 6.75, 5.5, 9], "texture": "#2"}, + "west": {"uv": [2.5, 2.25, 4.75, 4.5], "texture": "#2"}, + "up": {"uv": [5.75, 9, 5.5, 6.75], "texture": "#2"}, + "down": {"uv": [6, 6.75, 5.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 2, 12], + "to": [13, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 1, 13]}, + "faces": { + "north": {"uv": [0, 4.5, 2.25, 6.75], "texture": "#2"}, + "east": {"uv": [6, 6.75, 6.25, 9], "texture": "#2"}, + "south": {"uv": [2.25, 4.5, 4.5, 6.75], "texture": "#2"}, + "west": {"uv": [6.25, 6.75, 6.5, 9], "texture": "#2"}, + "up": {"uv": [9, 2.5, 6.75, 2.25], "texture": "#2"}, + "down": {"uv": [9, 2.5, 6.75, 2.75], "texture": "#2"} + } + }, + { + "from": [12, 2, 4], + "to": [13, 11, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 13]}, + "faces": { + "north": {"uv": [2, 7, 2.25, 9.25], "texture": "#2"}, + "east": {"uv": [4.5, 4.5, 6.5, 6.75], "texture": "#2"}, + "south": {"uv": [2.25, 7, 2.5, 9.25], "texture": "#2"}, + "west": {"uv": [4.75, 0, 6.75, 2.25], "texture": "#2"}, + "up": {"uv": [2.75, 9, 2.5, 7], "texture": "#2"}, + "down": {"uv": [3, 7, 2.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 2, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 4]}, + "faces": { + "north": {"uv": [6.75, 0, 8.75, 0.5], "texture": "#2"}, + "east": {"uv": [6.75, 0.5, 8.75, 1], "texture": "#2"}, + "south": {"uv": [6.75, 1, 8.75, 1.5], "texture": "#2"}, + "west": {"uv": [6.75, 1.5, 8.75, 2], "texture": "#2"}, + "up": {"uv": [8.5, 8.25, 6.5, 6.25], "texture": "#2"}, + "down": {"uv": [2, 6.75, 0, 8.75], "texture": "#2"} + } + }, + { + "from": [4, 10, 4], + "to": [12, 10, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 4]}, + "faces": { + "north": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "east": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "up": {"uv": [6.75, 4.25, 4.75, 2.25], "texture": "#2"}, + "down": {"uv": [8.5, 4.25, 6.5, 6.25], "texture": "#2"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "thirdperson_lefthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "firstperson_righthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "firstperson_lefthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.75, 0.75, 0.75] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/sliceanddice/textures/item/fertilizer_bucket.png b/kubejs/assets/sliceanddice/textures/item/fertilizer_bucket.png new file mode 100644 index 0000000..0aafc99 Binary files /dev/null and b/kubejs/assets/sliceanddice/textures/item/fertilizer_bucket.png differ diff --git a/kubejs/assets/spelunkery/models/item/portal_fluid_bucket.json b/kubejs/assets/spelunkery/models/item/portal_fluid_bucket.json new file mode 100644 index 0000000..c20cab5 --- /dev/null +++ b/kubejs/assets/spelunkery/models/item/portal_fluid_bucket.json @@ -0,0 +1,113 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "2": "spelunkery:item/portal_fluid_bucket" + }, + "elements": [ + { + "from": [3, 2, 3], + "to": [13, 11, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 3]}, + "faces": { + "north": {"uv": [0, 0, 2.5, 2.25], "texture": "#2"}, + "east": {"uv": [4.5, 6.75, 4.75, 9], "texture": "#2"}, + "south": {"uv": [0, 2.25, 2.5, 4.5], "texture": "#2"}, + "west": {"uv": [4.75, 6.75, 5, 9], "texture": "#2"}, + "up": {"uv": [4.5, 7, 2, 6.75], "texture": "#2"}, + "down": {"uv": [9.25, 2, 6.75, 2.25], "texture": "#2"} + } + }, + { + "from": [3, 2, 4], + "to": [4, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 13]}, + "faces": { + "north": {"uv": [5, 6.75, 5.25, 9], "texture": "#2"}, + "east": {"uv": [2.5, 0, 4.75, 2.25], "texture": "#2"}, + "south": {"uv": [5.25, 6.75, 5.5, 9], "texture": "#2"}, + "west": {"uv": [2.5, 2.25, 4.75, 4.5], "texture": "#2"}, + "up": {"uv": [5.75, 9, 5.5, 6.75], "texture": "#2"}, + "down": {"uv": [6, 6.75, 5.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 2, 12], + "to": [13, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 1, 13]}, + "faces": { + "north": {"uv": [0, 4.5, 2.25, 6.75], "texture": "#2"}, + "east": {"uv": [6, 6.75, 6.25, 9], "texture": "#2"}, + "south": {"uv": [2.25, 4.5, 4.5, 6.75], "texture": "#2"}, + "west": {"uv": [6.25, 6.75, 6.5, 9], "texture": "#2"}, + "up": {"uv": [9, 2.5, 6.75, 2.25], "texture": "#2"}, + "down": {"uv": [9, 2.5, 6.75, 2.75], "texture": "#2"} + } + }, + { + "from": [12, 2, 4], + "to": [13, 11, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 13]}, + "faces": { + "north": {"uv": [2, 7, 2.25, 9.25], "texture": "#2"}, + "east": {"uv": [4.5, 4.5, 6.5, 6.75], "texture": "#2"}, + "south": {"uv": [2.25, 7, 2.5, 9.25], "texture": "#2"}, + "west": {"uv": [4.75, 0, 6.75, 2.25], "texture": "#2"}, + "up": {"uv": [2.75, 9, 2.5, 7], "texture": "#2"}, + "down": {"uv": [3, 7, 2.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 2, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 4]}, + "faces": { + "north": {"uv": [6.75, 0, 8.75, 0.5], "texture": "#2"}, + "east": {"uv": [6.75, 0.5, 8.75, 1], "texture": "#2"}, + "south": {"uv": [6.75, 1, 8.75, 1.5], "texture": "#2"}, + "west": {"uv": [6.75, 1.5, 8.75, 2], "texture": "#2"}, + "up": {"uv": [8.5, 8.25, 6.5, 6.25], "texture": "#2"}, + "down": {"uv": [2, 6.75, 0, 8.75], "texture": "#2"} + } + }, + { + "from": [4, 10, 4], + "to": [12, 10, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 4]}, + "faces": { + "north": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "east": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "up": {"uv": [6.75, 4.25, 4.75, 2.25], "texture": "#2"}, + "down": {"uv": [8.5, 4.25, 6.5, 6.25], "texture": "#2"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "thirdperson_lefthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "firstperson_righthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "firstperson_lefthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.75, 0.75, 0.75] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/spelunkery/models/item/spring_water_bucket.json b/kubejs/assets/spelunkery/models/item/spring_water_bucket.json new file mode 100644 index 0000000..4fd227e --- /dev/null +++ b/kubejs/assets/spelunkery/models/item/spring_water_bucket.json @@ -0,0 +1,113 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "2": "spelunkery:item/spring_water_bucket" + }, + "elements": [ + { + "from": [3, 2, 3], + "to": [13, 11, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 3]}, + "faces": { + "north": {"uv": [0, 0, 2.5, 2.25], "texture": "#2"}, + "east": {"uv": [4.5, 6.75, 4.75, 9], "texture": "#2"}, + "south": {"uv": [0, 2.25, 2.5, 4.5], "texture": "#2"}, + "west": {"uv": [4.75, 6.75, 5, 9], "texture": "#2"}, + "up": {"uv": [4.5, 7, 2, 6.75], "texture": "#2"}, + "down": {"uv": [9.25, 2, 6.75, 2.25], "texture": "#2"} + } + }, + { + "from": [3, 2, 4], + "to": [4, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 13]}, + "faces": { + "north": {"uv": [5, 6.75, 5.25, 9], "texture": "#2"}, + "east": {"uv": [2.5, 0, 4.75, 2.25], "texture": "#2"}, + "south": {"uv": [5.25, 6.75, 5.5, 9], "texture": "#2"}, + "west": {"uv": [2.5, 2.25, 4.75, 4.5], "texture": "#2"}, + "up": {"uv": [5.75, 9, 5.5, 6.75], "texture": "#2"}, + "down": {"uv": [6, 6.75, 5.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 2, 12], + "to": [13, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 1, 13]}, + "faces": { + "north": {"uv": [0, 4.5, 2.25, 6.75], "texture": "#2"}, + "east": {"uv": [6, 6.75, 6.25, 9], "texture": "#2"}, + "south": {"uv": [2.25, 4.5, 4.5, 6.75], "texture": "#2"}, + "west": {"uv": [6.25, 6.75, 6.5, 9], "texture": "#2"}, + "up": {"uv": [9, 2.5, 6.75, 2.25], "texture": "#2"}, + "down": {"uv": [9, 2.5, 6.75, 2.75], "texture": "#2"} + } + }, + { + "from": [12, 2, 4], + "to": [13, 11, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 13]}, + "faces": { + "north": {"uv": [2, 7, 2.25, 9.25], "texture": "#2"}, + "east": {"uv": [4.5, 4.5, 6.5, 6.75], "texture": "#2"}, + "south": {"uv": [2.25, 7, 2.5, 9.25], "texture": "#2"}, + "west": {"uv": [4.75, 0, 6.75, 2.25], "texture": "#2"}, + "up": {"uv": [2.75, 9, 2.5, 7], "texture": "#2"}, + "down": {"uv": [3, 7, 2.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 2, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 4]}, + "faces": { + "north": {"uv": [6.75, 0, 8.75, 0.5], "texture": "#2"}, + "east": {"uv": [6.75, 0.5, 8.75, 1], "texture": "#2"}, + "south": {"uv": [6.75, 1, 8.75, 1.5], "texture": "#2"}, + "west": {"uv": [6.75, 1.5, 8.75, 2], "texture": "#2"}, + "up": {"uv": [8.5, 8.25, 6.5, 6.25], "texture": "#2"}, + "down": {"uv": [2, 6.75, 0, 8.75], "texture": "#2"} + } + }, + { + "from": [4, 10, 4], + "to": [12, 10, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 4]}, + "faces": { + "north": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "east": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "up": {"uv": [6.75, 4.25, 4.75, 2.25], "texture": "#2"}, + "down": {"uv": [8.5, 4.25, 6.5, 6.25], "texture": "#2"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "thirdperson_lefthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "firstperson_righthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "firstperson_lefthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.75, 0.75, 0.75] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/spelunkery/textures/item/portal_fluid_bucket.png b/kubejs/assets/spelunkery/textures/item/portal_fluid_bucket.png new file mode 100644 index 0000000..9458bb4 Binary files /dev/null and b/kubejs/assets/spelunkery/textures/item/portal_fluid_bucket.png differ diff --git a/kubejs/assets/spelunkery/textures/item/spring_water_bucket.png b/kubejs/assets/spelunkery/textures/item/spring_water_bucket.png new file mode 100644 index 0000000..42b9568 Binary files /dev/null and b/kubejs/assets/spelunkery/textures/item/spring_water_bucket.png differ diff --git a/kubejs/assets/supplementaries/models/item/lumisene_bucket.json b/kubejs/assets/supplementaries/models/item/lumisene_bucket.json new file mode 100644 index 0000000..e6138ff --- /dev/null +++ b/kubejs/assets/supplementaries/models/item/lumisene_bucket.json @@ -0,0 +1,113 @@ +{ + "credit": "Made with Blockbench", + "texture_size": [64, 64], + "textures": { + "2": "supplementaries:item/lumisene_bucket" + }, + "elements": [ + { + "from": [3, 2, 3], + "to": [13, 11, 4], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 3]}, + "faces": { + "north": {"uv": [0, 0, 2.5, 2.25], "texture": "#2"}, + "east": {"uv": [4.5, 6.75, 4.75, 9], "texture": "#2"}, + "south": {"uv": [0, 2.25, 2.5, 4.5], "texture": "#2"}, + "west": {"uv": [4.75, 6.75, 5, 9], "texture": "#2"}, + "up": {"uv": [4.5, 7, 2, 6.75], "texture": "#2"}, + "down": {"uv": [9.25, 2, 6.75, 2.25], "texture": "#2"} + } + }, + { + "from": [3, 2, 4], + "to": [4, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [3, 1, 13]}, + "faces": { + "north": {"uv": [5, 6.75, 5.25, 9], "texture": "#2"}, + "east": {"uv": [2.5, 0, 4.75, 2.25], "texture": "#2"}, + "south": {"uv": [5.25, 6.75, 5.5, 9], "texture": "#2"}, + "west": {"uv": [2.5, 2.25, 4.75, 4.5], "texture": "#2"}, + "up": {"uv": [5.75, 9, 5.5, 6.75], "texture": "#2"}, + "down": {"uv": [6, 6.75, 5.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 2, 12], + "to": [13, 11, 13], + "rotation": {"angle": 0, "axis": "y", "origin": [13, 1, 13]}, + "faces": { + "north": {"uv": [0, 4.5, 2.25, 6.75], "texture": "#2"}, + "east": {"uv": [6, 6.75, 6.25, 9], "texture": "#2"}, + "south": {"uv": [2.25, 4.5, 4.5, 6.75], "texture": "#2"}, + "west": {"uv": [6.25, 6.75, 6.5, 9], "texture": "#2"}, + "up": {"uv": [9, 2.5, 6.75, 2.25], "texture": "#2"}, + "down": {"uv": [9, 2.5, 6.75, 2.75], "texture": "#2"} + } + }, + { + "from": [12, 2, 4], + "to": [13, 11, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [12, 1, 13]}, + "faces": { + "north": {"uv": [2, 7, 2.25, 9.25], "texture": "#2"}, + "east": {"uv": [4.5, 4.5, 6.5, 6.75], "texture": "#2"}, + "south": {"uv": [2.25, 7, 2.5, 9.25], "texture": "#2"}, + "west": {"uv": [4.75, 0, 6.75, 2.25], "texture": "#2"}, + "up": {"uv": [2.75, 9, 2.5, 7], "texture": "#2"}, + "down": {"uv": [3, 7, 2.75, 9], "texture": "#2"} + } + }, + { + "from": [4, 0, 4], + "to": [12, 2, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [4, 0, 4]}, + "faces": { + "north": {"uv": [6.75, 0, 8.75, 0.5], "texture": "#2"}, + "east": {"uv": [6.75, 0.5, 8.75, 1], "texture": "#2"}, + "south": {"uv": [6.75, 1, 8.75, 1.5], "texture": "#2"}, + "west": {"uv": [6.75, 1.5, 8.75, 2], "texture": "#2"}, + "up": {"uv": [8.5, 8.25, 6.5, 6.25], "texture": "#2"}, + "down": {"uv": [2, 6.75, 0, 8.75], "texture": "#2"} + } + }, + { + "from": [4, 10, 4], + "to": [12, 10, 12], + "rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 4]}, + "faces": { + "north": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "east": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "south": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "west": {"uv": [0, 0, 2, 0], "texture": "#2"}, + "up": {"uv": [6.75, 4.25, 4.75, 2.25], "texture": "#2"}, + "down": {"uv": [8.5, 4.25, 6.5, 6.25], "texture": "#2"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "thirdperson_lefthand": { + "rotation": [68, 0, 0], + "translation": [-0.05, 0.5, -1.25], + "scale": [0.47, 0.5, 0.47] + }, + "firstperson_righthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "firstperson_lefthand": { + "rotation": [-75, 72, 54], + "translation": [1.25, 2.75, 0.5], + "scale": [0.66, 0.75, 0.66] + }, + "gui": { + "rotation": [30, 225, 0], + "scale": [0.75, 0.75, 0.75] + } + } +} \ No newline at end of file diff --git a/kubejs/assets/supplementaries/textures/item/lumisene_bucket.png b/kubejs/assets/supplementaries/textures/item/lumisene_bucket.png new file mode 100644 index 0000000..e622c51 Binary files /dev/null and b/kubejs/assets/supplementaries/textures/item/lumisene_bucket.png differ