Proxy stops working when picked up and placed
Aquahatsche opened this issue ยท 1 comments
Issue type:
- ๐ Bug
Short description:
Proxy isn't working anymore when picked up and replaced. The Network doesn't recognize the placed Proxy.
I checked out the repo and made some tests:
- NBT has correct proxy ID
- In org.cyclops.integrateddynamics.core.network.PartNetwork.proxyPositions are the positions for proxies but incremented.
Going up the stack trace, it looks like the id is correctly written to the chunk but after it is read from
the world in org.cyclops.cyclopscore.helper.TileHelpers.getSafeTile the id is incremented.
Steps to reproduce the problem:
- Place a Proxy, a cable, a display panel and a Redstone-Reader
- Encode a Variable Card to read the value from the Redstone-Reader
- Create a Proxy from the previously encoded card
- place the new card in the display panel -- it works --
- dig up the proxy and place it
- place the dropped card in the proxy
Also re-encoding doesn't help
Expected behaviour:
The Proxy works as expected like the other parts from the mod.
Versions:
- This mod: 0.11.14 & 0.11.16 (at least. I tested only those)
- Minecraft: 1.12.2
- Forge: 14.23.1.2555 & 14.23.4.2739