Industrial Foregoing

Industrial Foregoing

95M Downloads

[1.16] Discrepancy between Enchantment Applicator's internal buffer and external Black Hole buffer's fluid type

abint opened this issue ยท 0 comments

commented

Industrial Foregoing Version:
3.2.14.7

Titanium Version:
3.2.8.7

Issue:
The Enchantment Applicator's tank buffer uses a fluid dictionary storage, while using a strict essence check for the black hole tank above it.

(I'd just make a pull request if I knew any sorta programming)
Industrial-Foregoing/tree/1.16/src/main/java/com/buuz135/industrial/block/misc/tile)/EnchantmentApplicatorTile.java
Line 66 has IndustrialTags.Fluids.EXPERIENCE for the internal buffer
Line 92 has ModuleCore.ESSENCE.getSourceFluid

This causes a discrepancy of what's expected to happen when you have a tank full of non-essence but instead an experience tagged fluid above the Enchantment Applicator