Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
1.1.9-forge
Release
[FORGE] Create: Food 1.1.9 - 1.20.1last year 16K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
General:
- 120+ new food items.
- Change display names of the following items. IDs will remain the same for now.
- (Create) Sweet Roll > Frosted Sweet Roll
- (Farmer's Delight) Mixed Salad > Mixed Salad (Beetroot, Tomato)
- (Farmer's Delight) Mutton Wrap > Mutton Wrap (Onion, Lettuce)
- Chocolate Sweet Roll > Frosted Chocolate Sweet Roll
- Sausage Meat > Ground Sausage
- Shredded Chicken > Ground Chicken
- Meatball > Beef Meatball + all related items
- Raw Cupcake > Raw Cupcake Base
- Raw Muffin > Raw Muffin Base
- Cheese and Beef Bun > Beef Bun (Cheese) + all related items
- Remove "jar" from frostings and jams (#58)
- Recipe changes:
- New recipes to make Pizza, Pasta, Burger, and Sandwich sequences less strict.
- Fix some Pasta recipes.
- Change Ground Sausage recipes to use tags. Also lower output for crafting recipe.
- Remove Powdered Sugar from Heavy Cream recipes.
- Substantially change recipes for Cream Frostings. Fruit Cream Frostings can now also be made from Cream Frosting. Fixes recipe overlap issue with Condensed Milk. (#53)
- Adjust Condensed Milk recipes to be more consistent.
- Diced Onion is now obtained via cutting Sliced Tomato.
- Raw Calzone is now obtained via cutting Salt Dough (Small).
- Change Cloth Filter recipe to match the other Create filters.
- Diced Onion is no longer consumable. Also minor texture update.
- Add Peanut Butter from Croptopia to tag.
- Reduce Nourishment from Pasta with Butter.
Fabric:
- Fix config so Pasta with Endermite/Strider Meatballs (and tomato sauce variations) are disabled by default. Regenerating the config is recommended.
- Add missing tag to fix Chorus Fruit Ice Cream Cone recipes. (#54)
- Add missing tag to fix Peanut Butter & Melon Jam Sandwich. (#55)
- Add missing effects for:
- Potato Chip Bowl.
- Fruit Smoothie Bottle. (#56)
- Pasta with Butter.
Forge:
- Added filling recipes that use Tomato Sauce Fluid (added by Create: Central Kitchen).
- Fix Dumplings cooking recipe to use correct tags.
- Fix cakes only having 6 bites instead of 7.
- Fix for stacks of bottle items and stick items replacing the stack with single remainder item on upon consumption. (#58)
- Compatibility tags for VintageDelight. (#58)
- Note: VintageDelight currently breaks the forge:fruits tag.
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:h0afgRfD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4HnO3el1:h0afgRfD"
}



