Closed david50407 closed 7 years ago
Can you screenshot or video when this happens?
Video: https://youtu.be/xNlquHOQik0
Before this patch, after I lift first minecart, the NPE exception will keeping output to the console. After this patch, it won't throw any exception and finishes the lifting, but if I lift another cart, it will stuck there until I move/destroy the top one.
BTW, https://youtu.be/I0OflZY2MTo in this viedo, if I break the second cart which is lifting, this elevator will not respond anymore until restart the server
Temporary fix to #143.
This fix will ignore NPE from minecart holder, and give it
(0, 0, 0)
vector for velocity.The remain problem is that minecart cannot stack together, if I lift a cart and lift another one, it will stuck together (stuck in lifting mode) until I destroy or move the top cart out of the elevator.