File Details
RLCraftImprovedBackpacks-1.12.2-1.0.2.jar
- R
- May 22, 2026
- 77.69 KB
- 15
- 1.12.2
- Forge
File Name
RLCraftImprovedBackpacks-1.12.2-1.0.2.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
[1.0.2] - 2026-05-22
- Fixed placed backpack deletion on break: WBHooks.persistPlacedBackpack was returning true, causing the ASM-injected early RETURN to fire and cancel ItemBackpack.onBlockBreak entirely. The backpack item and its contents were never dropped. Fix: return false so the original onBlockBreak runs and drops the backpack. The NBT update (tier + inventory serialization) still runs before returning, so the dropped item carries the correct data.

