
Pressurized Fluid Tank does not show up in JEI
Xiaminou opened this issue ยท 4 comments
Issue Description:
For some reason it doesn't show up in the list, even turned on JEI hiding mode to see if it was hidden, but it's not (the item showing up in the screenshot is the decoration version).
- Server
- EnderIO: 3.0.1.139_beta
- EnderCore: 0.4.1.61-beta
- Minecraft: 1.10.2
- Forge: 2185
- Mods: list.txt
Confirmed.
It is in the Creative inventory, so there must be something weird with JEI. (And no, we don't have special code to hide it from JEI).
@mezz Any idea?
JEI applies a default subtype interpretation to items that support fluid capabilities. It does not account for the meta value of the item, which means it is incorrectly merging your two types of fluids tanks together. This is almost certainly a JEI bug unless you have added your own subtype interpreter for the tank items.