
[Suggestion] Allow liquid lookups in JEI from gui tanks
mezz opened this issue ยท 1 comments
A recent JEI API addition allows mods to define what ingredient is under the mouse. You can use this to let JEI know when there is a tank of some fluid under the mouse, for recipe lookups. It is defined in IAdvancedGuiHandler
.
Forestry's implementation is here:
ForestryMC/ForestryMC@2ae5245
Thanx!