Crafting using Any Redstone Dust, Eye of Ender, Any Redstone Dust, Bottle o' Enchanting, Advanced Pump Upgrade, Bottle o' Enchanting, Any Redstone Dust, Eye of Ender and Any Redstone Dust, arranged in the pattern shown. Produces Experience Pump Upgrade.
Experience Pump Upgrade
Function
Pumps experience between Tank upgrade and player
Acquisition
Developer reference
- Registry name
sophisticatedbackpacks:xp_pump_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"RER",
"CPC",
"RER"
],
"ingredients": {
"C": {
"item": "minecraft:experience_bottle"
},
"E": {
"item": "minecraft:ender_eye"
},
"P": {
"item": "sophisticatedbackpacks:advanced_pump_upgrade"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:xp_pump_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}