diff --git a/assets/minecraft/models/item/decor/kweebec_particle.json b/assets/minecraft/models/item/decor/kweebec_particle.json new file mode 100644 index 0000000..bc25651 --- /dev/null +++ b/assets/minecraft/models/item/decor/kweebec_particle.json @@ -0,0 +1,52 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "item/decor/kweebec_particle", + "particle": "item/decor/kweebec_particle" + }, + "elements": [ + { + "from": [-16, 0, -16], + "to": [32, 0, 32], + "faces": { + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [16, 16, 0, 0], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, 180, 0], + "translation": [0, 4.25, 0], + "scale": [0.3, 0.3, 0.3] + }, + "thirdperson_lefthand": { + "rotation": [0, 180, 0], + "translation": [0, 4.25, 0], + "scale": [0.3, 0.3, 0.3] + }, + "firstperson_righthand": { + "rotation": [74.76, -8.69, 29.1], + "translation": [0, 5.75, 0], + "scale": [0.31, 0.31, 0.31] + }, + "firstperson_lefthand": { + "rotation": [74.76, -8.69, 29.1], + "translation": [0, 5.75, 0], + "scale": [0.31, 0.31, 0.31] + }, + "ground": { + "translation": [0, 2.75, 0], + "scale": [0.34, 0.34, 0.34] + }, + "gui": { + "rotation": [90, 0, 0], + "translation": [-0.5, -1.5, 0], + "scale": [0.49, 0.49, 0.49] + }, + "fixed": { + "rotation": [-85, 0, 0], + "scale": [4, 4, 4] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/models/item/decor/summoning_circle.json b/assets/minecraft/models/item/decor/summoning_circle.json new file mode 100644 index 0000000..7e4f68d --- /dev/null +++ b/assets/minecraft/models/item/decor/summoning_circle.json @@ -0,0 +1,51 @@ +{ + "credit": "Made with Blockbench", + "textures": { + "0": "item/decor/summoning_circle", + "particle": "item/decor/summoning_circle" + }, + "elements": [ + { + "from": [-16, 0, -16], + "to": [32, 0, 32], + "faces": { + "up": {"uv": [0, 0, 16, 16], "texture": "#0"}, + "down": {"uv": [16, 0, 0, 16], "texture": "#0"} + } + } + ], + "display": { + "thirdperson_righthand": { + "rotation": [0, 180, 0], + "translation": [0, 4.5, 0], + "scale": [0.3, 0.3, 0.3] + }, + "thirdperson_lefthand": { + "rotation": [0, 180, 0], + "translation": [0, 4.25, 0], + "scale": [0.3, 0.3, 0.3] + }, + "firstperson_righthand": { + "rotation": [74.76, -8.69, 29.1], + "translation": [0, 5.75, 0], + "scale": [0.31, 0.31, 0.31] + }, + "firstperson_lefthand": { + "rotation": [74.76, -8.69, 29.1], + "translation": [0, 5.75, 0], + "scale": [0.31, 0.31, 0.31] + }, + "ground": { + "translation": [0, 7, 0] + }, + "gui": { + "rotation": [90, 0, 0], + "translation": [1, 0.5, 0], + "scale": [0.36, 0.36, 0.36] + }, + "fixed": { + "rotation": [-85, 0, 0], + "scale": [4, 4, 4] + } + } +} \ No newline at end of file diff --git a/assets/minecraft/textures/item/decor/kweebec_particle.png b/assets/minecraft/textures/item/decor/kweebec_particle.png new file mode 100644 index 0000000..51f83eb Binary files /dev/null and b/assets/minecraft/textures/item/decor/kweebec_particle.png differ diff --git a/assets/minecraft/textures/item/decor/summoning_circle.png b/assets/minecraft/textures/item/decor/summoning_circle.png new file mode 100644 index 0000000..137796d Binary files /dev/null and b/assets/minecraft/textures/item/decor/summoning_circle.png differ