aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/assets/gregtech/lang/en_US.lang
diff options
context:
space:
mode:
authorGDCloud <93287602+GDCloudstrike@users.noreply.github.com>2024-01-12 21:51:13 +0100
committerGitHub <noreply@github.com>2024-01-12 21:51:13 +0100
commitbc283fcf154bd3aa2d26fd98eb24a35821e5c65b (patch)
tree6002931580367d4335a601b06356bf00a89ab3d8 /src/main/resources/assets/gregtech/lang/en_US.lang
parentf567d72909b7eb4448c63eb16af4ed8c60b4cec1 (diff)
downloadGT5-Unofficial-bc283fcf154bd3aa2d26fd98eb24a35821e5c65b.tar.gz
GT5-Unofficial-bc283fcf154bd3aa2d26fd98eb24a35821e5c65b.tar.bz2
GT5-Unofficial-bc283fcf154bd3aa2d26fd98eb24a35821e5c65b.zip
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
Diffstat (limited to 'src/main/resources/assets/gregtech/lang/en_US.lang')
-rw-r--r--src/main/resources/assets/gregtech/lang/en_US.lang5
1 files changed, 3 insertions, 2 deletions
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