All versions
1.1
Release
[CXPT]Create:XPTool 1.1last year 755
Compatibility
Minecraft: Java Edition
1.20.1โ1.20.6
Platform
Forge
Supported environments
Client and server
Changes
Version: v1.1.0 Release Title: Introducing the Functional Hammer of Experience!
This update adds an exciting new high-risk, high-reward item - the Hammer of Experience!
What's New
- 4 New Tools: Added Iron, Copper, Gold, and Diamond variants of the
Hammer of Experience. - Risky Charging System: Right-click while holding the hammer to consume experience levels and charge it, greatly increasing its damage.
- Overload Explosion Mechanic: Each hammer has a charge limit! Exceeding the limit causes an explosion that destroys the hammer, damages the terrain, and hurts nearby mobs (the player is safe!).
- Clear Visual Warning: The hammer has 3 distinct texture stages that change as it charges, helping you manage the risk.
- New Crafting Recipe: Craft them using metal blocks, sticks, and Create's Experience Nuggets.
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:I9tQtJzt:V9KtLAJq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I9tQtJzt:V9KtLAJq"
}![[CXPT]Create:XPTool](https://cdn.modrinth.com/data/I9tQtJzt/5bc11df9386b4059b6c0690689811a6087719762.png)

