The train will fly before the uphill
dfg233 opened this issue · 5 comments
I don't know what happend,but the bug disappear inexplicably after i banned and unbanned some mod
Upload the picture again, you must wait for it to be uploaded before creating your issue, also attach debug info
【我的世界机械动力列车莫名其妙飞上天】 https://www.bilibili.com/video/BV1QK4AeSEuF/?share_source=copy_web&vd_source=1bfebdb8423fc6eb161d51204f97feef
you can watch the video in bilibili
Try placing the tracks again, if that doesn't work then Try a binary search:
The binary search is a way of finding a faulty thing amongst a lot of other things, without having to remove the things one-by-one. This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one.
The procedure is simple:
- Remove half of the existing things, and put them aside.
- Run the program / game.
- Does the issue still exist?
If YES: Repeat from step 1 with the current things.
IF NO: Swap out the current things with the ones set aside, and repeat from step 1. - Repeat this process until the problematic thing/s have been found.