Tags
Creators
Details
1.0.0+1.21.4+mod
Compatibility
Changes
The first (and likely only notable) version of Reg's Hammers.
This version adds the hammers, and all the important stuff required for the datapack to work. Thankfully, it doesn't add anything that would require manually uninstalling via function later, so there's no uninstall function for this datapack.
If you don't want to use it anymore, just delete it from your world save and throw away the items!
As usual, you'll need the resource pack for anything to make sense, so don't forget to install it.
Added
Items
6 new items have been added to Minecraft in this Release:
- Added Wooden Hammers
- Added Stone Hammers
- Added Iron Hammers
- Added Golden Hammers
- Added Diamond Hammers
- Added Netherite Hammers
- New Hammers will likely never be added unless Minecraft adds a new tier of tools, like Emerald or something.
Misc
- Created the functionality that Vanilla Hammers is built upon. For more information, take a look inside the datapack's files and see if you can intuit how it works (there are many comments in the function files!)
Config
- Added
give_itemfunction files for each Hammer- To obtain a hammer, use the
/function vanillahammers:give_item/(id) {player:'@p',count:1}command!
- To obtain a hammer, use the
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:bqbjcxOZ:l9hwKGoY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bqbjcxOZ:l9hwKGoY"
}

