Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
1.1.11-fabric
Release
[FABRIC] Create: Food 1.1.11 - 1.20.1last year 72.8K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
*** 1.1.11 ***
General:
- 11 new food items.
- Cakes are now placeable in any direction.
- Outline for cheesecakes, pies, pizzas, and waffles now follow bite shape.
- Crafting remainders added for bottles, bowls, sticks, and cloth filter.
- Max count added for bottles & bowls.
- Fix issue with cream pie models not displaying properly.
- Compatibility tags added for Let's Do Bakery jams.
- Fix some sweet berry items missing "sweet" in their names.
- Minor texture updates.
- Recipe Changes:
- Small versions of dough are now made via axe cutting. (#59)
- Fix for duplication with crafting remainders. (#60)
- Removed Farm & Charm cooking pot recipes for apple jam, sweet berry jam, glow berry jam, molasses bucket, and milk powder. (#61)
- Remove diced tomato crafting recipe. (#63)
- Fix Beef Bun (Cheese, Onion, Bacon, Lettuce) deploying recipes. (#64)
- Fix molasses bucket recipes.
- Fruit smoothie recipes now use 2 ice instead of 4.
- New milling recipes.
- Chicken patties are now made with bread crumbs instead of toast slices.
Forge:
- Add load conditions to recipes using tomato sauce fluid. (#65)
- Fix typo for pork/rabbit meatball stick.
- Fix yogurt bottle being a honey bottle.
Fabric:
- Fix chicken cheeseburger tomato tag.
- Fix chorus fruit popsicle not being a stick food.
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:2wqGkVWL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4HnO3el1:2wqGkVWL"
}



