Compatibility
Minecraft: Java Edition
26.1-snapshot-3
1.21.x
1.20–1.20.5
1.19–1.19.3
1.18.x
1.17.x
1.16.x
Platforms
Supported environments
Creators
Details
Licensed LGPL-3.0-only
Published 5 years ago
Updated 14 hours ago
Changelog
15.0.0
- Update for 26.1 and unobfuscated Minecraft
- Fix an error when writing an ExpressionTree to the config file
- Fix an error when writing data to the config file
- Add support for "exploded data" - that is, the outer
data {}tag is now optional. If present, it will take precedence over the implicitly defineddata. - Improve the maintainability of the ToolSorter
- Remove unnecessary
ORstatements from the default config - Allow eliding
type=<enchantment|item>intoolslist, offhand selectors, andenchantmentsdefinitions - Fix usage of neoforge-replaced way of getting item enchantments
- Add a default target for ores
- By default, prefers pickaxes with fortune over those with silk touch, unless the player is crouching, in which case the opposite occurs with silk touch being preferred.
- Add
Playerdata type, mostly to support things like the mace-
Usable in any
IdSelector(anywhere you can have adataentry) -
Supports the same sort of value comparison as Enchantment Levels
-
Example
target { type=BLOCK id="obsidian" data { player { isCrouching = true distance { GREATER = 2 } } } } -
Currently Available Entries
Type Description Type isFlying If the player is flying Boolean isCrouching If the player is crouching Boolean isPassenger If the player is riding something Boolean isOnGround If the player is on the ground Boolean isSprinting If the player is sprinting Boolean distance The distance between the player and target Number fallDistance The distance the player has fallen Number
-
Dependencies
Files
Metadata
Release channel
AlphaVersion number
15.0.0-alpha.2Loaders
Game versions
26.1-snapshot-1Environment
Client-side only
Downloads
57Publication date
December 30, 2025 at 3:36 PMPublisher
dexman545
Owner


