RevolutionPack icon indicating copy to clipboard operation
RevolutionPack copied to clipboard

EnviroMine Elevator duplication

Open Pandemoneus opened this issue 9 years ago • 3 comments

Whenever I right-click my Elevator and enter/leave the cave dimension I get another elevator top and elevator bottom added to my inventory.

Pandemoneus avatar Mar 06 '16 02:03 Pandemoneus

This has been a known issue for a while with no obvious fix. I'll keep my eye out, see if I can figure out what's going on.

Haggle1996 avatar Mar 06 '16 05:03 Haggle1996

The issue may come from this commit: https://github.com/EnviroMine/EnviroMine-1.7/commit/743b674f5eecdb48de058712bc28c45f511dace7.

One of the changes was commenting of the code which turns the elevator blocks to air during teleport. I assume that now when teleporting it creates a new elevator on top of the old one, telefragging it and dropping the blocks. This wouldn't have been a problem before, as the elevator used to travel with the player and the assumption that the destination blocks would be air would not have been an unreasonable one.

It's been a while, but I don't remember getting duplicate elevators until my second time to the caves. This might explain why.

Edit: On closer inspection it looks like instead of turning blocks to air it used to change the metadata in the blocks instead, but the end result seems to be the same.

Kreidos avatar May 29 '16 04:05 Kreidos

To be honest, I'm sorta grateful for the duplicates, as zombies like to grief the elevator. :D Thanks for pointing that out, as feared, probably something either the mod author needs to fix, or someone adventurous.

Haggle1996 avatar May 29 '16 06:05 Haggle1996