Thut Wearables

Thut Wearables

210k Downloads

Elevator chooses the wrong controller block as the floor block after server restart.

Kass401 opened this issue ยท 1 comments

commented

Issue Description:

After restarting a server, the elevator reads the wrong controller block as the block the floor is set on. Everything works fine when set up, but after a reset the issue happens.

What happens:

The elevator lands one block higher than it should, meaning the control block at the top is chosen as the floor block.
2019-08-01_17 05 05

What you expected to happen:

The elevator should've landed properly, thus choosing the control block on the side as the floor block.
2019-08-01_17 05 00

Steps to reproduce:

  1. Create a Minecraft server.
  2. Build an elevator
  3. Build a frame with a controller block above and to the side of a frame
    B - any blocks
    C - controller blocks
    B C B
    B C
    B B
  4. Set up the controller blocks so that the upper controller block is in floor display mode and the side controller is a call button and a floor block.
  5. Restart the server

Affected Versions (Do not use "latest"): Replace with a list of all mods you have in.

  • Thutcore: thutcore-1.12.2-5.21.0.jar
  • Minecraft: 1.12.2
  • Forge: worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dist.jar
commented

I will try to decide how to go about fixing this one.