Перейти к содержимому
Mineforgian

Simple AutoClicker

A simple autoclicker that can simulate player actions every x ticks

Загрузки
28K
Подписчики
17
Обновлён
18 июня 2026 г.
Лицензия
All-Rights-Reserved

Опубликован 27 июля 2025 г.

Simple AutoClicker

A configurable client-side autoclicker mod for Minecraft Fabric. Supports delayed, timed, and spam-based execution of various in-game actions.


Features

  • Multiple independent profiles — each autoclick has its own name, action, timing, and toggles
  • Flexible timing — separate interval (pause) and use duration (hold time) in ticks
  • Spam mode — repeats every tick with no delay (interval = 0)
  • Alternative actions — bind autoclickers to any vanilla keybinding (jump, inventory, F-keys, etc.) ⚠ does not work with all actions
  • Graphical interface — open via a configurable hotkey or through ModMenu; toggle on/off with a keybind
  • HUD overlay — shows when the autoclicker is enabled/disabled

Available Actions

Action Description
Walk Forward / Backward / Left / Right Hold movement keys
Sprint Hold sprint
Jump Jump (safe: ground, water, lava, climbable, riding)
Sneak Hold sneak
Use Right-click: items (food, bow, crossbow, etc.), blocks, entities
Attack Left-click: entity or block
Drop Throw out held item
Pick Block Pick block/entity to hotbar (middle-click)
Swap Hands Swap main and offhand items
Toggle Perspective Cycle camera perspective
Screenshot Take a screenshot
Hotbar 1–9 Select hotbar slot
Alternative Trigger any vanilla keybinding via the picker

How to Use

  1. Press the configured hotkey to open the GUI, or open it via ModMenu
  2. Add an autoclick profile, choose an action, set timings
  3. Press the toggle keybind (default unbound — set in vanilla Controls) to enable/disable the autoclicker

Tips

  • For blocks (Use action): set useDuration > 1 for continuous placement; useDuration = 1 places exactly one block per cycle
  • For items (Use action): the mod automatically holds right-click for consumables (food, bow); release happens after useDuration ticks
  • Alternative action: click the "Select" button to open the keybind picker; all vanilla keybindings are grouped by category with search. ⚠ Some actions may not work correctly!
  • Global toggle: bind a key in Vanilla Controls → Simple AutoClicker category → "Toggle"

Timing Model

The mod uses client ticks (20 ticks = 1 second at 20 TPS).

  • Interval (Wait): pause between action cycles in ticks
  • Use Duration: how many ticks the action stays active per cycle
  • Spam mode: interval = 0 — the action fires every tick continuously

Dependencies (included)

Ченджлог

26.2-1.0.8Релиз26.2 · 18 июня 2026 г.

Added a new function: Alternative Essentially, this function attempts to use one of the keybinds. It's unstable, as I don't know how exactly the actions are implemented in other mods. Fixed a bug with the "Attack" action's range Previously, I used the entity_interaction_range attribute to find out the maximum distance for this action. Now I use the normal block_interaction_range Reworked the "Use" action; it should work better It happened by accident, but I tried to fix everything, fixing bugs along the way.

26.1.2-1.0.8Релиз26.1.2 · 16 июня 2026 г.

Added a new function: Alternative Essentially, this function attempts to use one of the keybinds. It's unstable, as I don't know how exactly the actions are implemented in other mods. Fixed a bug with the "Attack" action's range Previously, I used the entity_interaction_range attribute to find out the maximum distance for this action. Now I use the normal block_interaction_range Reworked the "Use" action; it should work better It happened by accident, but I tried to fix everything, fixing bugs along the way.

I also finally ported this mod to 26.1... a day before 26.2 came out. I'm a genius.

1.21.9(11)-1.0.8Релиз1.21.9, 1.21.10, 1.21.11 · 16 июня 2026 г.

Added a new function: Alternative Essentially, this function attempts to use one of the keybinds. It's unstable, as I don't know how exactly the actions are implemented in other mods. Fixed a bug with the "Attack" action's range Previously, I used the entity_interaction_range attribute to find out the maximum distance for this action. Now I use the normal block_interaction_range Reworked the "Use" action; it should work better It happened by accident, but I tried to fix everything, fixing bugs along the way.

I also finally ported this mod to 26.1... a day before 26.2 came out. I'm a genius.

1.21.4(8)-1.0.8Релиз1.21.5, 1.21.6, 1.21.7 · 16 июня 2026 г.

Added a new function: Alternative Essentially, this function attempts to use one of the keybinds. It's unstable, as I don't know how exactly the actions are implemented in other mods. Fixed a bug with the "Attack" action's range Previously, I used the entity_interaction_range attribute to find out the maximum distance for this action. Now I use the normal block_interaction_range Reworked the "Use" action; it should work better It happened by accident, but I tried to fix everything, fixing bugs along the way.

I also finally ported this mod to 26.1... a day before 26.2 came out. I'm a genius.

1.21(3)-1.0.8Релиз1.21.1, 1.21.2, 1.21.3 · 16 июня 2026 г.

Added a new function: Alternative Essentially, this function attempts to use one of the keybinds. It's unstable, as I don't know how exactly the actions are implemented in other mods. Fixed a bug with the "Attack" action's range Previously, I used the entity_interaction_range attribute to find out the maximum distance for this action. Now I use the normal block_interaction_range Reworked the "Use" action; it should work better It happened by accident, but I tried to fix everything, fixing bugs along the way.

I also finally ported this mod to 26.1... a day before 26.2 came out. I'm a genius.

1.21.9(11)-1.0.7Релиз1.21.9, 1.21.10, 1.21.11 · 10 февраля 2026 г.
  • I fixed the typo "Cannel" in one of the windows.
  • Fixed a bug that allowed Attack to attack mobs behind a wall
  • Fixed the Category in the Key Binds
  • Updated to version 1.21.11, which technically changed the screenshots
1.21.4(8)-1.0.7Релиз1.21.6, 1.21.7, 1.21.8 · 10 февраля 2026 г.
  • I fixed the typo "Cannel" in one of the windows.
  • Fixed a bug that allowed Attack to attack mobs behind a wall
1.21(3)-1.0.7Релиз1.21.1, 1.21.2, 1.21.3 · 10 февраля 2026 г.
  • I fixed the typo "Cannel" in one of the windows.
  • Fixed a bug that allowed Attack to attack mobs behind a wall

Комментарии

Загружаем…