Crafting using Any Ender Pearls, Any Obsidian, Upgrade Base, Any Obsidian, Any Redstone Dust, Any Obsidian and Any Redstone Dust, arranged in the pattern shown. Produces Void Upgrade.
Void Upgrade
Function
Voids items selected in filter
Acquisition
Crafting using Any String, Void Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Void Upgrade.
Used in (1)
Developer reference
- Registry name
sophisticatedbackpacks:void_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" E ",
"OBO",
"ROR"
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"E": {
"tag": "forge:ender_pearls"
},
"O": {
"tag": "forge:obsidian"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:void_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"TUT",
" L ",
"T T"
],
"ingredients": {
"L": {
"tag": "forge:leather"
},
"T": {
"tag": "forge:string"
},
"U": {
"item": "sophisticatedstorage:void_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:void_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}