Spectre Room glitch with Compact Machines
maxiride opened this issue · 4 comments
The mods involved: RandomThings (in particular the Spectre Room) and Compact Machines.
I'm openning just one issue ticket here and link it to the RandomThings mod because I'm not sure how and which one interferes with the other one. Anyway here is the the ticket on the other repo, linking it just to do a reference.
What's happening:
If I place a compact machine inside the spectre room, enter it with the shrinking device and then get back to the spectre room, if I use the spectre key to get out of the spectre room I am teleported inside the last compact machine I entered (with nausea effect) instead of the overworld. Using the command /exitspectre also brings me back into the compact machine with nausea effects.
How to reproduce it:
- Use the spectre key to get into the spectre room (works as expected)
- Place down a compact machine and enter it with the shrinking device (works as expected)
- Get out of the compact machine using again the shrinking device (works as expected)
- Use again the spectre key to get out of the spectre dimension (not working->brings back into the compact machine with nausea effect)
So this is an easy way to get trapped inside the spectre room, the only way out is suicide if you have a bed outside of the spectre room otherways is an OP /tp command.
There is something that interferes with the dimension travel both in compact machines and the spectre room, or compact machine overwrites some RandomThings value or viceversa.
Well it's basically my fault because i write / read the position / dimension a player entered from general nbt tags like "oldDimension". Compact Machines changed that at some point but kept backwards compability to older versions i guess? The issue you describe is even described in the code comments.
EDIT:
I don't update the 1.7.10 anymore so i can't fix that from my side :P.
Woah that's a quick troubleshooting!
So it's an hard thing to fix? The server I play in by the way use the RandomThings v2.2.4 and compactmachines-1.7.10-1.21 both for MC 1.7.10 if it can help.
EDIT:
@lumien231 Will it be so hard to apply such fix? I mean do I have to surrender and abandon the idea of compact machines inside a spectre room or this can also be fixed on the compact machine side of the code? 😢
Can we get a version of CM with an option to not use the old values so this bug can be worked around? I'm trying to make a mod-pack that uses both of these and would like to use both spaces as limited sized safe places.