Crafting using Wheat, Cocoa Beans and Wheat, arranged in the pattern shown. Produces 8× Cookie.
Cookie
Minecraft · by Mojang Studios
Acquisition
Alloy Smelting using no listed ingredients. Produces 8× Cookie.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Farmer Gift (minecraft) minecraft:farmer_gift | 1–1 | 100% | — |
Developer reference
- Registry name
minecraft:cookie- Namespace
minecraft- Mod ID
minecraft
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#X#"
],
"ingredients": {
"#": {
"item": "minecraft:wheat"
},
"X": {
"item": "minecraft:cocoa_beans"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "enderio:alloy_smelting",
"pattern": null,
"ingredients": null,
"conditions": [],
"sequence": null,
"group_name": null,
"experience": 0.3,
"cooking_time": null
}