Flyd is a simple and small mod that let's you create new fluids by configuring TOML files.
The intention behind this is to have more possiblities for custom recipes as a modpack creator.
Creating a Fluid
Creating a new fluid is simple. After starting the game with the mod for the first time, a template named template.toml.disabled
will be generated in .minecraft/config/flyd/
. In order to create a new fluid, copy the template, remove the .disabled
from the filename and adjust the values and comments to your liking.
Server/Client syncing
As of right now, all fluids are not synced from the server to the client. This means that modpack creators have to ensure both sides share the same fluids as otherwise players will not be able to join.