Crafting using Any Planks, Feeding Upgrade, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Feeding upgrade.
Feeding upgrade
Function
Feeds player with food from storage'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.
Used in (2)
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.
Crafting using Any String, Feeding upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Feeding Upgrade.
Developer reference
- Registry name
sophisticatedstorage:feeding_upgrade- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"PUP",
" P ",
"P P"
],
"ingredients": {
"P": {
"tag": "minecraft:planks"
},
"U": {
"item": "sophisticatedbackpacks:feeding_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:feeding_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" C ",
"ABM",
" E "
],
"ingredients": {
"A": {
"item": "minecraft:golden_apple"
},
"B": {
"item": "sophisticatedstorage: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": "sophisticatedstorage:feeding_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
