File Details
RLCraftImprovedBackpacks-1.12.2-1.0.4.jar
- R
- May 24, 2026
- 77.51 KB
- 0
- 1.12.2
- Forge
File Name
RLCraftImprovedBackpacks-1.12.2-1.0.4.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
[1.0.4] - 2026-05-23
- Fixed Obsidian and Enchanted backpacks not dropping when a placed backpack block is broken.
The fireproof handler (onEntityJoinWorld) called setEntityInvulnerable(true) on the spawned
EntityItem for fire-immune tiers, which caused it to be silently removed by WearableBackpacks
or another RLCraft event handler that discards invulnerable item entities at spawn time.
Fix: removed the entire onEntityJoinWorld handler and the fireImmune field from BackpackTier.
Fire immunity for dropped backpack items is removed as a consequence (minor trade-off).

