diff --git a/lgw2/assets/minecraft/models/item/weapons/swordcutlass.json b/lgw2/assets/minecraft/models/item/weapons/swordcutlass.json new file mode 100644 index 000000000..44d6c11f7 --- /dev/null +++ b/lgw2/assets/minecraft/models/item/weapons/swordcutlass.json @@ -0,0 +1,45 @@ +{ + "credit": "Made with Blockbench", + "parent": "item/handheld", + "textures": { + "1": "item/swordcutlass", + "particle": "item/swordcutlass" + }, + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "rotation": [-45, -90, 0], + "translation": [-0.5, 0, -0.75], + "scale": [0.6, 0.6, 0.5] + }, + "thirdperson_lefthand": { + "rotation": [-45, 90, 0], + "translation": [-0.5, 0, -0.75], + "scale": [0.6, 0.6, 0.5] + }, + "firstperson_righthand": { + "rotation": [176.5, -75, -140], + "translation": [5, 2, -2.5], + "scale": [0.9, 0.9, 0.9] + }, + "firstperson_lefthand": { + "rotation": [-47, 80, 5], + "translation": [4.25, 2, -2.5], + "scale": [0.9, 0.9, 0.9] + }, + "ground": { + "rotation": [-90, 0, 45], + "translation": [0, -1.75, 0], + "scale": [0.8, 0.8, 0.8] + }, + "head": { + "rotation": [-135, -90, 0], + "translation": [-6.75, -26, 1.5], + "scale": [0.8, 0.8, 0.8] + }, + "fixed": { + "rotation": [-180, 0, -180], + "scale": [1.2, 1.2, 1.1] + } + } +} \ No newline at end of file