Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
1.1.1
Release
[FABRIC] Create: Food 1.1.1 - 1.20.12 years ago 11.2K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.1.1
- New cakes, pies, and cheesecakes.
- Related additions to Farmer's Delight resource pack.
- Renamed the following items. This will delete existing versions of the items.
- Chocolate Filled Mini Graham Cracker Pie Crust -> Mini Chocolate Pie (Graham Cracker)
- Chocolate Filled Graham Cracker Pie Crust -> Chocolate Pie (Graham Cracker)
- Frosted Ube Cake -> Ube Cream Frosted Ube Cake
- Changed the following items into placeable blocks. This will delete existing versions of the items.
- Cake Base
- Frosted Cake
- Chocolate Pie (Graham Cracker)
- Ube Cake Base
- Ube Cream Frosted Ube Cake
- All cake, pie, cheesecake, and pizza blocks will now:
- Drop full block item when broken with an empty hand.
- Drop the appropriate number of slices when a partially eaten block is broken with a knife.
- Drop a single slice on the final bite when broken with an empty hand.
- Compatibility for [Let's Do] Farm & Charm.
- Cooking pot, crafting bowl, and stove recipes are now for Farm & Charm.
- New recipes for mincer, drying, & roaster.
- Various recipe & tag updates.
Optional dependencies
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:4HnO3el1:UceR7xAs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4HnO3el1:UceR7xAs"
}










