diff --git a/src/main/resources/assets/mousewheelie/lang/en_us.json b/src/main/resources/assets/mousewheelie/lang/en_us.json index b1bb9ece..7e207303 100644 --- a/src/main/resources/assets/mousewheelie/lang/en_us.json +++ b/src/main/resources/assets/mousewheelie/lang/en_us.json @@ -4,8 +4,8 @@ "key.mousewheelie.whole_stack_modifier": "Whole Stack Modifier", "key.mousewheelie.all_of_kind_modifier": "All of Kind Modifier", "key.mousewheelie.drop_modifier": "Drop Modifier", - "key.mousewheelie.deposit_modifier": "Deposit Modifier", - "key.mousewheelie.restock_modifier": "Restock Modifier", + "key.mousewheelie.deposit_modifier": "Deposit Modifier", + "key.mousewheelie.restock_modifier": "Restock Modifier", "key.mousewheelie.sort_inventory": "Sort Inventory", "key.mousewheelie.scroll_up": "Scroll Items Up", "key.mousewheelie.scroll_down": "Scroll Items Down", @@ -43,7 +43,7 @@ "tweed4_tailor_screen.screen.mousewheelie.scrolling.invert": "Invert scroll direction", "tweed4_tailor_screen.screen.mousewheelie.scrolling.invert.description": "Invert the scroll direction when scrolling items.", "tweed4_tailor_screen.screen.mousewheelie.scrolling.directional-scrolling": "Directional Scrolling", - "tweed4_tailor_screen.screen.mousewheelie.scrolling.directional-scrolling.description": "If enabled items will be moved according to whether your scrolling up or down.\nIf disabled you will scroll to change the amount of items present (up will increase - down will decrease).", + "tweed4_tailor_screen.screen.mousewheelie.scrolling.directional-scrolling.description": "If enabled, items will be moved based on the visual position on the screen:\nWhen scrolling up, items will be sent to the upper inventory, when scrolling down to the lower inventory.\nIf disabled, scrolling will instead affect the amount of items:\nWhen scrolling up, items will be moved towards the stack, when scrolling down items will be sent to the opposite inventory.\n\nUsing \"Invert scroll direction\", you can swap the up and down behavior for these actions.", "tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-items": "Scroll creative menu items", "tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-items.description": "Sets whether to by default scroll items out of the creative menu.", "tweed4_tailor_screen.screen.mousewheelie.scrolling.scroll-creative-menu-tabs": "Scroll creative menu tabs", @@ -61,7 +61,7 @@ "tweed4_tailor_screen.screen.mousewheelie.sort.optimize-creative-search-sort": "Optimized creative sorting", "tweed4_tailor_screen.screen.mousewheelie.sort.optimize-creative-search-sort.description": "Whether the creative search sorting should be optimized for performance.\nThis will make use of more memory in exchange for processor time, only disable this if you run into memory issues.", "tweed4_tailor_screen.screen.mousewheelie.refill": "Refill", - "tweed4_tailor_screen.screen.mousewheelie.refill.description": "Item refilling is a feature that automatically loads more items from your inventory when your current stack runs out.\nThis is for example useful when building with a lot of the same block so you don't have to constantly open the inventory.", + "tweed4_tailor_screen.screen.mousewheelie.refill.description": "Item refilling is a feature that automatically loads more items from your inventory when your current stack runs out.\nThis is for example useful when building with a lot of the same block, so you don't have to constantly open your inventory.\n\nThe first section of this config concerns which or under which circumstances items will get refilled.\nThe \"Refill rules\" section, allows you to configure how the replacement stack will be determined by searching your inventory.", "tweed4_tailor_screen.screen.mousewheelie.refill.enable": "Enable item refilling", "tweed4_tailor_screen.screen.mousewheelie.refill.enable.description": "Enables item refilling.\nTurn this off to disable refilling entirely.", "tweed4_tailor_screen.screen.mousewheelie.refill.off-hand": "Refill the off hand",