Crafting using Ersatz Leather, Any Iron Ingot, Ersatz Leather, Ersatz Leather, Any Wooden Chest, Ersatz Leather, Ersatz Leather, Any Iron Ingot and Ersatz Leather, arranged in the pattern shown. Produces Backpack.
Backpack
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Crafting using Ersatz Leather, Ravager Hide, Ersatz Leather, Ersatz Leather, Any Wooden Chest, Ersatz Leather, Ersatz Leather, Any Iron Ingot and Ersatz Leather, arranged in the pattern shown. Produces Backpack.
Developer reference
- Registry name
quark:backpack- Namespace
quark- Mod ID
quark- Tags (1)
quark:items/backpack_blocked
Recipe JSON (2):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"LIL",
"LCL",
"LIL"
],
"ingredients": {
"C": {
"tag": "forge:chests/wooden"
},
"I": {
"tag": "forge:ingots/iron"
},
"L": {
"tag": "forge:leather"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"type": "forge:not",
"value": {
"flag": "ravager_hide",
"type": "quark:flag"
}
},
{
"flag": "backpack",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"LRL",
"LCL",
"LIL"
],
"ingredients": {
"C": {
"tag": "forge:chests/wooden"
},
"I": {
"tag": "forge:ingots/iron"
},
"L": {
"tag": "forge:leather"
},
"R": {
"item": "quark:ravager_hide"
}
},
"conditions": [
{
"raw": {
"type": "forge:and",
"values": [
{
"flag": "ravager_hide",
"type": "quark:flag"
},
{
"flag": "backpack",
"type": "quark:flag"
}
]
},
"type": "forge:and"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}