All versions
22.0.mod
Release
Vanilla+ | Version 22.0 (Mod)4 months ago 2,631
Compatibility
Minecraft: Java Edition
26.1–26.1.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Amulets and Cosmetics for the new 26.1 Release!
- Hats: Three more cosmetic hats have been added, each of these reflecting a different Villager profession! They're the Farmer's Hat, Cartographer's Monocle, and the Armorer's Mask. You can either craft these or potentially fish them up as junk! If you live around Villagers, it might be nice to change up your look around them too, so try out the hats!
- Amulets: inspired by Minecraft: Dungeons, I'm adding two new items that only work when held in the Offhand, the Emerald Amulet and the Soul Healer! The Emerald Amulet is found rarely in the rare loot of Trail Ruins, and the Soul Healer can be found in suspicious sand near Desert Temples! When holding the Emerald Amulet in your offhand, you get passive Resistance, and the Soul Healer gives passive Regeneration. Both are low-level, and particles are generated, so it's your choice on if the player prefers a Shield or constant passive effects when in fights.
- Misc. Changes: I have finalized the removal of the Flute items from the pack, as I don't think they really fit in the current vision for the pack now.
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:9eokjKUM:t7IqXZaJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9eokjKUM:t7IqXZaJ"
}

