Crafting using Cocoa Beans, Cocoa Beans, Cocoa Beans, Milk Bucket, Milk Bucket, Milk Bucket, Sugar, Pie Crust and Sugar, arranged in the pattern shown. Produces Chocolate Pie.
Chocolate Pie
Farmer's Delight · by vectorwing
Acquisition
Crafting using Slice of Chocolate Pie, Slice of Chocolate Pie, Slice of Chocolate Pie and Slice of Chocolate Pie, arranged in the pattern shown. Produces Chocolate Pie.
Filling using Pie Crust and Chocolate (500 mB). Produces Chocolate Pie.
Used in (1)
Cutting using Chocolate Pie. Produces an unresolved result.
Block drops
Related items
Developer reference
- Registry name
farmersdelight:chocolate_pie- Namespace
farmersdelight- Mod ID
farmersdelight- Tags (4)
create:items/upright_on_belt farmersdelight:blocks/mineable/knife farmersdelight:blocks/pies farmersdelight:items/pies
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"ccc",
"mmm",
"xOx"
],
"ingredients": {
"O": {
"item": "farmersdelight:pie_crust"
},
"c": {
"item": "minecraft:cocoa_beans"
},
"m": {
"tag": "forge:milk"
},
"x": {
"item": "minecraft:sugar"
}
},
"conditions": [],
"sequence": null,
"group_name": "fd_chocolate_pie",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"##",
"##"
],
"ingredients": {
"#": {
"item": "farmersdelight:chocolate_pie_slice"
}
},
"conditions": [],
"sequence": null,
"group_name": "fd_chocolate_pie",
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:filling",
"pattern": null,
"ingredients": [
{
"item": "farmersdelight:pie_crust"
},
{
"amount": 500,
"fluidTag": "forge:chocolate"
}
],
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "create"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
