All versions
1.1.0
Release
Hammer Fixes!last week 30
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Hammer Fixes and other Stuff!
- Increased Greathammer Durability 581 -> 981
- Made Base Greathammers recipe use 5 iron instead of 13. (No longer needs an iron block.)
- All Greathammers can have Pickaxe Enchants
- Increased Stormlander and Hammer of Gravity Durability 1768 -> 2768
- Powershaker can rarely generate in Desert Temples now
- Mushroom stew can rarely generate in Mineshafts now. Keep the bowl incase you find more mushrooms!
- Beetroots also generate in Mineshafts for making Deathcap Stews!. Dont worry they dont make other loot rarer.
- Deathcap Mushrooms have an higher weight in their respective lootable, just from 1 -> 2
- Fixed Gambler's Hit using wrong values.
- Fixed Mod not having its icon ingame in the Mod Menu.
- Known issues - Greathammers cant use sword enchants. This'll probably be fixed next update. Sorry little farters.
Some more fixes, making them fit the game a bit more. Got feedback then put it on the github. Might add another weapon or armor set next, nothing big yet. Have Fun!
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:yaCnCADP:hsnHb7N1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yaCnCADP:hsnHb7N1"
}

