Life infuser Interaction with Thermal Expansion Energy cell
Kadell opened this issue ยท 5 comments
Tested only the leadstone energy cell, but putting it into the life infuser converts it from the empty leadstone energy cell (2359:1) into a Creative Energy Cell (2359). A black list of items that cannot be inserted could help prevent this in the future when other bad interactions are found.
Issue seems located here: https://github.com/Arcaratus/BloodArsenal/blob/master/src/main/java/com/arc/bloodarsenal/common/tileentity/TileLifeInfuser.java#L249
We're missing a check that the item has no sub-types before going further (i.e. calling getHasSubtypes()).