Crafting using Any String, Magnet Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Magnet Upgrade.
Magnet Upgrade
Function
Magnets items into backpack at range
Acquisition
Upgrade Next Tier using Any Ender Pearls, Any Iron Ingot, Any Ender Pearls, Any Iron Ingot, Pickup Upgrade, Any Iron Ingot, Any Redstone Dust and Any Lapis Gem, arranged in the pattern shown. Produces Magnet Upgrade.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Desert Pyramid (sophisticatedbackpacks) sophisticatedbackpacks:desert_pyramid | 1–1 | 100% | — |
Loot table: Abandoned Mineshaft (sophisticatedbackpacks) sophisticatedbackpacks:abandoned_mineshaft | 1–1 | 100% | — |
Used in (1)
Developer reference
- Registry name
sophisticatedbackpacks:magnet_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"TUT",
" L ",
"T T"
],
"ingredients": {
"L": {
"tag": "forge:leather"
},
"T": {
"tag": "forge:string"
},
"U": {
"item": "sophisticatedstorage:magnet_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:magnet_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "sophisticatedcore:upgrade_next_tier",
"pattern": [
"EIE",
"IPI",
"R L"
],
"ingredients": {
"E": {
"tag": "forge:ender_pearls"
},
"I": {
"tag": "forge:ingots/iron"
},
"L": {
"tag": "forge:gems/lapis"
},
"P": {
"item": "sophisticatedbackpacks:pickup_upgrade"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:magnet_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}