Developers

Making a new fluid is as easy

First you extend net.mctitan.FluidFlow.Fluid and implement the following methods

//gets the flow material
public org.bukkit.Material getMaterial();

//flows the fluid block given
public void flow(net.mctitan.FluidFlow.FluidBlock fb);

//initializes the fluid
public void init();

Then you make a plugin.yml that is default except adding in the dependency for FluidFlow

name: <name here>
main: <main here>
version <version here>
depend: [FluidFlow]

Developers, if you want your fluid posted in the fluids page, leave a comment here!
I will need the following:

  • Name of fluid
  • Block you use
  • Download link

Comments

Posts Quoted:
Reply
Clear All Quotes