diff options
Diffstat (limited to 'assets/minecraft/models/item/golden_leggings.json')
| -rwxr-xr-x | assets/minecraft/models/item/golden_leggings.json | 145 |
1 files changed, 145 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/golden_leggings.json b/assets/minecraft/models/item/golden_leggings.json new file mode 100755 index 00000000..40dbd076 --- /dev/null +++ b/assets/minecraft/models/item/golden_leggings.json | |||
| @@ -0,0 +1,145 @@ | |||
| 1 | { | ||
| 2 | "parent": "item/end_portal_frame", | ||
| 3 | "ambientocclusion": false, | ||
| 4 | "textures": { | ||
| 5 | "1": "item/golden_leggings", | ||
| 6 | "lantern": "block/models/armor/gold_layer_2" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [6, 6, 6], | ||
| 11 | "to": [10, 6, 10], | ||
| 12 | "shade": false, | ||
| 13 | "faces": { | ||
| 14 | "down": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 15 | } | ||
| 16 | }, | ||
| 17 | { | ||
| 18 | "from": [8, -2, 6], | ||
| 19 | "to": [12, 10, 10], | ||
| 20 | "faces": { | ||
| 21 | "north": {"uv": [1, 10, 2, 16], "texture": "#lantern"}, | ||
| 22 | "east": {"uv": [0, 10, 1, 16], "texture": "#lantern"}, | ||
| 23 | "south": {"uv": [3, 10, 4, 16], "texture": "#lantern"}, | ||
| 24 | "west": {"uv": [2, 10, 3, 16], "texture": "#lantern"}, | ||
| 25 | "up": {"uv": [1, 8, 2, 10], "rotation": 90, "texture": "#lantern"} | ||
| 26 | } | ||
| 27 | }, | ||
| 28 | { | ||
| 29 | "from": [12, -2, 6], | ||
| 30 | "to": [8, 10, 10], | ||
| 31 | "faces": { | ||
| 32 | "north": {"uv": [2, 10, 1, 16], "texture": "#lantern"}, | ||
| 33 | "east": {"uv": [2, 10, 3, 16], "texture": "#lantern"}, | ||
| 34 | "south": {"uv": [4, 10, 3, 16], "texture": "#lantern"}, | ||
| 35 | "west": {"uv": [0, 10, 1, 16], "texture": "#lantern"} | ||
| 36 | } | ||
| 37 | }, | ||
| 38 | { | ||
| 39 | "from": [8, -2, 6], | ||
| 40 | "to": [4, 10, 10], | ||
| 41 | "faces": { | ||
| 42 | "north": {"uv": [1, 10, 2, 16], "texture": "#lantern"}, | ||
| 43 | "east": {"uv": [0, 10, 1, 16], "texture": "#lantern"}, | ||
| 44 | "south": {"uv": [3, 10, 4, 16], "texture": "#lantern"}, | ||
| 45 | "west": {"uv": [2, 10, 3, 16], "texture": "#lantern"} | ||
| 46 | } | ||
| 47 | }, | ||
| 48 | { | ||
| 49 | "from": [4, -2, 6], | ||
| 50 | "to": [8, 10, 10], | ||
| 51 | "faces": { | ||
| 52 | "north": {"uv": [2, 10, 1, 16], "texture": "#lantern"}, | ||
| 53 | "east": {"uv": [2, 10, 3, 16], "texture": "#lantern"}, | ||
| 54 | "south": {"uv": [4, 10, 3, 16], "texture": "#lantern"}, | ||
| 55 | "west": {"uv": [0, 10, 1, 16], "texture": "#lantern"}, | ||
| 56 | "up": {"uv": [2, 8, 1, 10], "rotation": 90, "texture": "#lantern"} | ||
| 57 | } | ||
| 58 | }, | ||
| 59 | { | ||
| 60 | "from": [3.9, 10, 5.9], | ||
| 61 | "to": [12.1, 22, 10.1], | ||
| 62 | "faces": { | ||
| 63 | "north": {"uv": [5, 10, 7, 16], "texture": "#lantern"}, | ||
| 64 | "east": {"uv": [4, 10, 5, 16], "texture": "#lantern"}, | ||
| 65 | "south": {"uv": [8, 10, 10, 16], "texture": "#lantern"}, | ||
| 66 | "west": {"uv": [7, 10, 8, 16], "texture": "#lantern"}, | ||
| 67 | "up": {"uv": [5, 8, 7, 10], "texture": "#lantern"} | ||
| 68 | } | ||
| 69 | }, | ||
| 70 | { | ||
| 71 | "from": [12.1, 10, 5.9], | ||
| 72 | "to": [3.9, 22, 10.1], | ||
| 73 | "faces": { | ||
| 74 | "north": {"uv": [7, 10, 5, 16], "texture": "#lantern"}, | ||
| 75 | "east": {"uv": [7, 10, 8, 16], "texture": "#lantern"}, | ||
| 76 | "south": {"uv": [10, 10, 8, 16], "texture": "#lantern"}, | ||
| 77 | "west": {"uv": [4, 10, 5, 16], "texture": "#lantern"} | ||
| 78 | } | ||
| 79 | } | ||
| 80 | ], | ||
| 81 | "gui_light": "front", | ||
| 82 | "display": { | ||
| 83 | "thirdperson_righthand": { | ||
| 84 | "rotation": [14.5, -64, 0], | ||
| 85 | "translation": [0, -1.5, -1.5], | ||
| 86 | "scale": [0.75, 0.75, 0.75] | ||
| 87 | }, | ||
| 88 | "thirdperson_lefthand": { | ||
| 89 | "rotation": [14.5, -64, 0], | ||
| 90 | "translation": [0, -1.5, -1.5], | ||
| 91 | "scale": [0.75, 0.75, 0.75] | ||
| 92 | }, | ||
| 93 | "firstperson_righthand": { | ||
| 94 | "rotation": [162.5, 48, -170], | ||
| 95 | "translation": [-1, 3.5, 2], | ||
| 96 | "scale": [0.5, 0.5, 0.5] | ||
| 97 | }, | ||
| 98 | "firstperson_lefthand": { | ||
| 99 | "rotation": [162.5, 48, -170], | ||
| 100 | "translation": [-1, 3.5, 2], | ||
| 101 | "scale": [0.5, 0.5, 0.5] | ||
| 102 | }, | ||
| 103 | "ground": { | ||
| 104 | "translation": [0, 3.25, 0], | ||
| 105 | "scale": [0.6, 0.6, 0.6] | ||
| 106 | }, | ||
| 107 | "fixed": { | ||
| 108 | "translation": [0, 0, -3.75], | ||
| 109 | "scale": [2, 2, 2] | ||
| 110 | } | ||
| 111 | }, | ||
| 112 | "overrides": [ | ||
| 113 | { | ||
| 114 | "model": "minecraft:item/golden_leggings_quartz_trim", | ||
| 115 | "predicate": { "trim_type": 0.1 } }, | ||
| 116 | { | ||
| 117 | "model": "minecraft:item/golden_leggings_iron_trim", | ||
| 118 | "predicate": { "trim_type": 0.2 } }, | ||
| 119 | { | ||
| 120 | "model": "minecraft:item/golden_leggings_netherite_trim", | ||
| 121 | "predicate": { "trim_type": 0.3 } }, | ||
| 122 | { | ||
| 123 | "model": "minecraft:item/golden_leggings_redstone_trim", | ||
| 124 | "predicate": { "trim_type": 0.4 } }, | ||
| 125 | { | ||
| 126 | "model": "minecraft:item/golden_leggings_copper_trim", | ||
| 127 | "predicate": { "trim_type": 0.5 } }, | ||
| 128 | { | ||
| 129 | "model": "minecraft:item/golden_leggings_gold_trim", | ||
| 130 | "predicate": { "trim_type": 0.6 } }, | ||
| 131 | { | ||
| 132 | "model": "minecraft:item/golden_leggings_emerald_trim", | ||
| 133 | "predicate": { "trim_type": 0.7 } }, | ||
| 134 | { | ||
| 135 | "model": "minecraft:item/golden_leggings_diamond_trim", | ||
| 136 | "predicate": { "trim_type": 0.8 } }, | ||
| 137 | { | ||
| 138 | "model": "minecraft:item/golden_leggings_lapis_trim", | ||
| 139 | "predicate": { "trim_type": 0.9 } }, | ||
| 140 | { | ||
| 141 | "model": "minecraft:item/golden_leggings_amethyst_trim", | ||
| 142 | "predicate": { "trim_type": 1.0 } | ||
| 143 | } | ||
| 144 | ] | ||
| 145 | } \ No newline at end of file | ||