Skip to content

Commit c89dd30

Browse files
committed
Update README.md
1 parent 1a94051 commit c89dd30

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
## Description
44

5-
AutoOffhand is a Minecraft Forge mod designed to automatically manage your offhand slot. It moves specific items directly into your offhand when you pick them up, provided the slot is empty. It also intelligently handles returning projectiles like Loyalty Tridents, placing them back into your offhand if configured.
5+
AutoOffhand is a server-side Minecraft Forge mod for Minecraft 1.16.5, designed to automatically manage your offhand slot. It moves specific items directly into your offhand when you pick them up, provided the slot is empty. It also intelligently handles returning projectiles like Loyalty Tridents, placing them back into your offhand if configured.
66

77
## Features
88

99
* **Automatic Offhand Placement:** Configured items are automatically placed into your offhand slot upon pickup if the slot is free.
1010
* **Returning Projectile Handling:** Automatically moves returning projectiles (e.g., Loyalty Tridents, compatible modded items like Tetra's aerodynamic modular items) back to the offhand if it's empty and the item is configured.
1111
* **Server & Player Configuration:**
12-
* Server administrators can define a global list of items in the server config file (`config/autooffhand-server.toml`) or via `/autooffhand serverconfig`.
13-
* Players can manage their own list of items via an in-game configuration screen.
14-
* Players can choose whether to use the server's list or their personal list.
12+
* Server administrators with the mod installed on the client can define a global list of items in the server config file (`config/autooffhand-server.toml`) or via `/autooffhand serverconfig`.
13+
* Players with the mod installed on the client can manage their own list of items via an in-game configuration screen.
14+
* Players can choose whether to use the server's list or their personal list (persistent even after uninstalling).
1515
* **Configuration GUI:** Access the player-specific configuration screen using a keybind (default: **O**) to add or remove items from your personal list.
1616
* **Commands:** Provides commands for managing configuration (details may vary, check in-game command help).
1717

@@ -20,7 +20,7 @@ AutoOffhand is a Minecraft Forge mod designed to automatically manage your offha
2020
1. **Server-Side:**
2121
* Use the `/autooffhand serverconfig` command as an administrator to open the server config GUI.
2222
* Edit the `autooffhand-server.toml` file found in your server's `<world>/serverconfig` directory (`saves/<world>/serverconfig` for single-player) to define the global list of items. Use item registry names (e.g., `minecraft:torch`) or item NBT data for specific items.
23-
2. **Player-Side:**
23+
2. **Client-Side:**
2424
* Press the **O** key (by default) in-game to open the configuration GUI.
2525
* Add or remove item registry names (right-click) or specific item NBT strings (left-click) to customize your personal list.
2626
* Use the `/autooffhand toggle` command to switch between using the server's global config list and your own.

0 commit comments

Comments
 (0)