From 75633e41387b6ef37dc02b7e0cc5076936c9b3ed Mon Sep 17 00:00:00 2001 From: Harry Date: Mon, 24 Jul 2023 03:55:26 -0400 Subject: Add Crafting Input Buffer (ME) (#2160) * Crafting input buffer * persist data * rename and stuff * no more waiting for multis to start * rearrange ui * spotless * fixes * refactor * Crafting Input Slave * getCrafterIcon * crafting input bus * spotless * Update GT_MetaTileEntity_MultiBlockBase.java * Update GT_Loader_MetaTileEntities.java * Update GT_Loader_MetaTileEntities.java * Update GT_MetaTileEntity_MultiBlockBase.java * Update GT_MetaTileEntity_MultiBlockBase.java * Update GT_Loader_MetaTileEntities.java --------- Co-authored-by: Martin Robertz --- .../gregtech/textures/gui/overlay_slot/pattern_me.png | Bin 0 -> 417 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/main/resources/assets/gregtech/textures/gui/overlay_slot/pattern_me.png (limited to 'src/main/resources/assets/gregtech') diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_slot/pattern_me.png b/src/main/resources/assets/gregtech/textures/gui/overlay_slot/pattern_me.png new file mode 100644 index 0000000000..f7305270a6 Binary files /dev/null and b/src/main/resources/assets/gregtech/textures/gui/overlay_slot/pattern_me.png differ -- cgit