Botania

Botania

133M Downloads

Corporea Spark and Red Stringed Container

Despote00 opened this issue ยท 1 comments

commented

Version Information

Forge version: 14.23.4.2759
Botania version: r1.10-356
Minecraft : 1.12.2

A bunch of Corporea Spark reading from Red Stringed Container.
When loading world (after log out), all the Spark (augmented) drop on the ground, as if there were no inventory.

My guess is that it does not recognize the Red Stringed Container as an inventory block, since this one probably load right after the Spark.

commented

What happens is:

  • the Red String Container loads before the container its pointing at does,
  • causing the Red String Container to not find an IItemHandler in front of it,
  • which, when the corporea spark in turn asks for the container's IItemHandler, causes the container to say "no, I do not have an IItemHandler"
  • which causes the corporea spark to fall off.

Could be fixed by providing a dummy IItemHandler that just does nothing of value in situations where the red string container is not bound to anything.