Crafting using Stonecutter, Any Iron Ingot, Upgrade Base, Any Iron Ingot and Any Redstone Dust, arranged in the pattern shown. Produces Stonecutter Upgrade.
Stonecutter Upgrade
Function
Stonecutter in an upgrade tab
Acquisition
Crafting using Any String, Stonecutter Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Stonecutter Upgrade.
Developer reference
- Registry name
sophisticatedbackpacks:stonecutter_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"IBI",
" R "
],
"ingredients": {
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"I": {
"tag": "forge:ingots/iron"
},
"R": {
"tag": "forge:dusts/redstone"
},
"S": {
"item": "minecraft:stonecutter"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:stonecutter_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:stonecutter_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:stonecutter_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}