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

  • R
  • Nov 3, 2020
  • 432.36 KB
  • 1.0K
  • 1.16.4+1
  • Fabric

File Name

libblockattributes-all-0.8.4.jar

Supported Versions

  • 1.16.4
  • 1.16.3

Curse Maven Snippet

Fabric

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

Learn more about Curse Maven

Changes:

* Added FluidTypeFilter, for checking if a fluid is a raw (minecraft) fluid, a floating fluid, or of a particular registry.
* Added FluidWorldUtil.createFluidDrainer and FluidWorldUtil.createFluidPlacer, which return a FluidExtractable and FluidInsertable that operate on the world directly.
* Added a few additional variants of FluidVolumeUtil.move that take a Simulation parameter.
* Undeprecate IBucketItem and make FluidContainerRegistry use it.
* Remove Grouped{Fluid/Item}InvFixedWrapper.getInsertionFilter() as it wasn't correct.
(It returned all of the filters for every slot OR'd together, but ItemInsertable.getInsertionFilter() is meant to filter only item stacks where attemptInsertion would succeed).