Crafting using Sweet Berries, Sugar, Milk Bucket, Sugar, Honey Bottle, Sugar and Honey Bottle, arranged in the pattern shown. Produces Whipped Dream.
item· Other
Whipped Dream
Cobblemon · by The Cobblemon Team
Whipped Dream is a item from Cobblemon, crafted from Sweet Berries, Sugar, Milk Bucket, and Honey Bottle.
Acquisition
Related items
Developer reference
- Registry name
cobblemon:whipped_dream- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/evolution_items
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" B ",
"SMS",
"HSH"
],
"ingredients": {
"B": {
"item": "minecraft:sweet_berries"
},
"H": {
"item": "minecraft:honey_bottle"
},
"M": {
"item": "minecraft:milk_bucket"
},
"S": {
"item": "minecraft:sugar"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}