Can't access the train station to build a train
Abitconfused opened this issue ยท 3 comments
Description
Playing on 1.20.1, on fabric and can't use the train station in any way, to be exact it doesn't show the screen to to name the station or to start building the train, there is simply no reaction when i interact with it.
Game Log
Debug Information
No response
No, it doesn't. I'm guessing then there must have been something else causing that issue.
Try the following:
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.