All versions
1.21.6-3.0.0-beta6
Beta
Crystal Tools 1.21.6-3.0.0-beta6last year 24
Compatibility
Minecraft: Java Edition
1.21.6
Platform
NeoForge
Supported environments
Client and server
Changes
3.0.0 - beta 6
Additions
- Adds 2 new fields to the skill tree datamap
allowMiningXp: Allows tools to get experience from miningallowDamageXp: Allows tools to get experience from attacking
Changes
- Removes the config option
BACKPACK_BASE_EXPERIENCE_CAP, this is handled in the skill tree datamap now - The backpack now has a base experience cap of 200
- Removes all disable config options
- If you don't want certain tools, see the section in the readme about removing skill trees from items, or remove the crafting recipe.
- Made the default screen opacity 1
- Updates to work with neo version 21.6.16-beta
Fixes
- Fixes the crystal elytra taking damage when you break blocks with it
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:jLrLpmWX:2mMkHVEA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jLrLpmWX:2mMkHVEA"
}

