All versions
23.0
Release
Vanilla+ | Version 23.04 months ago 3,128
Compatibility
Minecraft: Java Edition
26.1.x
1.21.9–1.21.11
Platform
Data Pack
Changes
New Armor, New Foods, and Old Foods!
- Evocation Robes: a brand-new, unique Armor set inspired by Minecraft: Dungeons! These armor pieces are found exclusively in Woodland Mansion and Pillager Outpost chests. The full set provide 9 total armor points, so it's a bit weaker than Copper Armor, and it can't be enchanted. However, they will never break, and each armor piece gives a different unique attribute! The Hat increases your step height, the Robe increases your luck, the Pants reduce your personal gravity, and the Boots improve your movement efficiency!
- Foods: I've also added a couple new foods, the Kelp Roll and the Chocolate Pie! Naturally their recipes unlock when picking up Cocoa Beans or Dried Kelp.
- 3D Foods: 16 more food items have gotten 3D models when renamed in an anvil! Check the previous changelog for how to get the 3D versions! The new foods are as follows: Mutton, Cooked Mutton, Smoked Mutton, Pumpkin Pie, Chocolate Pie, Chocolate Milk, Milk Bucket, Melon Slice, Banana, Sweet Berries, Cookie, Sugar Cookie, Elven Cookie, Elven Kiss, Elven Surprise, and Poisonous Potato.
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Vanilla+ 23.0 Resource Pack.zip | Required resource pack | 14.38 MiB |
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:CxCpbzUj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9eokjKUM:CxCpbzUj"
}

