Advanced Feeding upgrade
sophisticatedstorage:advanced_feeding_upgrade

Advanced Feeding upgrade

item

Function

Feeds player with food from storage's inventory More options for when food gets fed to player

Acquisition

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

Crafting using Any Planks, Advanced Feeding upgrade, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Advanced Feeding upgrade.

Crafting conditional
Advanced Feeding upgrade Advanced Feeding upgrade guaranteed

Used in (1)

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

Crafting conditional
Any String
Advanced Feeding upgrade
Any String
Ersatz Leather
Any String
Any String
Advanced Feeding upgrade Advanced Feeding upgrade guaranteed
Developer reference
Registry name
sophisticatedstorage:advanced_feeding_upgrade
Namespace
sophisticatedstorage
Mod ID
sophisticatedstorage

Recipe JSON (2):

{
  "recipe_type": "sophisticatedcore:upgrade_next_tier",
  "pattern": [
    " D ",
    "GVG",
    "RRR"
  ],
  "ingredients": {
    "D": {
      "tag": "forge:gems/diamond"
    },
    "G": {
      "tag": "forge:ingots/gold"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "V": {
      "item": "sophisticatedstorage:feeding_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:advanced_feeding_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PUP",
    " P ",
    "P P"
  ],
  "ingredients": {
    "P": {
      "tag": "minecraft:planks"
    },
    "U": {
      "item": "sophisticatedbackpacks:advanced_feeding_upgrade"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "sophisticatedbackpacks"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "sophisticatedcore:item_enabled",
        "itemRegistryName": "sophisticatedstorage:advanced_feeding_upgrade"
      },
      "type": "sophisticatedcore:item_enabled"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}