promotional bannermobile promotional banner

RLCraft Improved Backpacks

This mod utilizes Wearable Backpacks as the base mod and further improves it adding upgrades, tiers, auto-sorting and more.

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

Forge

implementation fg.deobf("curse.maven:rlcraft-improved-backpacks-1546171:8136931")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[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).