Crafting using Any Ender Pearls, Any Iron Ingot, Upgrade Base, Any Iron Ingot, Any Redstone Dust, Any Wooden Chest and Any Redstone Dust, arranged in the pattern shown. Produces Refill Upgrade.
Refill Upgrade
Function
Keeps refilling stack of selected items in player's inventory
Acquisition
Used in (1)
Developer reference
- Registry name
sophisticatedbackpacks:refill_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" E ",
"IBI",
"RCR"
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"C": {
"tag": "forge:chests/wooden"
},
"E": {
"tag": "forge:ender_pearls"
},
"I": {
"tag": "forge:ingots/iron"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:refill_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}