Tags
Creators
Details
Licensed GPL-3.0-only
Published 2 years ago
Updated last month
All versions
2.5.0
Release
Create: Food 2.5.02 months ago 29.5K
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changes:
- Added
createfood:egg_yolkandc:toolsto the default handcrafting exclude list. (#35) - Pumpkin pie slice is now hidden by default. Pumpkin pie slice display plate moved to config. (#40)
- You can now eat from display blocks with
Shift + LMB. - Added new settings. Read more here.
enable_generic_platesallows plates to generically display any item. (Default: true)always_display_uprightplaces the display item vertically. When false, items will be placed horizontally on the plate with only those taggedcreate:upright_on_beltdisplaying vertically. (Default: true)generic_display_excludeexclude items/tags from being displayed. (Default:c:tools)
enable_cutting_boardallows plates to act as a Farmer's Delight cutting board. (Default: true)- Unlike the cutting board, it does not support stacks and does not automate well, but does allow for off-hand processing.
enable_single_handcraftto allow handcrafting to work for single items. (Default: false)enable_handcraft_particlesto add particle effect to handcrafting. (Default: true)
- Vanilla and Create display plates are now made via config.
- Added vanilla cake display plate.
- Added support for various effects from Brewin' and Chewin', Candlelight, Create: Confectionary, and RunicLib:
raging,sweet_heart,refreshed,well_served,rest,stimulation,adrenaline,berserk,blood_clot,brimstone_vision,caffeinated,lava_walking,perception,pyromaniac,water_walking.- Most are not used by default.
- Added
minecraft:cat_foodtag forcreatefood:raw_tropical_fish_slice. - Changed Display Block creative tab to use the breakfast plate block.
- Minor rebalancing of some food effects.
- Candles can now be added to cakes.
- Added tag support for Create: Confectionery, Hearth & Harvest, and Rustic Delight.
- Crafting recipes for ice creams and milkshakes now use bottles.
Fixes:
- Fix crash related to
c:tomato_saucetag. (#36) - Fix model issues with
farmersdelight:sweet_berry_cheesecake. (#38) - Fix duplication with storage blocks. (#39)
- Fix load conditions for various compat cookie recipes. (#41)
- Fix
createfood:chocolate_cream_chocolate_cakemodel. - Fix recipes for
cream_pie_filling. Now usesc:heavy_creamto avoid overlap withcake_batter. - Fix recipes for
tater_totsto use properc:flours/wheattag. - Fix various inconsistent juice recipe input/output amounts.
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:9BNZ9n3q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4HnO3el1:9BNZ9n3q"
}

