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 handler ordering config #560

Merged
merged 1 commit into from
Nov 29, 2024

Conversation

kstvr32
Copy link

@kstvr32 kstvr32 commented Nov 29, 2024

Fixes GTNewHorizons/GT-New-Horizons-Modpack#18159

#519 broke the handling order config (/config/NEI/handlingorder.csv) because it used the wrong function to try and parse the numbers in the files.

This fixes the config by using the proper int parsing function.

Integer.getInteger gets the value of a system property.

@serenibyss serenibyss enabled auto-merge (squash) November 29, 2024 20:24
@serenibyss serenibyss merged commit 3f3c179 into GTNewHorizons:master Nov 29, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NEI Tab order shuffled
2 participants