Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 4 days ago
All versions
21.10.3.6.0
Release
Crystal Tools 21.10.3.6.06 months ago 50
Compatibility
Minecraft: Java Edition
1.21.10
Platform
NeoForge
Supported environments
Client and server
Changes
- Adds Levelable Entities!
- Adds the Crystal Collar
- Allows you to level up your pet dog when you use a collar on it!
- Pet dogs have the following skills:
- Health
- Attack Damage
- Movement Speed
- Armor
- Lifesteal
- Crate Training (see below)
- Immortality
- Your wolf returns to you inside a cage in your inventory when it dies
- Adds the Crystal Dog Cage
- Allows you to pick up your dog with crate training
- There is a config option that allows this to pick up any entity
- Adds the following config options:
pick_up_other_entities(false): If true, you can pick up mobs other than tamed dogs in the Crystal Dog Cageentity_skill_point_multiplier(2.0): This value will be multiplied by the damage taken / received by levelable entities to get the skill points
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:9HwKu8bv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jLrLpmWX:9HwKu8bv"
}

