Add support for Packing Tape with Blood Infuser
MentalMouse opened this issue ยท 1 comments
Issue type:
- ๐ Bug
Short description:
The Packing Tape from the mod of the same name does not handle Infusers properly. The moddev there thinks it's on your side. See also this issue for Packing Tape.
Steps to reproduce the problem:
- Set up an EvilCraft Infuser with a Tenacity II upgrade, put some blood in it.
- Wrap it with Packing Tape. Mine it, turn around, place it elsewhere, and unwrap it.
- Note first that the infuser is now empty. The upgrade is also stuck in the infuser. It drops normally when the Infuser is broken. The infuser is also facing the wrong way (because you turned around).
Expected behaviour:
Infuser should emerge with the blood it had when wrapped.
Versions:
- This mod: BloodMagic-1.12.2-2.3.3-CUSTOM.jar
- Minecraft: 1.12.2
- Forge: 2705
Log file:
(not a crash)
Storing TEs in other things is always a bit finicky, due to there not being a standard way of doing it (the vanilla method can not be used for all cases).
Additionally, there's the issue of what parts of the TE should be stored and what parts should not. For example, the facing side should probably not be stored, while it is here.
So wrapping TEs in something else is always quite difficult to do well.
I can look into it, but the other open issues have a higher priority.