From 88e4e8852a5f1c33794abe430411b73c3ade507a Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 20 Jan 2024 02:25:44 +0200 Subject: Initial import --- assets/minecraft/models/item/hypixel/gui_bg.json | 38 ++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100755 assets/minecraft/models/item/hypixel/gui_bg.json (limited to 'assets/minecraft/models/item/hypixel/gui_bg.json') diff --git a/assets/minecraft/models/item/hypixel/gui_bg.json b/assets/minecraft/models/item/hypixel/gui_bg.json new file mode 100755 index 00000000..f7e62807 --- /dev/null +++ b/assets/minecraft/models/item/hypixel/gui_bg.json @@ -0,0 +1,38 @@ +{ + "textures": { + "1": "item/hypixel/black_stained_glass_pane" + }, + "elements": [ + { + "from": [-1, -1, -16], + "to": [17, 17, -16], + "faces": { + "south": {"uv": [0, 0, 16, 16], "texture": "#1"} + } + } + ], + "gui_light": "front", + "display": { + "thirdperson_righthand": { + "scale": [0, 0, 0] + }, + "thirdperson_lefthand": { + "scale": [0, 0, 0] + }, + "firstperson_righthand": { + "scale": [0, 0, 0] + }, + "firstperson_lefthand": { + "scale": [0, 0, 0] + }, + "ground": { + "scale": [0, 0, 0] + }, + "head": { + "scale": [0, 0, 0] + }, + "fixed": { + "scale": [0, 0, 0] + } + } +} \ No newline at end of file -- cgit v1.2.3