16.0.mod
Compatibility
Changes
Food and Advancements!
This is a pretty small update, but nevertheless there's a couple new food items and some new advancement changes!
- Food: I've added two new foods: hot dogs and popcorn! Well, it's sort of popcorn. After doing some research, I found that in real life, some popcorn-like foods can be made by popping seeds instead of corn. So instead of PopCORN, I've added PopTORCH, made by placing Torchflower Seeds on a campfire. The recipes for these will appear when picking up the seeds and a steak respectively.
- Advancements: Firstly, there's one brand new advancement to go with the old "Overpowered" advancement I added back into the game. This one is "Over-overpowered," and you get it if you find an Enchanted Diamond Apple in an End City! Also, some vanilla advancements have been fixed so that they won't be activated if you get a Vanilla+ item. For example, the "Suit Up" advancement will now only be activated if you make Iron Armor, not Copper Armor.
One last thing: after several months, I've finally updated Vanilla++! It adds two more structures: Abandoned Campsites! If you're interested in using Vanilla+ on a server that's not Minecraft Realms, be sure to download Vanilla++ for the extra structures! Check it out here!
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:LRzlU5Zb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:9eokjKUM:LRzlU5Zb"
}

