Compatibility
Minecraft: Java Edition
Platforms
Supported environments
Links
Tags
Creators
Details
CrosshairTarget Filter
Summary
CrosshairTarget Filter is a Minecraft mod that allows your crosshair to pass through unwanted entity or block specified in the configuration and pick the interactive target behind it. This mod requires Cloth Config to manage the configuration.
⚠️ Disclaimer: Some features of this mod may be considered as unfair advantages depending on server policies. Use it at your own risk!
Usage
This mod features two keybindings that conveniently toggle the filters on/off, initially unassigned. You can filter the targets in two ways - whitelist and blacklist, they are stored separately in the configuration and only take effects if the corresponding filter type is selected. The rules for whitelist and blacklist are as follows:
- Whitelist - ONLY elements in the list CAN be picked by the crosshair.
- Blacklist - Elements in the list CANNOT be picked by the crosshair.
For naming conventions of list elements, please read further:
Entities
Entities can be filtered by type, category or name.
- Types are specified in the format
<namespace>:<registryName>, such asminecraft:pig, which can be found in the target entity section of F3 debug overlay. - Categories are specified in the format
[<category>], such as[MONSTER].
As of 26.2, there are 8 categories in total:
Note: Wandering trader belongs toMONSTER (hostile mobs) CREATURE (passive mobs) AMBIENT (bat) AXOLOTLS (axolotl) UNDERGROUND_WATER_CREATURE (glow squid) WATER_CREATURE (squid, dolphin, nautilus) WATER_AMBIENT (cod, salmon, tropical fish, pufferfish) MISC (player, villager, golems and non-living entities)CREATUREcategory. - Names are specified in the format
"<name>", such as"Example".
Blocks
Blocks can only be filtered by type in the format <namespace>:<registryName>, such as minecraft:stone, which can be found in the target block section of F3 debug overlay.


