Thermal Expansion's Tank turns P2P into FE instead of Fluid
Xiaminou opened this issue ยท 3 comments
Description
When right-clicking a P2P with a Thermal Expansion Tank it turns it into a P2P FE instead of a P2P Fluid.
I don't know if it's Applied Energistics' or Thermal Expansion's responsability.
Environment
- Minecraft Version: 1.12.2
- AE2 Version: rv5-stable-1
- Forge Version: 2537
- Mods: list.txt
This is due to a bit of oversimplified code in the Attunement code on my part.
This is something I should indeed fix. If I remember correctly I check for FE capabilities first before setting it to FE? I'll take a look at it when I can.
That is caused by the whole mod being assign to FE as fallback once no item is assigned to something else.
In this case it might be an idea to check for fluid containers similar to the FE cap itself before using the mod id map. But otherwise it is something we can only handle to some degree on our side. It is simply not possible to monitor every other mod and fix our default mappings for every added or removed item variant.