All versions
20.0.mod
Release
Vanilla+ | Version 20.0 (Mod)10 months ago 9,484
Compatibility
Minecraft: Java Edition
1.21.9–1.21.10
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
I'm back!
- Gear: with the Vanilla game officially adding Copper Armor and Tools, my versions of those items have been permanently removed from the pack. Copper Spears remain, although those too will be removed later this year alongside all my other spears, as the base game will be adding THOSE too! It's funny how Mojang is just adding things from my Vanilla+ pack to the actual game this year haha
- Food: I've added a new food item: Milk Bottles! You can craft three of these at a time using a milk bucket and three glass bottles. However, their max stack size is only 3. It's designed this way to make the benefits of milk a little easier to use, but not terribly overpowered! Because of this, the Chocolate Milk item I added last year has been rebalanced to only stack to 1 due to its slightly better food stats.
- Advancements: I've added an entirely new Vanilla+ category of advancements to the game! You'll unlock this branch upon getting your first Baked Apple, and several advancements that were already in the pack have been moved over here, along with getting all new advancements to go with them!
- Misc. Changes: because I'm a perfectionist and I play using Subtitles turned on, I was getting annoyed at seeing "Footsteps" every time I equipped my Amethyst Armor, so all of my custom items that would show subtitles now have the correct descriptions! This of course works in both English and Mexican Spanish. Also, due to a bug that I can't figure out, the Stormy Flute item has been temporarily removed from the pack. It and the Sunny Flute may leave forever soon, but I haven't decided.
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:7T2efbsk"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9eokjKUM:7T2efbsk"
}

