Crafting using Golden Carrot, Golden Apple, Upgrade Base, Glistering Melon Slice and Any Ender Pearls, arranged in the pattern shown. Produces Feeding Upgrade.
Feeding Upgrade
Function
Feeds player with food from backpack's inventory
Acquisition
Crafting using Any String, Feeding upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Feeding Upgrade.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Bastion Treasure (sophisticatedbackpacks) sophisticatedbackpacks:bastion_treasure | 1–1 | 100% | — |
Loot table: Nether Bridge (sophisticatedbackpacks) sophisticatedbackpacks:nether_bridge | 1–1 | 100% | — |
Used in (1)
Developer reference
- Registry name
sophisticatedbackpacks:feeding_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"ABM",
" E "
],
"ingredients": {
"A": {
"item": "minecraft:golden_apple"
},
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"C": {
"item": "minecraft:golden_carrot"
},
"E": {
"tag": "forge:ender_pearls"
},
"M": {
"item": "minecraft:glistering_melon_slice"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:feeding_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"TUT",
" L ",
"T T"
],
"ingredients": {
"L": {
"tag": "forge:leather"
},
"T": {
"tag": "forge:string"
},
"U": {
"item": "sophisticatedstorage:feeding_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:feeding_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}