
setIcon("wearablebackpacks:backpack")
setTitle("Smaller Shulker Box")
setDescription("Craft a Backpack to make exploration sightly easier. To equip the Backpack you need to place it down and destroy it when shifting. Then you can press 'Z' to open it")

addParent("triumph:vanilla/adventure/sleep_in_bed")

criteria = addCriteria("magic_feather", "minecraft:inventory_changed")
criteria.addItem(<wearablebackpacks:backpack>)
setPos(64,135)