Crafting using Treated Stick, Treated Stick, Lever, Treated Stick and Treated Stick, arranged in the pattern shown. Produces Basic Tier Upgrade.
Basic Tier Upgrade
Function
Upgrades vanilla inventories to their sophisticated version
Acquisition
Developer reference
- Registry name
sophisticatedstorage:basic_tier_upgrade- Namespace
sophisticatedstorage- Mod ID
sophisticatedstorage
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"SLS",
" S "
],
"ingredients": {
"L": {
"item": "minecraft:lever"
},
"S": {
"tag": "forge:rods/wooden"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedstorage:basic_tier_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}