From bbe59c0de8cc6a65369671789123319354148347 Mon Sep 17 00:00:00 2001 From: Sampsa <69092953+S4mpsa@users.noreply.github.com> Date: Mon, 29 Jul 2024 23:50:33 +0300 Subject: Optimize recipe check forcing and add a button to enable/disable (#2785) Disable expecited recipe check by default and add a button to enable behavior + optimize --- src/main/resources/assets/gregtech/lang/en_US.lang | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main/resources/assets') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index e6b7acac5a..1607a2cfb1 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -417,6 +417,8 @@ GT5U.machines.stocking_bus.auto_pull.tooltip.1=Click to toggle automatic item pu GT5U.machines.stocking_bus.auto_pull.tooltip.2=Right-Click to edit additional parameters. GT5U.machines.stocking_bus.min_stack_size=Min Stack Size GT5U.machines.stocking_bus.refresh_time=Slot Refresh Time (Ticks) +GT5U.machines.stocking_bus.force_check=Recipe Check on change +GT5U.machines.stocking_bus.hatch_warning=Requires a fresh structure check to apply (Reboot/Replace controller) GT5U.machines.stocking_bus.auto_pull_toggle.enabled=Automatic Item Pull Enabled GT5U.machines.stocking_bus.auto_pull_toggle.disabled=Automatic Item Pull Disabled GT5U.machines.stocking_hatch.auto_pull.tooltip.1=Click to toggle automatic fluid pulling from ME. -- cgit