Links
Tags
Creators
Details
1.5+26.2
Compatibility
Changes
Good to see you all again! This is likely the last major content release for Reg's More Foods while I work on the wiki and some other projects. From here on, I'll be fixing, improving, or maybe adding one or two features instead of like 20 foods every update.
This update, named the Table Dressing update, adds only 3 foods and 7 items--but among those items are Scythes, which are replacing the Hoe's functionality of increasing drops when crops are broken. They also have improved AOE damage!
There's a lot more in this update that I'm sure you guys will like, so check out the changelog on the Wiki!
If you find any pesky bugs, let me know on the issue tracker!
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:2jidfU3A:qQEyvHFw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2jidfU3A:qQEyvHFw"
}

