Lib Block Attributes

Pure library mod: used by other mods to allow for exchanging items and fluids between blocks.

File Details

[1.18.1/1.18.2] v0.10.2

  • R
  • Mar 4, 2022
  • 458.68 KB
  • 166.5K
  • 1.18.2+1
  • Fabric

File Name

libblockattributes-all-0.10.2.jar

Supported Versions

  • 1.18.2
  • 1.18.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:libblockattributes-317995:3672601"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changes:

  • Updated to 1.18.2
    • This version should still work on 1.18.1 however, if you don't want to update your mod but do want the other changes here.
  • Added one-way compatibility with fabric's transfer API
    • Mods using LBA can insert into and extract from vanilla, LBA inventories, and transfer api inventries.
    • Mods using transfer API can only insert into and extract from vanilla and transfer api inventories.
      • If mods want to insert into and extract from LBA inventories they they will need to add compat with LBA.
  • Removed legacy compatibility with TechReborn's fluid code, since it's moved over to transfer api.
  • Fixed "FixedInventoryVanillaWrapper" not calling "Inventory.markDirty" whenever it changed the inventory.