copygirl / BetterStorage

A Minecraft mod aimed at offering more storage options.
http://copy.mcft.net/mc/BetterStorage/
MIT License
57 stars 33 forks source link

Equip backpack bug #296

Open mightydanp opened 9 years ago

mightydanp commented 9 years ago

after i put a backpack on and then shift click another backpack on if you don't have armor on the other backpack goes into your armor slot and then disappears

copygirl commented 9 years ago

Vanilla "bug", can't prevent things from being equipped using shift-click without ASM magic. Backpacks return false for isValidArmor(), they're only meant to be equipped by sneaking and breaking the backpack block.