From d7930ef92113bcff42059c0b804192ab986ef3c8 Mon Sep 17 00:00:00 2001 From: YannickMG Date: Thu, 30 Dec 2021 19:24:13 -0500 Subject: Basicmachine gui slots highlight fix (#841) * Updated build script Also set developmentEnvironmentUserName = Developer * Added .vscode to .gitignore * Properly hide unused slots in basic machines - Adds methods to GT_Recipe_Map to determine whether it contains fluid inputs or outputs - Adds methods to GT_Slot_Holo to support turning it "off", which also turns off highlighting it on mouse-over - Uses those changes in GT_GUIContainer_BasicMachine to "turn off" slots unused by a machine - Some code clarification/deduplication in GT_GUIContainer_BasicMachine * Hide unused Replicator fluid output slot --- .../textures/gui/basicmachines/Replicator.png | Bin 3164 -> 2847 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'src/main/resources/assets/gregtech') diff --git a/src/main/resources/assets/gregtech/textures/gui/basicmachines/Replicator.png b/src/main/resources/assets/gregtech/textures/gui/basicmachines/Replicator.png index f671c60c15..208912e1bc 100644 Binary files a/src/main/resources/assets/gregtech/textures/gui/basicmachines/Replicator.png and b/src/main/resources/assets/gregtech/textures/gui/basicmachines/Replicator.png differ -- cgit