diff options
Diffstat (limited to 'assets/minecraft/models/item/golden_chestplate.json')
| -rwxr-xr-x | assets/minecraft/models/item/golden_chestplate.json | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/golden_chestplate.json b/assets/minecraft/models/item/golden_chestplate.json new file mode 100755 index 00000000..63a39ac6 --- /dev/null +++ b/assets/minecraft/models/item/golden_chestplate.json | |||
| @@ -0,0 +1,125 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/end_portal_frame", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "1": "item/golden_chestplate", | ||
| 6 | "lantern": "block/models/armor/gold_layer_1" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [6, 9, 6], | ||
| 11 | "to": [10, 9, 10], | ||
| 12 | "shade": false, | ||
| 13 | "faces": { | ||
| 14 | "down": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [3.5, 0, 5.9], | ||
| 19 | "to": [12.5, 12, 10.9], | ||
| 20 | "faces": { | ||
| 21 | "north": {"uv": [5, 10, 7, 16], "texture": "#lantern"}, | ||
| 22 | "east": {"uv": [4, 10, 5, 16], "texture": "#lantern"}, | ||
| 23 | "south": {"uv": [8, 10, 10, 16], "texture": "#lantern"}, | ||
| 24 | "west": {"uv": [7, 10, 8, 16], "texture": "#lantern"}, | ||
| 25 | "up": {"uv": [7, 8, 5, 10], "texture": "#lantern"} | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "from": [12.5, 0, 5.9], | ||
| 30 | "to": [3.5, 12, 10.9], | ||
| 31 | "faces": { | ||
| 32 | "north": {"uv": [7, 10, 5, 16], "texture": "#lantern"}, | ||
| 33 | "east": {"uv": [7, 10, 8, 16], "texture": "#lantern"}, | ||
| 34 | "south": {"uv": [10, 10, 8, 16], "texture": "#lantern"}, | ||
| 35 | "west": {"uv": [4, 10, 5, 16], "texture": "#lantern"} | ||
| 36 | } | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "from": [0, 0, 5.8], | ||
| 40 | "to": [5, 12, 10.8], | ||
| 41 | "rotation": {"angle": -22.5, "axis": "z", "origin": [4.5, 12, 10.4]}, | ||
| 42 | "faces": { | ||
| 43 | "north": {"uv": [12, 10, 11, 16], "texture": "#lantern"}, | ||
| 44 | "south": {"uv": [14, 10, 13, 16], "texture": "#lantern"}, | ||
| 45 | "west": {"uv": [10, 10, 11, 16], "texture": "#lantern"}, | ||
| 46 | "up": {"uv": [11, 8, 12, 10], "texture": "#lantern"} | ||
| 47 | } | ||
| 48 | }, | ||
| 49 | { | ||
| 50 | "from": [11, 0, 5.8], | ||
| 51 | "to": [16, 12, 10.8], | ||
| 52 | "rotation": {"angle": 22.5, "axis": "z", "origin": [11.5, 12, 10.4]}, | ||
| 53 | "faces": { | ||
| 54 | "north": {"uv": [11, 10, 12, 16], "texture": "#lantern"}, | ||
| 55 | "east": {"uv": [10, 10, 11, 16], "texture": "#lantern"}, | ||
| 56 | "south": {"uv": [13, 10, 14, 16], "texture": "#lantern"}, | ||
| 57 | "up": {"uv": [12, 8, 11, 10], "texture": "#lantern"} | ||
| 58 | } | ||
| 59 | } | ||
| 60 | ], | ||
| 61 | "gui_light": "front", | ||
| 62 | "display": { | ||
| 63 | "thirdperson_righthand": { | ||
| 64 | "rotation": [14.5, -64, 0], | ||
| 65 | "translation": [0, -1.5, -1.5], | ||
| 66 | "scale": [0.75, 0.75, 0.75] | ||
| 67 | }, | ||
| 68 | "thirdperson_lefthand": { | ||
| 69 | "rotation": [14.5, -64, 0], | ||
| 70 | "translation": [0, -1.5, -1.5], | ||
| 71 | "scale": [0.75, 0.75, 0.75] | ||
| 72 | }, | ||
| 73 | "firstperson_righthand": { | ||
| 74 | "rotation": [162.5, 48, -170], | ||
| 75 | "translation": [-1, 4.25, 2], | ||
| 76 | "scale": [0.5, 0.5, 0.5] | ||
| 77 | }, | ||
| 78 | "firstperson_lefthand": { | ||
| 79 | "rotation": [162.5, 48, -170], | ||
| 80 | "translation": [-1, 4.25, 2], | ||
| 81 | "scale": [0.5, 0.5, 0.5] | ||
| 82 | }, | ||
| 83 | "ground": { | ||
| 84 | "translation": [0, 4.5, 0], | ||
| 85 | "scale": [0.6, 0.6, 0.6] | ||
| 86 | }, | ||
| 87 | "fixed": { | ||
| 88 | "translation": [0, 0, -5], | ||
| 89 | "scale": [2, 2, 2] | ||
| 90 | } | ||
| 91 | }, | ||
| 92 | "overrides": [ | ||
| 93 | { | ||
| 94 | "model": "minecraft:item/golden_chestplate_quartz_trim", | ||
| 95 | "predicate": { "trim_type": 0.1 } }, | ||
| 96 | { | ||
| 97 | "model": "minecraft:item/golden_chestplate_iron_trim", | ||
| 98 | "predicate": { "trim_type": 0.2 } }, | ||
| 99 | { | ||
| 100 | "model": "minecraft:item/golden_chestplate_netherite_trim", | ||
| 101 | "predicate": { "trim_type": 0.3 } }, | ||
| 102 | { | ||
| 103 | "model": "minecraft:item/golden_chestplate_redstone_trim", | ||
| 104 | "predicate": { "trim_type": 0.4 } }, | ||
| 105 | { | ||
| 106 | "model": "minecraft:item/golden_chestplate_copper_trim", | ||
| 107 | "predicate": { "trim_type": 0.5 } }, | ||
| 108 | { | ||
| 109 | "model": "minecraft:item/golden_chestplate_gold_trim", | ||
| 110 | "predicate": { "trim_type": 0.6 } }, | ||
| 111 | { | ||
| 112 | "model": "minecraft:item/golden_chestplate_emerald_trim", | ||
| 113 | "predicate": { "trim_type": 0.7 } }, | ||
| 114 | { | ||
| 115 | "model": "minecraft:item/golden_chestplate_diamond_trim", | ||
| 116 | "predicate": { "trim_type": 0.8 } }, | ||
| 117 | { | ||
| 118 | "model": "minecraft:item/golden_chestplate_lapis_trim", | ||
| 119 | "predicate": { "trim_type": 0.9 } }, | ||
| 120 | { | ||
| 121 | "model": "minecraft:item/golden_chestplate_amethyst_trim", | ||
| 122 | "predicate": { "trim_type": 1.0 } | ||
| 123 | } | ||
| 124 | ] | ||
| 125 | } \ No newline at end of file | ||