From bc283fcf154bd3aa2d26fd98eb24a35821e5c65b Mon Sep 17 00:00:00 2001 From: GDCloud <93287602+GDCloudstrike@users.noreply.github.com> Date: Fri, 12 Jan 2024 21:51:13 +0100 Subject: Make stocking bus/hatch autopull slot refresh timer adjustable (#2448) * add to stocking bus * add to stocking hatch * localisation stuff * nbt fix (maybe) * fix stocking hatch too * hasKey is cleaner --- src/main/resources/assets/gregtech/lang/en_US.lang | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/resources/assets/gregtech') diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 55e9b07ebd..9e35aaa4e8 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -377,12 +377,13 @@ GT5U.machines.ignore_nbt.tooltip=Ignore item NBT GT5U.machines.ignore_nbt.tooltip.extended=§7By default, item NBT must match. GT5U.machines.stocking_bus.cannot_set_slot=§8Cannot set slot while auto-pull mode is enabled GT5U.machines.stocking_bus.auto_pull.tooltip.1=Click to toggle automatic item pulling from ME. -GT5U.machines.stocking_bus.auto_pull.tooltip.2=Right-Click to edit minimum stack size for item pulling. +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.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. -GT5U.machines.stocking_hatch.auto_pull.tooltip.2=Right-Click to edit minimum amount for fluid pulling. +GT5U.machines.stocking_hatch.auto_pull.tooltip.2=Right-Click to edit additional parameters. GT5U.machines.stocking_hatch.min_amount=Min Amount GT5U.machines.stocking_hatch.auto_pull_toggle.enabled=Automatic Fluid Pull Enabled GT5U.machines.stocking_hatch.auto_pull_toggle.disabled=Automatic Fluid Pull Disabled -- cgit