Ykkz000's Backpack
Add extra backpack so that you can carry more items.
Features
Add a 9×3 backpack that will not drop (upon death or similar events).
- Press the B key to open the backpack.
- Press the C key to pack the backpack.
Interfaces (For developers)
- Inject the
ykkz000.mcmod.backpack.world.entity.player.BackpackPlayerinterface into thenet.minecraft.world.entity.player.Playerclass, enabling mods that depend on this mod to directly access the backpack. - Inject the
ykkz000.mcmod.backpack.world.PackableContainerinterface into thenet.minecraft.world.SimpleContainerclass, enabling mods that depend on this mod to organize the inventory forSimpleContainerand its subclasses.