Tags
Creators
Details
All versions
1.0.5
Release
Overpowered Mastery 1.0.52 weeks ago 20
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
The Recipes Update, 1.0.5!
Tested on internal dedicated server, and seems to work.
Additions:
- Recipes for all Ultimate Items added (temporary, but still take a while to obtain)
- Resinvein Staff (a very dangerous staff capable of blasting through terrain and makes entities wish they never spawned)
- Music Disc Mourner (a music disc wub that is effective against ghasts and soulsand-like things)
- Delicate Touch enchantment (exclusive for Ultimate Tools, and specifically the Ultimate Pickaxe, and allows picking up budding amethyst and other impossible blocks, excluding spawners, bedrock, etc, etc)
- Fraud entity data that allows it to be more responsive and render it's mood properly (it has 4 randomized skins now, with angry skins paired with them)
Changes:
- Several fixes to Music Disc Wubs that help them be less annoying and more useful
- Description changes for staffs (but not all staffs have specific descriptions yet)
- Fraud persistence for data was lacking, so it was added using synced data, and player interaction fixed, and Fraud can use items and behave better
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:wYKo4DXd:tKJ5sX5X"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wYKo4DXd:tKJ5sX5X"
}

