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

Forge

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

Learn more about Curse Maven

[1.0.2] - 2026-05-22

  1. 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.