Thanks, I managed to fix it all by removing the entire system (no big deal) but the odd thing that happened was that the doors for the elevator and each floor broke and ended up in the middle of the shaft, I got rid of them by placing an elevator on them and deleting it, but its odd.
On another note, will there ever be double door elevators?
It looks like the technic mining drill completely ignores the can_dig field in the node def, so the only way I could make it not able to dig it is by overriding on_dig, and that gets so messy so fast that I really don't want to do that.
Multiple doors are something I would like to add sometime, but it would be such a big change and so much work needed that it's unlikely to happen any time soon.
This happened and now my elevator shaft is broken, what can I do?
I'm not sure if there's a good way to prevent this (I'll take a look), but as far as fixing your existing elevator, this will probably do it:
Thanks, I managed to fix it all by removing the entire system (no big deal) but the odd thing that happened was that the doors for the elevator and each floor broke and ended up in the middle of the shaft, I got rid of them by placing an elevator on them and deleting it, but its odd.
On another note, will there ever be double door elevators?
It looks like the technic mining drill completely ignores the
can_digfield in the node def, so the only way I could make it not able to dig it is by overridingon_dig, and that gets so messy so fast that I really don't want to do that.Multiple doors are something I would like to add sometime, but it would be such a big change and so much work needed that it's unlikely to happen any time soon.
Ok. Thanks!