A Minecraft Fabric mod that records and replays inventory click sequences to automate repetitive container interactions.
- Record any container interaction - Works with chests, shops, crafting tables, and custom GUIs
- Simple controls - Press a keybind to start/stop recording, then save with a name
- Multiple playback methods - Trigger via keybind or
/slotmacro play <name>command - Anti-detection delays - Configurable base delay (10-500ms) with random variance (0-100ms)
- Queue system - Macros automatically execute when you open the next container
- Easy management - Assign keybinds, view, edit, and delete macros via config GUI
- Install Fabric Loader
- Install Fabric API
- Install Cloth Config
- Place Slot Click Macros in your
modsfolder
Recording
- Press R (default) to start recording
- Open a container and perform your actions
- Press R again to stop
- Enter a name and save
Playing
- Assign a keybind in the config GUI or run
/slotmacro play <name> - Open the target container
- Macro plays automatically
Stopping
- Marco automatically stops after finish
- To stop early, press your configured stop keybind or run
/slotmacro stop
/slotmacro play <name>- Queue a macro/slotmacro stop- Stop playback/slotmacro list- List all macros/slotmacro delete <name>- Delete a macro
Normal Servers
- Base Delay: 100-120ms
- Random Range: 50-60ms
Strict Anti-Cheat
- Base Delay: 150-180ms
- Random Range: 70-90ms
Maximum Safety
- Base Delay: 200-250ms
- Random Range: 80-120ms
Macros are stored as text files in config/slotclickmacros/:
12,PICKUP,0 # Left-click slot 12
15,QUICK_MOVE,0 # Shift-click slot 15
3,HOTBAR_1,0 # Press hotbar key 1 on slot 3
27,PICKUP,1 # Right-click slot 27
Format: SlotID,ClickType,Button
-
ClickType (string): The type of click action
PICKUP- Normal left/right clickQUICK_MOVE- Shift-click to transfer itemsSWAP- Number key to swap with hotbarCLONE- Middle-click (creative mode)THROW- Q key to drop itemQUICK_CRAFT- Drag craftingPICKUP_ALL- Double-click to gather matching itemsHOTBAR_1throughHOTBAR_9- Hotbar slot swap via keybind
-
Button (integer): Mouse button used
0- Left mouse button1- Right mouse button2- Middle mouse button
Will I get banned? Possibly. Many servers prohibit automation. Always check server rules and use appropriate delays.
Macro clicks wrong slots? Container layouts may differ. Re-record in the specific container you're using.
How to stay safe? ✅ Use 100ms+ delays with 50ms+ variance ✅ Test on private servers first ✅ Read server rules ✅ Use responsibly
CC0-1.0
This mod is provided "as is" without warranty. The developers are not responsible for bans or other consequences. Use ethically and at your own risk.


