90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today! - Fabric
- Neoforge
- No elements found. Consider changing the search query.
- List is empty.
- 1.21.1
- 1.21
- No elements found. Consider changing the search query.
- List is empty.
- Fix not committing transaction
- Use has component instead of comparing get with null
- Use Fabric's Transaction system correctly in energy implementations
- Fix BaseEnergyStorage's WithoutLimits methods not work correctly
- Make all values from SingleSlotFluidStorage returned as droplets
- Make Lists in FluidAmountMapDataComponent mutable (again)
- Make Lists in FluidAmountMapDataComponent mutable
- Fix Minecraft not recognizing hashCode and equals methods
BREAKING:
- new data component for fluid items
- Set stack component if component is null
- Fix ItemFluidStorage and ItemEnergyStorage Resetting component when built
For Developers:
- Remove drain(long maxAmount, boolean simulate) from UniversalFluidStorage
- Remove SlotStorage<T> due to illegal conversion