Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated 3 weeks ago
All versions
2.7.0
Release
Create: Food 2.7.0last month 3,405
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changes:
- Update translations including ru_ru.json. (#46)
- Config options
nutrition_saturationanditem_overrides(food effects) now allow overrides of any food. - Added display bowls. Mechanics are the same as display plates, but generically displayed items are always upright and bowls cannot be used as cutting boards.
- Added small display bowls that can hold fluid.
RMBwith a fluid container to pour it in, thenRMBwith a food item to dip it. Read more here.- New config options
enable_dippinganddipping_exclude. - Holds 4000mb. Breaking at maximum capacity leaves a fluid source block behind; below that the fluid is lost.
- New config options
- Empty plates & bowls now stack.
plate→ 6,bowl→ 4,small_plate→ 12,small_bowl→ 8.
- Rename config option
enable_generic_plates→enable_generic_display. - Update config option
crafting_remaindersto work the same as native remainders, with some additional modifications.- Default config now includes cake batter buckets → empty bucket.
- Smelting & smoking recipes now returns the config remainder to the output slot.
- Create's bulk smoking/blasting now returns the config remainder alongside the result as a dropped item.
- Campfire cooking recipes returns the config remainder alongside the result as a dropped item.
- Hand-held campfire cooking recipes will return the config remainder to the inventory.
- Added/improved compatibility with Fruits Delight, Veggies Delight, Rustic Delight, Hearth and Harvest, Cultural Delights, Expanded Delight, Create: Ratatouille, Create: Ratatouille Fried Delights and Create Confectionery.
- Support for the food effects from Fruits Delight & Hearth and Harvest. Read more here.
- New recipes using recipe types from other mods.
- Display name renames & tooltips.
- Renamed
c:chili_peppertoc:pepperand other various tag updates.
- Full tooltip compatibility with Jade.
- You can now
RMBwith tools taggedc:tools/wrenchto pick up display blocks directly. - New config options
horizontal_rangeandvertical_rangefor campfire cooking. (Default: 3/1). - Reorganized config options.
- Removed
corn_stickitem.
Fixes:
- Fixes to handcrafting to prevent tool loss & erroneous offhand block placement. (#44)
- Fix
chorus_fruit_cookierecipes using incorrect inputs. (#47) - Fix client/server issue. Options have been moved from
createfood-client.tomltocreatefood-common.toml. (#50) - Fix certain items from being deleted when dual wielded +
RMB. Addedminecraft:enchantable/vanishingandminecraft:enchantable/durabilitytohandcrafting_excludelist. - Fix missing recipes for 2.5.0 items & other minor recipe issues.
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:FmjGqkQt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4HnO3el1:FmjGqkQt"
}

