Crafting using Any String, Advanced Compacting Upgrade, Any String, Ersatz Leather, Any String and Any String, arranged in the pattern shown. Produces Advanced Compacting Upgrade.
Advanced Compacting Upgrade
Function
Compacts items into their compressed variants Both 2x2 and 3x3 recipes with more filtering options
Acquisition
Upgrade Next Tier using Any Diamond Gem, Any Gold Ingot, Compacting Upgrade, Any Gold Ingot, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Advanced Compacting Upgrade.
Developer reference
- Registry name
sophisticatedbackpacks:advanced_compacting_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:advanced_compacting_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "sophisticatedbackpacks"
},
"type": "forge:mod_loaded"
},
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:advanced_compacting_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "sophisticatedcore:upgrade_next_tier",
"pattern": [
" D ",
"GCG",
"RRR"
],
"ingredients": {
"C": {
"item": "sophisticatedbackpacks:compacting_upgrade"
},
"D": {
"tag": "forge:gems/diamond"
},
"G": {
"tag": "forge:ingots/gold"
},
"R": {
"tag": "forge:dusts/redstone"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:advanced_compacting_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}