-
Notifications
You must be signed in to change notification settings - Fork 14
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
Add new script to easily add the essential loader #5
base: master
Are you sure you want to change the base?
Conversation
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.
Everything mostly looks good, I'm assuming you've tested it.
2094ee0
to
c007fd0
Compare
995d5db
to
f3de879
Compare
60b8a4f
to
5163d93
Compare
when { | ||
platform.isLegacyForge -> { | ||
dependencies { | ||
"implementation"(essentialLoader("gg.essential:loader-launchwrapper:1.2.2")!!) |
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.
Should there be a property for the loader version which just defaults to 1.2.2
? (and we can change that whenever we get around to it)
Without one, we would have to make sure we always update this (which shouldn't be too often from my knowledge, but still)
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.
Maybe however the original intent was for the dev to have to do as little as possible (and I think it's mostly fine that the version is hardcoded since in theory the stage0 version should almost never change)
No description provided.