Links
Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 9 months ago
Updated 3 months ago
All versions
1.1.0
Release
Legume Delight 1.1.08 months ago 16.2K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
This release includes some minor recipe and nutrition tweaks as well as a Chinese translation thanks to yuyusun on Curseforge.
Recipe Changes:
- Chili now uses 3 beans and 1 tomato instead of 2 beans and 2 tomatoes (both recipes also include tomato sauce and onion)
- Baked beans now cost 2 beans, 1 tomato sauce, and one sweetener instead of 3 beans, 1 tomato sauce
- Bean burrito now requires both refried beans and normal beans instead of just refried beans
- Beans and rice now uses normal rice instead of cooked rice
Nutrition Changes:
- Slightly increased rice cake hunger value
- Slightly increased peanut bar hunger value
- Slightly increased trail mix hunger value
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:7vb8E40Y:aXbX499v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7vb8E40Y:aXbX499v"
}


