English | 中文
Make Minecraft Client Great Again!
The default hotkey to open the in-game config GUI is O + C.
❗Before reporting a problem, be sure to try the latest beta version to check if the problem still exists.
Dependency | Download |
---|---|
Fabric API | CurseForge | GitHub | Modrinth |
MagicLib | CurseForge | GitHub | Modrinth |
MaliLib | CurseForge | Masa WebSite |
A hotkey to clear highlight waypoint.
Category: Generic
Type: hotkey
Default value: C
Display debug message
Category: Generic
Type: boolean
Default value: false
Don't clear chat history and input history.
Category: Generic
Type: boolean
Default value: false
Force parse waypoint from chat (such it will override the clickevent of rtext).
Category: Generic
Type: boolean with hotkey
Default value: false
, no hotkey
A hotkey to open the in-game Config GUI
Category: Generic
Type: hotkey
Default value: O,C
Parse waypoint from chat.
Category: Generic
Type: boolean with hotkey
Default value: true
, no hotkey
A hotkey to send looking at pos.
Category: Generic
Type: hotkey
Default value: O,P
A hotkey to sort inventory.
Category: Generic
Type: hotkey
Default value: R
Sort inventory shulker box last.
Category: Generic
Type: enum
Default value: AUTO
Option values: AUTO
, FALSE
, TRUE
Support empty shulker box stack when sort inventory.
Category: Generic
Type: boolean with hotkey
Default value: false
, no hotkey
Auto switch elytra and chestplate.
Feature Toggles
boolean with hotkey
false
, no hotkey
Player can move down 1 height when sneaking.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
Workaround for MC-218167, prevent network request from blocking the Render Thread.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
Dependencies:
You can't break blocks in breakBlockBlackList.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
You can only break scaffolding with the items in breakScaffoldingWhiteList.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
You can only move down scaffolding with the items inside moveDownInScaffoldingWhiteList in your hand.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
Prevent piston push entities (except the player) to reduce piston lag (such as the carpet duper), it will cause entities pos error when entity push by piston.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
Which allowed you mine a flat road while digging stone by preventing digging of blocks under your feet while standing,sneak to dig blocks under you.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
You will have 5gt cooldown after instant breaking.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
Highlight lava sources.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
We have also provided some optional resource packs for this purpose.
Highlight persistent mobs (Mob have item in hand or mob have custom name).
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
Use client data to check persistent mob, such as hand item, custom name. Tips: in local game should disable this option, in server also can use syncAllEntityData in MasaGadget to sync entity data to local.
Category: Feature Toggles
Type: boolean
Default value: false
Prevent Intentional Game Design (Bed and Respawn Anchor).
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
Prevent water bucket from vanishing in nether.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
You cannot ascend or descend non-full blocks when sneaking, e.g. carpets.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
Remove cooldown after break block (default is 5gt), it will not work when enable forceBreakingCooldown.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
When the blocks in worldEaterMineHelperWhitelistr are exposed to the air, the game will render a mirror image above them, which is convenient for world eater maintenance and mining.
Category: Feature Toggles
Type: boolean with hotkey
Default value: false
, no hotkey
blockModelNoOffsetBlacklist
Category: Lists
Type: string list
Default value: []
blockModelNoOffsetListType
Category: Lists
Type: enum
Default value: WHITELIST
Option values: WHITELIST
, NONE
, BLACKLIST
blockModelNoOffsetWhitelist
Category: Lists
Type: string list
Default value: [minecraft:wither_rose, minecraft:poppy, minecraft:dandelion]
If disableBreakScaffolding is enabled, you can't break blocks in breakBlockBlackList.
Category: Lists
Type: string list
Default value: [minecraft:budding_amethyst, _bud]
If disableBreakScaffolding is enabled, you can only break scaffolding with the items in breakScaffoldingWhiteList.
Category: Lists
Type: string list
Default value: [minecraft:air, minecraft:scaffolding]
highlightEntityBlackList
Category: Lists
Type: string list
Default value: []
highlightEntityListType
Category: Lists
Type: enum
Default value: WHITELIST
Option values: WHITELIST
, NONE
, BLACKLIST
highlightEntityWhiteList
Category: Lists
Type: string list
Default value: [minecraft:wandering_trader]
If disableMoveDownInScaffolding is enabled, you can only move down scaffolding with the items inside moveDownInScaffoldingWhiteList in your hand.
Category: Lists
Type: string list
Default value: [minecraft:air, minecraft:scaffolding]
If worldEaterMineHelper is enabled, when the blocks in worldEaterMineHelperWhitelist are exposed to the air, the game will render a mirror image above them, which is convenient for world eater maintenance and mining.
Category: Lists
Type: string list
Default value: [_ore, minecraft:ancient_debris, minecraft:obsidian]
Integrated server enable flight.
Category: Advanced Integrated Server
Type: boolean
Default value: true
Integrated server use online mode.
Category: Advanced Integrated Server
Type: boolean with hotkey
Default value: true
, no hotkey
Integrated server lan port, 0 to use default port.
Category: Advanced Integrated Server
Type: integer
Default value: 0
Min value: 0
Max value: 65535
Dependencies:
Integrated server enable pvp.
Advanced Integrated Server
boolean
true
Current main development for Minecraft version: 1.20.4
And use preprocess
to be compatible with all versions.
Note: We only accept the following versions of issues. Please note that this information is time-sensitive and any version of the issue not listed here will be closed
We are using the Mojang official mappings to de-obfuscate Minecraft and insert patches.
The English doc and the Chinese doc are aligned line by line.
This project is available under the LGPL-3.0 license. Feel free to learn from it and incorporate it in your own projects.