Crafting using Blossom Berry, Sugar, Potion and Gelatine, in any arrangement. Produces Blossom Berry Jelly.
Blossom Berry Jelly
Blossom Berry Jelly is a item from Unknown Mod, crafted from Blossom Berry, Sugar, Potion, and Gelatine.
Acquisition
Crafting using Blossom Berry, Sugar, Any Water Bottles and Gelatine, in any arrangement. Produces Blossom Berry Jelly.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: End Village Template Loot (betterend) betterend:end_village_template_loot | 1–1 | 100% | — |
Loot table: End Village Loot (betterend) betterend:end_village_loot | 1–1 | 100% | — |
Developer reference
- Registry name
betterend:blossom_berry_jelly- Namespace
betterend- Mod ID
unknown
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "betterend:blossom_berry"
},
{
"item": "minecraft:sugar"
},
{
"item": "minecraft:potion"
},
{
"item": "betterend:gelatine"
}
],
"conditions": [],
"sequence": null,
"group_name": "end_berries",
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "betterend:blossom_berry"
},
{
"item": "minecraft:sugar"
},
{
"tag": "c:water_bottles"
},
{
"item": "betterend:gelatine"
}
],
"conditions": [],
"sequence": null,
"group_name": "end_berries",
"experience": null,
"cooking_time": null
}