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

Fix strange placement behavior for non-default Stairs+ nodes #168

Merged
merged 3 commits into from Dec 28, 2020

Commits on Dec 18, 2020

  1. Fix: improve category detection

    Removing everything from the first underscore blows up when the mod name
    has an underscore itself. Solve by extracting the category as the part
    of the name that begins after the colon and ends at the first
    underscore. As a bonus, this should make it easier to place nodes in the
    same category even if they are from different mods.
    Oblomov committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    a0c5390 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Configuration menu
    Copy the full SHA
    d134877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feea251 View commit details
    Browse the repository at this point in the history