From ac41ecd855a511c76499d61983ddb6c723ae0844 Mon Sep 17 00:00:00 2001 From: Cow Date: Sun, 11 Jul 2021 15:35:49 +0200 Subject: Swapped copy inventory and copy item keybindings - also changed default position of dungeon overlay --- src/main/resources/assets/cowlection/lang/en_US.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources/assets/cowlection/lang') diff --git a/src/main/resources/assets/cowlection/lang/en_US.lang b/src/main/resources/assets/cowlection/lang/en_US.lang index 2a124a4..30b15d7 100644 --- a/src/main/resources/assets/cowlection/lang/en_US.lang +++ b/src/main/resources/assets/cowlection/lang/en_US.lang @@ -6,8 +6,8 @@ cowlection.config.mooCmdAlias=Alias for /moo command cowlection.config.mooCmdAlias.tooltip=Alternative command alias for §e/moo§f.\nLeave empty to remove alias. cowlection.config.fixReplyCmd=Auto-replace /r? cowlection.config.fixReplyCmd.tooltip=Auto-replace §e/r §fwith §e/w §fto avoid replying to the wrong person.\n\nUse §e/rr §fto prevent the auto-replacement for a message. -cowlection.config.enableCopyInventory=Copy inventories with CTRL + C? -cowlection.config.enableCopyInventory.tooltip=If enabled:\n ‣ copy the items in an inventory as JSON with §eCTRL + C§r\n ‣ copy a single item with §eCTRL + SHIFT + C +cowlection.config.enableCopyInventory=Copy items/inventories with CTRL + C? +cowlection.config.enableCopyInventory.tooltip=If enabled:\n ‣ copy a single item as JSON with §eCTRL + C§r\n ‣ copy the items in an inventory as JSON with §eCTRL + SHIFT + C cowlection.config.wailaLevelOfDetail=Level of detail of /moo waila cowlection.config.wailaLevelOfDetail.tooltip=Should §e/moo whatAmILookingAt §rcopy §oall §rinfo or only the §omost important §rinfo?\n§7§oIn addition, the optional 2nd parameter can also be used: §e§o/moo waila cowlection.config.copyOrSaveWailaAndInventoryData=Output /moo waila and inventory data -- cgit