From edaa52a7c611de1d2cbada493a7458ce893f5c42 Mon Sep 17 00:00:00 2001 From: Glease <4586901+Glease@users.noreply.github.com> Date: Sat, 18 Dec 2021 23:59:01 +0800 Subject: Add tooltip to ghost circuit slot (#821) Also tweaked allowPutStack to consider configured circuits as well. --- src/main/resources/assets/gregtech/lang/en_US.lang | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/main/resources') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 3680bfa9c8..8a75355f64 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -81,6 +81,10 @@ GT5U.machines.minermulti=Multiblock Miner GT5U.machines.voidoveflow.enabled=Overflow voiding enabled GT5U.machines.voidoveflow.disabled=Overflow voiding disabled GT5U.machines.select_circuit=Select Machine Mode +GT5U.machines.select_circuit.tooltip=Ghost Circuit Slot +GT5U.machines.select_circuit.tooltip.1=§7LMB/RMB/scroll to cycle through the list +GT5U.machines.select_circuit.tooltip.2=§7Shift left click to open GUI +GT5U.machines.select_circuit.tooltip.3=§7Shift right click to clear GT5U.gui.select.current=Current: -- cgit