Quality of life improvements for AE2 fluid terminals that reduce clicks and make common actions smoother.
- See full release history in
CHANGELOG.md
https://www.curseforge.com/minecraft/mc-mods/ae2-fluid-terminals-rework
When using FILL in the AE2 Fluid Terminal, you normally need to pick up a fluid container onto your cursor first. This mod adds a shortcut:
- FILL works even with an empty cursor
- Click a fluid in the terminal and the mod automatically finds a compatible container in your inventory and fills it.
- Search order: hotbar left to right, then main inventory top-left to bottom-right.
- If you are already holding a container, behavior is unchanged (vanilla AE2 cursor-based filling works the same).
- EMPTY behavior is unchanged.
- Minecraft 1.12.2
- Forge
- Applied Energistics 2 (AE2)
- Compatible with AE2UEL Wireless Universal Terminal.
- Open an AE2 Fluid Terminal (or compatible wireless terminal).
- Make sure you have an empty compatible fluid container somewhere in your inventory.
- With an empty cursor, click a fluid in the terminal using FILL.
- The first compatible container found (hotbar first) will be used automatically.
If you want to use a specific container, pick it up onto your cursor first. The mod will not change that flow.
Typical workflow:
- Clone the repository
- Import into your IDE (IntelliJ IDEA or Eclipse)
- Run the ForgeGradle setup tasks for your environment
- Build using Gradle
Issues and pull requests are welcome. If you submit a PR, keep changes focused and include a short description of what changed and why.
MIT (see LICENSE).