promotional bannermobile promotional banner

Community Fluid API

A from-scratch implementation of discontinued (Neo)Forge fluid API.

File Details

cfa-0.2.0.jar

  • B
  • Jun 11, 2026
  • 79.73 KB
  • 9
  • 26.1.2
  • NeoForge

File Name

cfa-0.2.0.jar

Supported Versions

  • 26.1.2

Curse Maven Snippet

NeoForge

implementation "curse.maven:community-fluid-api-1568813:8229907"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Many additions and fixes - consult the commit messages for details. The highlights:

  • Additional methods are patched in from IFluidTypeExtension. Look at them
  • A lot of support has been added for underwater mobs (nautilus, fish, etc.). Aquariums, race tracks, etc. should work much better now
  • First pass at implementing fishing - per fluidtype loot tables supported
  • Striders can walk on your fluids (if you override the right method)
  • Most of the remaining fluidtype methods now have an implementation. #isWaterLike being a notable exception - some of this behavior is bundled with other things, like #canSwim, and the rest will get their own targeted methods injected into FluidType.