-
Notifications
You must be signed in to change notification settings - Fork 28
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 AE2 compat #71
add AE2 compat #71
Conversation
examples/appliedenergistics2.groovy
Outdated
// Bracket Handlers | ||
|
||
// Get the P2P Tunnel type from the enum. Case insensitive. | ||
tunnel('me') |
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.
I wonder if it would be better to add something like this to the mod compat class so it would look like 'mods.ae2.tunnel('me')'
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.
at the very least having that as an alternate way to get bracket handlers would be a good idea.
src/main/java/com/cleanroommc/groovyscript/compat/mods/appliedenergistics2/Grinder.java
Outdated
Show resolved
Hide resolved
src/main/java/com/cleanroommc/groovyscript/compat/mods/appliedenergistics2/Inscriber.java
Outdated
Show resolved
Hide resolved
# Conflicts: # build.gradle
what this PR adds: