Supported MCreator versions
2024.4
2025.2
2025.3
Downloads:
1799
Upvotes: 13
About the plugin
Due to lack of time and motivation this plugin will not be updated anymore.
This plugin allows block to have more than one tank.
Additionally, visual fluid widgets can be added to guis
Fluid validation procedure blocks:
They allow you to set which fluids a tank can and cannot hold. Note: If a tank is set to only hold specific fluids, the procedure block will override that.
To set a fluid tank to, for example, only hold water:

If you have multiple tanks and want to that both tanks cannot have the same fluid, you can use this:
(The "Get copy of Fluid fromTank" procedure block comes from the Fluid Control plugin)
Wiki:
Everything about this plugin can be found here:
zsemper.github.io/plugins/ftao
Changelog:
- v1.3.1:
- Fixed issue with block entity pointing to non existent class
- v1.3.0:
- added procedures to change and reset the fluid tank capacity and valid fluids
- added width to fluid overlay
- for 2025.3: moved fluid overlays into the gui editor and removed the overlay list from the fluid tank mod element (mod elements with existing overlays will still have the overlay list as long as it contains elements)
- stopped support for old "set fluid in tank procedure block" as the new ones remove setting x, y and z coords other than the default ones (to prevent mod/game crashes)
All changes can be found here:
License
MIT License
Source code repository
Plugins may contain bugs, break workspaces, or alter the way MCreator operates.
Plugins are not official or affiliated with Pylo in any way.
In case of any copyright infringement or suspicious downloads, please let us know as soon as possible.
Plugin downloads
FTaO 1.2.4 2024.4 - ftao_v1.2.4_24.4.zip
Uploaded on: 11/01/2025 - 08:32 File size: 43.27 KB
FTaO 1.3.1 2025.2 - ftao_v1.3.1_25.2.zip
Uploaded on: 03/15/2026 - 13:06 File size: 71.78 KB
FTaO 1.3.1 2025.3 - ftao_v1.3.1_25.3.zip
Uploaded on: 03/15/2026 - 13:07 File size: 79.58 KB
would it be possible for you to implement every procedure element to work for forge? it seems the code works fine but none of the actual procedure blocks work. (if it helps im in MCreator 2025.3 forge generator 1.20.1)