-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add GameType filter, and add ForgeAPI Verify Files to validate Mod Downloads #1337
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
Conversation
…ng variable on line 197
|
@itzg here's the PR. |
itzg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just the unset change I think is needed
… with defaulting to false and server types
Adding Itzg suggestion to remove $ from unset.
|
@itzg Fixed Unset, also included Gametype. It was a small code change, testing on the other hand was a bit more verbose. I wonder if there is a way to be more verbose in the docker file about what is being tested. I just added comments for now to explain what is being tested. |
…download, updated readme
…ly in an if statement
Specifically do you mean the docker compose file in each test directory? |
itzg
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome!
| # Stage contents so that the correct subdirectory can be picked off | ||
| mkdir -p /tmp/world-data | ||
| if ! extract "$WORLD" /tmp/world-data; then | ||
| log "ERROR extracting world from $WORLD" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
No description provided.