diff options
Diffstat (limited to 'src/main/resources/assets/gregtech')
-rw-r--r-- | src/main/resources/assets/gregtech/lang/en_US.lang | 29 | ||||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/one_stack_limit.png | bin | 0 -> 10548 bytes | |||
-rw-r--r-- | src/main/resources/assets/gregtech/textures/gui/overlay_button/sorting_mode.png | bin | 0 -> 10100 bytes |
3 files changed, 26 insertions, 3 deletions
diff --git a/src/main/resources/assets/gregtech/lang/en_US.lang b/src/main/resources/assets/gregtech/lang/en_US.lang index 837641d937..53c226fe83 100644 --- a/src/main/resources/assets/gregtech/lang/en_US.lang +++ b/src/main/resources/assets/gregtech/lang/en_US.lang @@ -308,10 +308,33 @@ GT5U.machines.advdebugstructurewriter.gui.highlight.tooltip=Show Bounding Box GT5U.machines.advdebugstructurewriter.gui.transpose.tooltip=Transpose GT5U.machines.nei_transfer.steam.tooltip=%s steam recipes GT5U.machines.nei_transfer.voltage.tooltip=Recipes available in %s +GT5U.machines.emit_energy.tooltip=Emit energy to output side +GT5U.machines.emit_energy.tooltip.1=§7Voltage: %1$s +GT5U.machines.emit_energy.tooltip.2=§7Amperage: §e%2$d +GT5U.machines.emit_redstone_if_full.tooltip=Emit redstone if no slot is free +GT5U.machines.emit_redstone_if_full.tooltip.1=§7Free slots: §9%1$s +GT5U.machines.emit_redstone_if_full.tooltip.2=§7Emitting: §c%2$d +GT5U.machines.emit_redstone_gradually.tooltip=Emit redstone for each slot in use +GT5U.machines.emit_redstone_gradually.tooltip.1=§7Free slots: §9%1$d +GT5U.machines.emit_redstone_gradually.tooltip.2=§7Emitting: §c%2$d +GT5U.machines.invert_redstone.tooltip=Invert redstone +GT5U.machines.buffer_stocking_mode.tooltip=Enable stocking mode +GT5U.machines.buffer_stocking_mode.tooltip.extended=§7Keeps this many items in destination rather than transfer items in batches of this amount. +GT5U.machines.buffer_stocking_mode.tooltip.extended.1=§7This mode can be server unfriendly. +GT5U.machines.sorting_mode.tooltip=Sort stacks +GT5U.machines.one_stack_limit.tooltip=Limit insertion +GT5U.machines.one_stack_limit.tooltip.extended=§7Up to 1 stack of each item can be inserted +GT5U.machines.invert_filter.tooltip=Invert Filter +GT5U.machines.allow_nbt.tooltip=Allow items with NBT +GT5U.machines.allow_nbt.tooltip.extended=§7By default, all items with NBT are blocked. +GT5U.machines.ignore_nbt.tooltip=Ignore item NBT +GT5U.machines.ignore_nbt.tooltip.extended=§7By default, item NBT must match. -GT5U.recipe_filter.representation_slot.tooltip=Click with a machine to set filter -GT5U.type_filter.representation_slot.tooltip.0=left click to forward -GT5U.type_filter.representation_slot.tooltip.1=right click to back +GT5U.recipe_filter.empty_representation_slot.tooltip=§7Click with a machine to set filter +GT5U.recipe_filter.representation_slot.tooltip=§7Click to clear +GT5U.type_filter.representation_slot.tooltip=§7Left click to cycle forward +GT5U.type_filter.representation_slot.tooltip.1=§7Right click to cycle back +GT5U.type_filter.representation_slot.tooltip.2=§7Click with an item to set filter GT5U.gui.select.current=Current: GT5U.gui.button.power_switch=Power Switch diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/one_stack_limit.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/one_stack_limit.png Binary files differnew file mode 100644 index 0000000000..8ebbb994eb --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/one_stack_limit.png diff --git a/src/main/resources/assets/gregtech/textures/gui/overlay_button/sorting_mode.png b/src/main/resources/assets/gregtech/textures/gui/overlay_button/sorting_mode.png Binary files differnew file mode 100644 index 0000000000..5f505ebfe7 --- /dev/null +++ b/src/main/resources/assets/gregtech/textures/gui/overlay_button/sorting_mode.png |