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