Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
0.1.4-1.20.1
Alpha
0.1.4a-1.20.13 years ago 62K
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Changes
Update V0.1.4
- Crop Update; Ube, Ginger, Garlic, Lemongrass
- Eating Animations complete for remaining dishes
- Fabric Seasons compatibility
- Ube, Garlic, Ginger
- More Create integration
- Potato Canon Projectiles
- Milling Recipes
- Mixing Recipes
- Mod Menu labels added to translation file
- Ube Cake and Leche Flan added to Composting Registry
- Condensed Milk Bottle and Milk Bottle can be used for milk powder
- EAT_CAKE_SLICE stat increase on consume from feast
- Ube Cake
- Leche Flan
- Data Generation; tags, crafting recipes and smelting recipes moved
Bugs
- 1.20.1 Chopped Garlic spelling fixed
- #5, #6 1.19.2 broken Garlic and recipes fixed
- #7 hotfix for quilt composting value out of bounds
Detailed changes on the wiki: https://github.com/ChefMooon/ubes-delight/wiki
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:PYjpoAys:rJII1xZR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PYjpoAys:rJII1xZR"
}

