// Tool-tip Warning // misc =============================================================================== .addTooltip(format.red("Remove the content before you upgrade your backpack! Otherwise everything is lost... :O")); .addTooltip(format.red("Remove the content before you upgrade your backpack! Otherwise everything is lost... :O")); .addTooltip(format.red("Remove the content before you upgrade your backpack! Otherwise everything is lost... :O")); .addTooltip(format.red("Remove the content before you upgrade your backpack! Otherwise everything is lost... :O")); // Uncommon Backpack =============================================================================== recipes.remove(); mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({inv: {Size: 33, Items: []}, filter: {Size: 16, Items: []}}), [ [null, null, null, null, null], [, , , , ], [, , , , ], [, , , , ], [, , , , ] ]); // Rare Backpack =============================================================================== recipes.remove(); mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({inv: {Size: 66, Items: []}, filter: {Size: 16, Items: []}}), [ [null, null, null, null, null], [, , , , ], [, , , , ], [, , , , ], [, , , , ] ]); // Epic Backpack =============================================================================== recipes.remove(); mods.extendedcrafting.TableCrafting.addShaped(0, .withTag({inv: {Size: 99, Items: []}, filter: {Size: 16, Items: []}}), [ [null, null, null, null, null], [, , , , ], [, , , , ], [, , , , ], [, , , , ] ]);