From 56f1f2f5f5447f082e939de3ce8659a241483391 Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Wed, 30 Sep 2020 11:53:53 +0200 Subject: [PATCH] Added (unimplemented) input/output slot textures --- .../textures/slimefun/gui/background.png | Bin 152 -> 188 bytes .../textures/slimefun/gui/input_slot.png | Bin 0 -> 179 bytes .../textures/slimefun/gui/output_slot.png | Bin 0 -> 180 bytes src/models.json | 12 ++++++++++++ 4 files changed, 12 insertions(+) create mode 100644 assets/minecraft/textures/slimefun/gui/input_slot.png create mode 100644 assets/minecraft/textures/slimefun/gui/output_slot.png diff --git a/assets/minecraft/textures/slimefun/gui/background.png b/assets/minecraft/textures/slimefun/gui/background.png index 9ca5a405d27019396645061f656ad484c2fa9e03..686adb4351fd90dcc52f85daa9e6ecf080376008 100644 GIT binary patch delta 130 zcmbQixQB6qW3@zpPl#)Kd;6(VriWnKUr?9EHJ1Ph)W>x0pnItKZ g$di~XU|`0^FnOWyYqnawDL{=3p00i_>zopr0GFOE8vpJ5V>nNMPl#)GcXvxmOH)%*eSN*ywq^Sn7#KJUJR*x382Er}zWt0AtidWk vK~YZ^#}J9j$p_eH^fn%75aW?)Xk=tKS;_f*jmFtYKm`n*u6{1-oD!M<)p;J) diff --git a/assets/minecraft/textures/slimefun/gui/input_slot.png b/assets/minecraft/textures/slimefun/gui/input_slot.png new file mode 100644 index 0000000000000000000000000000000000000000..d37d3898aa7cd87813e0d3a0a55deafe0264b5c4 GIT binary patch literal 179 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF4nJ@a+d-Mhn(p z6`-J&r;B5V#O34$CO0-QaRY%iqnKvN2pQH!hbdw`0R|jt2`z>#y^aTNNHFZP6xQ0Q S-{t|-#o+1c=d#Wzp$PyagEQ^` literal 0 HcmV?d00001 diff --git a/assets/minecraft/textures/slimefun/gui/output_slot.png b/assets/minecraft/textures/slimefun/gui/output_slot.png new file mode 100644 index 0000000000000000000000000000000000000000..c2b4ea0909bc6c9503890739c3fae4b1289335b4 GIT binary patch literal 180 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF!(9hg6@Iw6;Ow^AmzQR?q_$lI%5oNXL>4nJ@a+d-Mhn(p z6`-KDr;B5V#O34$CO0-URRe*vgd#@9^kggTe~DWM4fHXJf| literal 0 HcmV?d00001 diff --git a/src/models.json b/src/models.json index b9c578b..9c29976 100644 --- a/src/models.json +++ b/src/models.json @@ -835,6 +835,18 @@ "template": "GLASS_PANE", "data": 4000 }, + "_UI_INPUT_SLOT": { + "id": "gui/input_slot", + "item": "cyan_stained_glass_pane", + "template": "GLASS_PANE", + "data": 4000 + }, + "_UI_OUTPUT_SLOT": { + "id": "gui/output_slot", + "item": "orange_stained_glass_pane", + "template": "GLASS_PANE", + "data": 4000 + }, "_UI_BACK": { "id": "gui/back", "item": "enchanted_book",