diff --git a/assets/minecraft/.DS_Store b/assets/minecraft/.DS_Store new file mode 100644 index 0000000..e9d8e21 Binary files /dev/null and b/assets/minecraft/.DS_Store differ diff --git a/assets/minecraft/items/mace.json b/assets/minecraft/items/mace.json new file mode 100644 index 0000000..8ceeb32 --- /dev/null +++ b/assets/minecraft/items/mace.json @@ -0,0 +1,27 @@ +{ + "model": { + "type": "minecraft:select", + "property": "minecraft:component", + "component": "minecraft:custom_name", + "cases": [ + { + "when": [ + "sahur", + "Sahur", + "bat", + "Bat", + "бита", + "Бита" + ], + "model": { + "type": "minecraft:model", + "model": "minecraft:item/bat/bat" + } + } + ], + "fallback": { + "type": "minecraft:model", + "model": "minecraft:item/mace" + } + } +} diff --git a/assets/minecraft/models/.DS_Store b/assets/minecraft/models/.DS_Store new file mode 100644 index 0000000..dfa7160 Binary files /dev/null and b/assets/minecraft/models/.DS_Store differ diff --git a/assets/minecraft/models/item/bat/bat.json b/assets/minecraft/models/item/bat/bat.json new file mode 100644 index 0000000..ec6cc75 --- /dev/null +++ b/assets/minecraft/models/item/bat/bat.json @@ -0,0 +1,85 @@ +{ + "format_version": "1.21.6", + "credit": "Made with Blockbench", + "texture_size": [32, 32], + "textures": { + "0": "item/bat/bat" + }, + "elements": [ + { + "from": [6.75, 3, 6.70711], + "to": [9.25, 4, 9.20711], + "rotation": {"angle": 0, "axis": "y", "origin": [9, 4, 8]}, + "faces": { + "north": {"uv": [7.5, 8, 9, 8.5], "texture": "#0"}, + "east": {"uv": [7.5, 8.5, 9, 9], "texture": "#0"}, + "south": {"uv": [9, 2, 10.5, 2.5], "texture": "#0"}, + "west": {"uv": [9, 2.5, 10.5, 3], "texture": "#0"}, + "up": {"uv": [6.5, 9.5, 5, 8], "texture": "#0"}, + "down": {"uv": [9.5, 5.5, 8, 7], "texture": "#0"} + } + }, + { + "from": [7, 4, 7], + "to": [9, 11, 9], + "rotation": {"angle": 0, "axis": "y", "origin": [0, 2, 0]}, + "faces": { + "north": {"uv": [2, 8, 3, 11.5], "texture": "#0"}, + "east": {"uv": [8, 2, 9, 5.5], "texture": "#0"}, + "south": {"uv": [3, 8, 4, 11.5], "texture": "#0"}, + "west": {"uv": [4, 8, 5, 11.5], "texture": "#0"}, + "up": {"uv": [7.5, 9, 6.5, 8], "texture": "#0"}, + "down": {"uv": [9, 7, 8, 8], "texture": "#0"} + } + }, + { + "from": [6, 10, 6], + "to": [10, 26, 10], + "rotation": {"angle": -45, "axis": "y", "origin": [8, 9, 8]}, + "faces": { + "north": {"uv": [0, 0, 2, 8], "texture": "#0"}, + "east": {"uv": [2, 0, 4, 8], "texture": "#0"}, + "south": {"uv": [4, 0, 6, 8], "texture": "#0"}, + "west": {"uv": [6, 0, 8, 8], "texture": "#0"}, + "up": {"uv": [2, 10, 0, 8], "texture": "#0"}, + "down": {"uv": [10, 0, 8, 2], "texture": "#0"} + } + } + ], + "display": { + "firstperson_righthand": { + "rotation": [27, 25, 0], + "translation": [0, -0.25, 0], + "scale": [0.65, 0.65, 0.65] + }, + "firstperson_lefthand": { + "rotation": [26, 25, 0] + }, + "ground": { + "rotation": [93, 0, 0], + "translation": [0, 0, 3.5], + "scale": [0.9, 0.9, 0.9] + }, + "gui": { + "rotation": [0, 0, 47], + "translation": [3.75, -3, 0], + "scale": [0.7, 0.7, 0.7] + }, + "head": { + "translation": [0, 11.5, 0.5] + }, + "fixed": { + "rotation": [0, 0, -44], + "translation": [-4, -4.25, 0], + "scale": [0.9, 0.9, 0.9] + } + }, + "groups": [ + { + "name": "group", + "origin": [8, 7, 8], + "color": 0, + "children": [0, 1, 2] + } + ] +} \ No newline at end of file diff --git a/assets/minecraft/textures/.DS_Store b/assets/minecraft/textures/.DS_Store new file mode 100644 index 0000000..5de097a Binary files /dev/null and b/assets/minecraft/textures/.DS_Store differ diff --git a/assets/minecraft/textures/item/bat/bat.png b/assets/minecraft/textures/item/bat/bat.png new file mode 100644 index 0000000..cbadd79 Binary files /dev/null and b/assets/minecraft/textures/item/bat/bat.png differ