diff options
author | Cow <cow@volloeko.de> | 2021-07-11 15:35:49 +0200 |
---|---|---|
committer | Cow <cow@volloeko.de> | 2021-07-11 15:35:49 +0200 |
commit | ac41ecd855a511c76499d61983ddb6c723ae0844 (patch) | |
tree | 93d5ee998258213826cdd092c6d15f34ea2f0239 /src/main/resources/assets/cowlection/lang | |
parent | 060839b4960cf95d428d9ecbc69e455c913d720d (diff) | |
download | Cowlection-ac41ecd855a511c76499d61983ddb6c723ae0844.tar.gz Cowlection-ac41ecd855a511c76499d61983ddb6c723ae0844.tar.bz2 Cowlection-ac41ecd855a511c76499d61983ddb6c723ae0844.zip |
Swapped copy inventory and copy item keybindings
- also changed default position of dungeon overlay
Diffstat (limited to 'src/main/resources/assets/cowlection/lang')
-rw-r--r-- | src/main/resources/assets/cowlection/lang/en_US.lang | 4 |
1 files changed, 2 insertions, 2 deletions
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 <latest username> §fto avoid replying to the wrong person.\n\nUse §e/rr <message> §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 <all|main> cowlection.config.copyOrSaveWailaAndInventoryData=Output /moo waila and inventory data |