Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Packing Tape with Blood Infuser #728

Open
MentalMouse opened this issue Sep 14, 2018 · 1 comment
Open

Add support for Packing Tape with Blood Infuser #728

MentalMouse opened this issue Sep 14, 2018 · 1 comment

Comments

@MentalMouse
Copy link

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:

  1. Set up an EvilCraft Infuser with a Tenacity II upgrade, put some blood in it.
  2. Wrap it with Packing Tape. Mine it, turn around, place it elsewhere, and unwrap it.
  3. 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)

@rubensworks
Copy link
Member

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.

@rubensworks rubensworks changed the title Packing Tape doesn't work properly on Infuser Add support for Packing Tape with Blood Infuser Feb 24, 2019
@rubensworks rubensworks moved this to Options in Features Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Options
Development

No branches or pull requests

2 participants