Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't access the train station to build a train #1583

Closed
Abitconfused opened this issue Aug 25, 2024 · 3 comments
Closed

Can't access the train station to build a train #1583

Abitconfused opened this issue Aug 25, 2024 · 3 comments
Labels
status: needs info Issue requires more information from the author type: bug Issue where something isn't working

Comments

@Abitconfused
Copy link

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

https://mclo.gs/fIFShTs

Debug Information

No response

@Abitconfused Abitconfused added the type: bug Issue where something isn't working label Aug 25, 2024
@IThundxr
Copy link
Member

Does this also occur with just create + fabric api?

@IThundxr IThundxr added the status: needs info Issue requires more information from the author label Sep 19, 2024
@Abitconfused
Copy link
Author

No, it doesn't. I'm guessing then there must have been something else causing that issue.

@IThundxr
Copy link
Member

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:

  1. Remove half of the existing things, and put them aside.
  2. Run the program / game.
  3. 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.
  4. Repeat this process until the problematic thing/s have been found.

@IThundxr IThundxr closed this as not planned Won't fix, can't repro, duplicate, stale Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: needs info Issue requires more information from the author type: bug Issue where something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants