Applied Energistics 2

Applied Energistics 2

137M Downloads

Thermal Expansion's Tank turns P2P into FE instead of Fluid

Xiaminou opened this issue ยท 3 comments

commented

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
commented

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.

commented

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.

commented

Yeah I did remember someone mentioning that P2P checks for capabilities which is why it seemed weird to me that a fluid container would bind it to FE.
It's low priority of course, just using a bucket in the meantime.