Woot mob factory un-forming.
AntLover opened this issue ยท 12 comments
So recently discovered Woot in the Beyond pack and I am loving it but...
Every time I log on and off the server I'm on the structure un-forms, I have to break a block and replace it. The area is chunk loaded, I've tried un-chunkloading it and nothing.
Am I being dim and missing something really obvious like usual?
Loving the mod! Thank you for the time and effort you put into it, I do appreciate it.
Thank you!
Not sure what is going on with this one. Basically it is the block placement that triggers the structure check, so when the area is loaded it should check the structure multiple times.
I'll have a look at the code to see if there is any corner case that I'm missing.
Is this just a plain Beyond server with no extra mods like Sponge installed?
It's just a plain Beyond server, nothing else added or taken out.
I suspect I fixed it myself. The factory was just over a chunk boundary and since I moved in into one chunk it's not had any issues. What makes me think this was the issue was sometimes when I logged on just the part that was over the chunk was un-formed while the rest was still formed. Does that make sense?
I'm going to have to try and break this myself, to work out if it is a visual glitch - hence the half-formed, half-unformed or something I'm not handling correctly with chunk boundaries.
I honestly know nothing about this stuff, I just play and enjoy the mods.
Loving the Woot mod though, loving it a bit more now I have it in one chunk haha.
curious. when it look as though its unformed or partially formed. Is it running?
i use this mod on my server so when issues come up i like to gather all i can about it. thanks.
I'll have to try and replicate this again, as I failed last time. If it is not running then my guess is that the structure is unforming and not telling all the component parts. So there are probably two problems, one of which is visual discontinuity and the other incorrect forming on chunk load.
I've noticed this as well... the structure is partially formed. The next time it happens I'll validate that the structure is divided between formed and unformed on a chunk boundary.