Create: Food 2.6.0, for Minecraft 1.21.1.
Create: Food is an add-on based on expanding food content found in Minecraft.
The author's own description, out of the mod's manifest. Quoted, not paraphrased.
All 1871 items and blocks — 1255 have a page of their own, 616 are listed there as anchors. Which ones earn a page was decided once, in the cross-index, and is obeyed here rather than recomputed (D-022).
First 30 by name.
| Type | Recipes |
|---|---|
minecraft:crafting_shapeless | 1420 |
minecraft:crafting_shaped | 741 |
create:deploying | 401 |
create:filling | 333 |
create:mixing | 289 |
farmersdelight:cutting | 190 |
farmersdelight:cooking | 160 |
create:compacting | 149 |
minecraft:campfire_cooking | 125 |
minecraft:smelting | 125 |
minecraft:smoking | 125 |
create:item_application | 117 |
create:emptying | 85 |
create:pressing | 29 |
create:milling | 15 |
create:splashing | 1 |
A recipe file always lives under its shipping mod's namespace, so cross-mod support shows up in the recipe type, never the directory.
What the JAR declares it needs, exactly as written. The range is what the modloader itself enforces; it is not resolved to a build, because a range is stable and a resolution is perishable (D-019).
| Mod | Declared range | |
|---|---|---|
create | [6.0.0,6.1.0) |
optional |
farmersdelight | [1.2.4,) |
optional |
minecraft | [1.21.1, 1.22) |
required |
neoforge | [21.1.219,) |
required |