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 13 hours ago
Changelog
- 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.
- Ported Fabric API's "Client Tags" module to Neoforge
- Now conventional tags (eg
c:ores) will work when connecting to a vanilla server from a Neoforge client
- Now conventional tags (eg
- Fix more complicated
datastructures not being written correctly - Fix Neoforge update url
- 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 hasItem If the player has the given item ExpressionTree hasHotbarItem If the player has the given item on their hotbar ExpressionTree
-
Dependencies
Files
Metadata
Release channel
AlphaVersion number
15.0.0-alpha.3Loaders
Game versions
26.1-snapshot-1–26.1-snapshot-3Environment
Client-side only
Downloads
4Publication date
January 18, 2026 at 10:18 PMPublisher
dexman545
Owner


