-
Notifications
You must be signed in to change notification settings - Fork 7
World conversion #89
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
base: master
Are you sure you want to change the base?
World conversion #89
Conversation
0e7e8e1 to
5461fc8
Compare
6456b72 to
320ee58
Compare
serenibyss
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.
Overall this is very well done, I only have a few minor comments and questions. I have not tested the specific transformations yet, but the core system looks great and I will test out each transformation in a review in the next few days
src/main/java/com/fouristhenumber/utilitiesinexcess/compat/exu/Remappings.java
Outdated
Show resolved
Hide resolved
src/main/java/com/fouristhenumber/utilitiesinexcess/compat/exu/ExuCompat.java
Outdated
Show resolved
Hide resolved
src/main/java/com/fouristhenumber/utilitiesinexcess/compat/nei/NEIUtils.java
Outdated
Show resolved
Hide resolved
| ConfigurationManager.registerConfig(OtherConfig.class); | ||
| } | ||
|
|
||
| @Config.DefaultBoolean(true) // TODO Set default to false before release |
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.
Review comment so that it isn't forgotten
src/main/java/com/fouristhenumber/utilitiesinexcess/compat/exu/postea/DummyBlock.java
Show resolved
Hide resolved
Thank you, I'm glad to hear the time I put into planning it paid off :) |
Finished everything currently in the mod, remaining features can be added as they get implemented.
I recommend just looking at the first commit since that has just enough to make it clear what I'm going for. I abstracted as
much of the postea and missing mapping registration as I could to make it easier to just write the transforming code.