Supported MCreator versions
2024.4
2025.2
2025.3
Downloads:
650
Upvotes: 8
About the plugin
Please don't ask for updates when new mcreator versions release. This plugin will get updated, but please have some patience.
This plugin allows block to have more than one tank.
Additionally, visual fluid widgets can be added to guis
Wiki:
Everything about this plugin can be found here:
zsemper.github.io/plugins/ftao
Changelog:
- v1.2.6:
- updated to mcreator 2025.3
- fixed issues with blockentity template
- block selection now includes block texture
- v1.2.5:
- fixed issue with set fluid procedure
- v1.2.2 and v1.2.3:
- fixed issue with gui and block elements not generating
All changes can be found here:
License
MIT License
Issue tracker
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.2.6 2025.2 - ftao_v1.2.6_25.2.zip
Uploaded on: 11/11/2025 - 16:54 File size: 49.36 KB
FTaO 1.2.6 2025.3 - ftao_v1.2.6_25.3.zip
Uploaded on: 11/11/2025 - 16:54 File size: 51.12 KB
Tanks don't use an index in the forge/neoforge fill and drain methods for some reason, they are only used on the getter methods (like: getFluidInTank(int index)).
The fill/drain blocks work in the way, that they first check if the input/output tank is valid, if so they will fill/drain the tank, otherwise they move to the tank.
For my other fluid related plugin, I will update it to work with this one, when I finish my other project