diff options
Diffstat (limited to 'assets/minecraft/models/item/hypixel/recipe_required.json')
| -rwxr-xr-x | assets/minecraft/models/item/hypixel/recipe_required.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/assets/minecraft/models/item/hypixel/recipe_required.json b/assets/minecraft/models/item/hypixel/recipe_required.json new file mode 100755 index 00000000..8d0e75a8 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/recipe_required.json | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | { | ||
| 2 | "textures": { | ||
| 3 | "1": "item/hypixel/button_small", | ||
| 4 | "2": "item/hypixel/close", | ||
| 5 | "3": "item/hypixel/crafting_arrow", | ||
| 6 | "particle": "item/hypixel/close" | ||
| 7 | }, | ||
| 8 | "elements": [ | ||
| 9 | { | ||
| 10 | "from": [0, 0, -13.75], | ||
| 11 | "to": [16, 16, -13.75], | ||
| 12 | "faces": { | ||
| 13 | "south": {"uv": [0, 0, 16, 16], "texture": "#2"} | ||
| 14 | } | ||
| 15 | }, | ||
| 16 | { | ||
| 17 | "from": [-16, 0, -13.75], | ||
| 18 | "to": [-2, 16, -13.75], | ||
| 19 | "faces": { | ||
| 20 | "south": {"uv": [1, 0, 15, 16], "texture": "#3"} | ||
| 21 | } | ||
| 22 | }, | ||
| 23 | { | ||
| 24 | "from": [-1, -1, -15], | ||
| 25 | "to": [17, 17, -15], | ||
| 26 | "faces": { | ||
| 27 | "south": {"uv": [0, 0, 16, 16], "texture": "#1"} | ||
| 28 | } | ||
| 29 | } | ||
| 30 | ], | ||
| 31 | "gui_light": "front", | ||
| 32 | "display": { | ||
| 33 | "thirdperson_righthand": { | ||
| 34 | "scale": [0, 0, 0] | ||
| 35 | }, | ||
| 36 | "thirdperson_lefthand": { | ||
| 37 | "scale": [0, 0, 0] | ||
| 38 | }, | ||
| 39 | "firstperson_righthand": { | ||
| 40 | "scale": [0, 0, 0] | ||
| 41 | }, | ||
| 42 | "firstperson_lefthand": { | ||
| 43 | "scale": [0, 0, 0] | ||
| 44 | }, | ||
| 45 | "ground": { | ||
| 46 | "scale": [0, 0, 0] | ||
| 47 | }, | ||
| 48 | "head": { | ||
| 49 | "scale": [0, 0, 0] | ||
| 50 | }, | ||
| 51 | "fixed": { | ||
| 52 | "scale": [0, 0, 0] | ||
| 53 | } | ||
| 54 | } | ||
| 55 | } \ No newline at end of file | ||