-
Notifications
You must be signed in to change notification settings - Fork 6
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
Update to latest snapshot + Work on GUI and Worldgen #31
Conversation
ItemManager itemManager, | ||
RenderManager renderManager, | ||
NetworkManager networkManager, | ||
RecipeManager recipeManager) { |
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.
Have you imported the NOVA standard format on IDEA? Make sure you use it.
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.
The spaces being used as leading whitespace in constructors was already done like that in NovaWorldgen, I just manually copied it to the other mod classes.
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.
Actually, this probably is correct. Been a while since I used the formatter.
Moved to #32 |
Depends on: NOVA-Team/NOVA-Monorepo#229, NOVA-Team/NOVA-Monorepo#231, NOVA-Team/NOVA-Monorepo#232, NOVA-Team/NOVA-Worldgen#1 and NOVA-Team/NOVA-GUI#8.
P.S.: commits: 0ec4420, de2921a and b3becb7 are the exact same commit, just some bug with GitHub for Windows caused them to be committed thrice.