-
-
Notifications
You must be signed in to change notification settings - Fork 516
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
AE2 Compatibility #5378
base: develop
Are you sure you want to change the base?
AE2 Compatibility #5378
Conversation
starting with texture and naming
需要配合下一个commit使用
[基础资源,以及完善的隐藏手段]
I'm sorry but I'm not going to merge this :/ The added complexity of having to maintain more scripts is not worth it, to me. But, we could always leave this PR open so people can copy-paste or download your scripts, so your work doesn't go to waste, what do you think? :) |
That's a shame. I'd say the RS integration scripts we have in E2E were quite a success for those wanting to make that choice. I don't think we ever did any maintenance on those? |
: ( |
True, but the RS compat in E2E was very basic, this is quite a bit more complex. |
PolishmentI currently have no PC avaliable to take screenshot, so this will be pure text.
|
@NielsPilgaard sorry for bothering you, I have some questions.
|
Yes, I hereby grant you, ZZZank, permission to modify Enigmatica 6 Expert and publish the modified version to CurseForge, under the following conditions:
In the modpack you're free to use all assets from base Enigmatica 6 and Enigmatica 6 Expert. Does that sound okay to you? :) |
That's great, Thank you! |
Would there be a possibility I will in some point in the future (probably like a month or two) rework the code of this PR to be in the Enigmatica style and be responsible for maintaining it, and it will be merged 👀? The hardest work is done, and just getting that integrated shouldn't be that hard :D |
We'd prefer this kept separate, no thank you :) |
This is an attempt to bring AE2 support to e6e, because it seems that none of the developers has time to work on it :(
Those scripts used for AE2 compatibility should be safe for the current version of e6e(which did not include AE2)by using
Platform.getMods().containsKey("appliedenergistics2")
to avoid running those scripts when AE2 is not installed.this attempt mainly focuses on AE2 compactibility, but will also include its extensions like Wireless Terminals, if I have enough time.
And one more thing: I'm not a native English speaker, so my expression may not be clear, feel free to ask if something confuses you.