Crafting using Hopper, Any Iron Ingot, Upgrade Base, Any Iron Ingot, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Hopper Upgrade.
Hopper Upgrade
Function
Pulls items from block on top and/or pushes them to block below
Acquisition
Used in (1)
Developer reference
- Registry name
sophisticatedstorage:hopper_upgrade- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" H ",
"IBI",
"RRR"
],
"ingredients": {
"B": {
"item": "sophisticatedstorage:upgrade_base"
},
"H": {
"item": "minecraft:hopper"
},
"I": {
"tag": "forge:ingots/iron"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:hopper_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
