Upgrade Next Tier using Wither Skeleton Skull, Any Diamond Gem, Eye of Ender, Any Gold Ingot, Mob Catcher Upgrade, Any Gold Ingot, Soul Sand, Soul Sand and Soul Sand, arranged in the pattern shown. Produces Advanced Mob Catcher Upgrade.
Advanced Mob Catcher Upgrade
Function
Captures passive and hostile mobs into backpack storage slots with sneak right-click
Acquisition
Developer reference
- Registry name
sophisticatedbackpacks:advanced_mob_catcher_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (1):
{
"recipe_type": "sophisticatedcore:upgrade_next_tier",
"pattern": [
"HDE",
"GBG",
"SSS"
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:mob_catcher_upgrade"
},
"D": {
"tag": "forge:gems/diamond"
},
"E": {
"item": "minecraft:ender_eye"
},
"G": {
"tag": "forge:ingots/gold"
},
"H": {
"item": "minecraft:wither_skeleton_skull"
},
"S": {
"item": "minecraft:soul_sand"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:advanced_mob_catcher_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
