#Name: ironBackpacks.zs #Author: Feed the Beast print("Initializing 'ironBackpacks.zs'..."); #leather backpack recipes.remove(.withTag({packInfo: {upgrade: [], type: "ironbackpacks:basic", spec: "NONE"}})); recipes.addShaped(.withTag({packInfo: {upgrade: [], type: "ironbackpacks:basic", spec: "NONE"}}), [[, , ], [, , ], [, , ]]); print("Initialized 'ironBackpacks.zs'");