Lib Block Attributes

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

File Details

[1.16.4] v0.8.5

  • R
  • Dec 17, 2020
  • 435.26 KB
  • 59.2K
  • 1.16.4
  • Fabric

File Name

libblockattributes-all-0.8.5.jar

Supported Versions

  • 1.16.4

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Changes:

  • Made FluidVolume.getRenderColor default to using fabric's FluidRenderHandler if we're on the client and the caller hasn't explicitly set it.
  • Made SingleItemSlotView and SingleFluidTankView throw an exception if you pass an out-of-bounds slot.

Bug Fixes:

  • Made FluidVolume.getRenderColor default to using fabric's FluidRenderHandler if we're on the client and the caller hasn't explicitly set it.
  • Fixed usage of Registry.containsId on the server (which is a client-only method)
  • [#34] Fixed the dropper mixin crashing when there's no non-empty slots to drop from.
  • [#39] Fixed Dank Storage inventories not being inserted to properly.