Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
2.2.0
Release
Create: Food 2.2.05 months ago 1,382
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Changes:
- New settings in
createfood-server.toml. Read more here. - Crafting recipes with only two ingredients can now be made by holding the ingredients in each hand and using
RMB. Read more here. - Filled cloth filters now have right click interactions to strain the contents. Read more here.
- Display Delight supported items can now be placed onto Create: Food plates.
- Create: Food plates now support bulk serving placement using
Shift + RMB.- Bulk placement does not work for Create: Food supported items placed on Display Delight plates. Only single placement will occur.
- Eggshells can now be obtained by using eggs in crafting recipes and by throwing them.
- Increased amount of eggshells used to make rich soil from 3 to 8.
- Chicken patty recipes have been updated to match new items.
- The following are no longer compat items and are no longer hidden by default:
- Paprika can now be made from nether wart if chili peppers aren't available
- Cinder flour can also be used as a substitute for paprika.
- Spicy chicken nuggets
- Spicy sausages
- Paprika can now be made from nether wart if chili peppers aren't available
- Decreased nutrition values for sausage biscuit items by 2.
Fixes:
- Fix milling recipes. (#11) / (#18)
- Fix ube tags / recipes. (#13)
- Fix bowl duplication. (#14)
- Fix chocolate cooking pot and mixing recipes. (#16)
- Fix tomato sauce and chocolate filling recipes + tags. (#17)
- Fix recipe conflict from
c:powderable_eggstag. (#21) - Fix stew recipes.
- Restore some blockstate files to remove log errors.
- Fix missing cloth filter remainder.
- Fix missing some bottle crafting remainders.
- Fix pasta with meatballs filling recipe.
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:6Pg4WHRF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4HnO3el1:6Pg4WHRF"
}


