Tags
Creators
Details
2.0.0
Compatibility
Required content
Changes
This version acts as pretty much a major overhaul to the mod, please be patient if things are a little wonky at first! From here on out this mod is taking a slightly different direction, so please bear with me as I update the mod page accordingly.
Major Changes:
- New Meal items! These are more sophisticaed combinations of items crafted with bowls, much like soups or stews. And also much like them, they are affected by the "stew stack size" config setting.
- New potion effects: Magnetism (increases your item pickup range and draws items towards you), Antidote (protects you from poison, higher levels protect you from more effect types), and Sweet Tooth (lifesteal on hit).
- New non-meal foods! These mostly involve beetroot.
Minor Tweaks:
- Reworked some of the food textures, ranging from minor clean-ups to major overhauls.
- Some of the tooltips for things might look different as I continue to learn how to consistently make things more aesthetically harmonious with Minecraft/Vanilla+ mods.
- Changed an advancement to be more thematically appropriate.
- All the foods should have proper tags now in case they didn't before. This is a more technical change, but it should help things work a bit better between mods.
- The config file might also not look the same as before, so beware when upgrading your world or re-adding this mod!
What's Next?
Mainly following up with bugfixes, for one thing! If I have time and decide to continue working further on the mod, I would like to add some more food items and update to more recent versions. Thank you for playing my mod!
- Random
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:32fgIQw1:aEzOxVbA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:32fgIQw1:aEzOxVbA"
}
