Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
This mod allows players to automatically switch to the appropriate tool when using an item. It has been open-sourced on GitHub.
You can toggle the functionality of this mod by pressing the F6 key. When the feature is enabled, it will automatically select the appropriate tool for you when you press the left mouse button. If you set the mouse_down_only
item in the mod's configuration file to false
, the mod will be able to switch tools for you at any time.
If you set the enable_sowrd
item in the mod's configuration file to true
, the mod will not automatically switch tools when the entity you are looking at is flying, sleeping, or is on the same team as the player.
Here is the default configuration file for this mod:
enable = true
enable_sword = true
mouse_down_only = true
#When the enable_sword enabled,these configurations will take effects
block_flights = true
block_animals = false
block_monsters = false
block_players = false
block_sleeping = true
block_team = true
living_only = false