[Bug/Feature] In version 1.12.2, elevators don't start if they have to move unbreakable blocks
Gabryx64 opened this issue ยท 1 comments
- Minecraft: 1.12/2
- Moving Elevators: 1.4.11
Are you using OptiFine?: No
Description of the Bug
The elevator doesn't start if the platform contains unbreakable blocks
Steps to Reproduce
Place any unbreakable block in the platform area of an elevator.
I can understand that this might be done on purpose, but i am creating a map and modifying some blocks to be unbreakable and using them in an elevator, so it would be good if it was possible to do this, or at least make it configurable. The way i was able to work around the problem was making the blocks forming the platform have hardness Float.MAX_VALUE instead of -1 like unbreakable blocks should have.
It is indeed intentional that the elevator can not move unbreakable blocks. If it could move unbreakable blocks, players would, for example, be able to move bedrock or portal blocks around.
I don't mind adding a config option to allow moving unbreakable blocks, but no clue if/when I will get to that.