promotional bannermobile promotional banner

Litemacro

Litemacro is a visual Minecraft macro builder for Fabric. It lets you build macros with drag-and-drop components, true/false logic, failed paths, item pickers, keybinds, import/export, and Discord notifications.
Screenshot 2026-06-18 121636.png

Screenshot 2026-06-18 121636.png

Screenshot 2026-06-18 121907.png

Screenshot 2026-06-18 121907.png

Description

Litemarco is a Fabric client-side Minecraft macro builder that lets players create, save, edit, and run macros with an easy in-game visual node editor. Instead of writing code, players can drag components into a macro, connect them with true, false, completed, and failed paths, add delays, use item selectors, set keybinds, import/export macros, and organize up to 100 saved macros.

It can automate repeated Minecraft actions like sending commands, checking inventory, clicking GUI items, closing chests, reacting to chat, checking player status, using items, and sending Discord webhook notifications. The goal is to make macro building easier, cleaner, and more user friendly.

 

Open Mod keybind: B 

Basics

  1. Press your Litemacro key or open Litemacro from the main menu.
  2. Pick a macro slot.
  3. Click Edit.
  4. Every macro starts from Macro Entry Point.
  5. Add components from the left side.
  6. Drag a line from one output dot to the next component.
  7. Click Save.
  8. Go back to macro list and click Run.

Easy Macro 1: Wait Then Chat
Use this to learn links.

  1. Macro Entry Point
  2. Add Wait
  3. Add Chat / Command
  4. Connect:
    • Macro Entry Point -> Wait
    • Wait -> Chat / Command
  5. Set Wait to 1000 ms
  6. Set chat text to something like hello
  7. Save and run.

Easy Macro 2: Auto Click
For holding/using left or right click.

  1. Macro Entry Point
  2. Add Auto Click
  3. Set:
    • Button: Left or Right
    • Mode: Click or Hold
    • CPS/interval how you want
  4. Connect Macro Entry Point -> Auto Click
  5. Save and run.

Medium Macro: Mine Until Inventory Full
Good for mining.

  1. Macro Entry Point
  2. Add Auto Click
  3. Add Idle Until
  4. Add Inventory Full
  5. Add whatever you want after full inventory, like Drop Items, Deposit Items, or Rejoin/Stop.

Example links:

Macro Entry Point -> Auto Click
Auto Click -> Idle Until
Idle Until waits for Inventory Full
Inventory Full -> Deposit Items

Set Auto Click to left hold/click for mining.
Set Idle Until so it waits instead of stopping when the condition is not true.

Medium Macro: Deposit Items Fast
For chest deposit.

  1. Open chest first or add an Interact with Block/open chest step.
  2. Add Deposit Items
  3. Set the item name/id you want.
  4. Turn Shift on if you want shift-click.
  5. Turn Fast on if you want all matching stacks moved faster.
  6. Use exclude slots if you want to keep tools/hotbar safe.

Hard Macro: Buy Items Under Price
For auction GUI style stuff.

  1. Add Item/Slot Has Tag
  2. Set slots to check, usually 0-53
  3. Put the tag text/price condition you want.
  4. Enable the option to click matching item.
  5. Connect true/match output to Click GUI Item or next action.
  6. Connect fail/no match to Wait then repeat.

Example:

Macro Entry Point -> Item/Slot Has Tag
Match -> Click GUI Item
Fail -> Wait -> Repeat

For price, use only the max if you want “buy anything under this price.” Example: max $5k.

Hard Macro: Rejoin If Kicked

  1. Add If Kicked
  2. Add Wait
  3. Add Rejoin Server
  4. Connect:
Macro Entry Point -> If Kicked
If Kicked -> Wait
Wait -> Rejoin Server
  1. Set wait to maybe 3000-8000 ms.
  2. Set Rejoin Server to last server or a server IP.

Best Rules

  • Always test one small part first.
  • Use Wait between GUI actions.
  • Use Idle Until when you want the macro to wait, not fail.
  • Use Repeat for only part of a macro.
  • Use Repeat Macro if you want the whole macro to run again.
  • Save before running.
  • If a macro gets stuck, add a Wait or a fail path.

The Litemacro Team

profile avatar
Owner
  • 1
    Followers
  • 1
    Projects
  • 501
    Downloads