Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published last month
Updated 2 weeks ago
All versions
1.1.0+1.21.11
Release
1.1.0 for Minecraft 1.21.112 weeks ago 15
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Added
- Predicate rendering!
- Supports both
execute if predicateand@e[predicate=...]
- Supports both
- New "Copy Volume As Predicate Bounds" keybinding that copies the selected volume as a predicate
location_checkbounding box, for example:"position": { "x": { "min": -8, "max": -55 }, "y": { "min": -14, "max": 1 }, "z": { "min": 6, "max": 4 } } - Added a new "Show Mod Missing Message" config option that disables the message that you get upon joining a server without Entity Selector Tools installed.
- Added a screen that shows up when client-side dependencies are missing.
- This is a workaround for Fabric not having side-specific dependencies, but hey, it looks nice.
Changed
- "Copy Creation" keybinding renamed to "Copy Volume As Selector"
- The keybinds shown in the volume creation tool are now shortened. (Control becomes Ctrl, and the spaces around + are removed)
- Made the copy keybindings use Amecs instead of being hardcoded to use Control. This does mean Entity Selector Tools depends on Amecs now.
- Changed the color of inline code in the config screen from light purple to gold.
- If Axiom is loaded, its mouse icons are used instead of the name of the keybind.
- Box Creation as Axiom Tool is now enabled by default.
- Rewrote Axiom integration.
- Several miscellaneous code improvements and renames.
Fixed
- YACL being required on the server when it didn't need to be.
Optional dependencies
Any compatible version
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| entityselectortools-1.1.0+1.21.11-sources.jar | Unknown | 64.48 KiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:FvEITava:Q40Hv0Jw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FvEITava:Q40Hv0Jw"
}

