From 8f365a40219f468b094c22dc9736ca8eacbd6fcc Mon Sep 17 00:00:00 2001 From: Cow Date: Wed, 30 Jun 2021 15:00:51 +0200 Subject: Added keybindings to copy features - /moo waila - copy single item - new toggle: copy output to clipboard or save to file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index e07d828..1a0edb4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Cowlection](https://github.com/cow-mc/Cowlection/blob/master/cowlection.png?raw=true) +fctrl ![Cowlection](https://github.com/cow-mc/Cowlection/blob/master/cowlection.png?raw=true) > Cow's collection ➔ Cowlection Cowlection is a client-side-only Forge mod by [Cow](https://namemc.com/profile/Cow) for Minecraft version 1.8.9. @@ -15,7 +15,7 @@ It is a collection of different features mainly focused on Hypixel SkyBlock. | Stalk a player (check online status, current game, ...) | `/moo stalk` | | Toggle join/leave notifications for friends, guild members or best friends separately | `/moo config` → Notifications | | Copy chat component | ALT + right click
Hold shift to copy full component | -| Copy inventories to clipboard as JSON | CTRL + C | +| Copy inventories to clipboard as JSON | CTRL + C (whole inventory)
CTRL + SHIFT + C (single item) | | Copy info of "the thing" you're looking at (NPC or mob + nearby "text-only" armor stands; armor stand, placed skull, banner, sign, dropped item, item in item frame, map on wall) | `/moo whatAmILookingAt` | | Tab-completable usernames for several commands (e.g. `/party`, `/invite`, ...) | `/moo config` → `Commands with Tab-completable usernames` for full list of commands | | Auto-replace `/r` with `/w ` | `/r `, use `/rr` to avoid auto-replacement | -- cgit