Skip to content

Some issues I had to fix for 1.16.5 #46

Description

@Brian-Voss

I know this isn't for 1.16.5, however, it didn't take too much to make it compatible in case you wanna load a version for that. There's no bug just letting you know.

  1. For whatever reason, when you plug in a flux gate to the computer they are marked as flow gates now. So a small update to line 37 from flux to flow took care of it.
  2. I was getting the v is a boolean error in the pairs on line 178. No doubt it's interpreting 1 or 0 as a bool erroneously, so I just wrapped v with a tostring() to fix it
  3. FML the flickering screen (Like it was doing in your tutorial) is driving me nuts! I know it's CC but do you happen to know any fix?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions