Feeding Upgrade
sophisticatedbackpacks:feeding_upgrade

Feeding Upgrade

item

Function

Feeds player with food from backpack's inventory

Acquisition

Crafting using Golden Carrot, Golden Apple, Upgrade Base, Glistering Melon Slice and Any Ender Pearls, arranged in the pattern shown. Produces Feeding Upgrade.

Crafting conditional
Golden Carrot
Golden Apple
Upgrade Base
Glistering Melon Slice
Any Ender Pearls
Feeding Upgrade Feeding Upgrade guaranteed

Crafting using Any String, Feeding upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Feeding Upgrade.

Crafting conditional
Any String
Feeding upgrade
Any String
Ersatz Leather
Any String
Any String
Feeding Upgrade Feeding Upgrade guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Bastion Treasure (sophisticatedbackpacks) sophisticatedbackpacks:bastion_treasure1–1100%
Loot table: Nether Bridge (sophisticatedbackpacks) sophisticatedbackpacks:nether_bridge1–1100%

Used in (1)

Upgrade Next Tier using Any Diamond Gem, Any Gold Ingot, Feeding Upgrade, Any Gold Ingot, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Advanced Feeding upgrade.

Upgrade Next Tier conditional
Any Diamond Gem
Any Gold Ingot
Feeding Upgrade
Any Gold Ingot
Any Redstone Dust
Any Redstone Dust
Any Redstone Dust
Advanced Feeding upgrade Advanced Feeding upgrade guaranteed
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
}