-
Notifications
You must be signed in to change notification settings - Fork 16
Fix crashes on 1.18.2 #51
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: 1.18.2
Are you sure you want to change the base?
Conversation
Bob74
commented
Oct 27, 2022
- Now using fixed version of owo-lib (0.7.3+1.18)
- Added deepslate glowstone fixture
- Fixed Broken watch recipe error in logs (see this to know how to craft it [1.18.2] rei doesn't show broken watch recipe #43)
- Fixed crash when generating chunks (ConcurrentModificationException on coping() Mixin #41)
…rashes when generating chunks
| flatDir { | ||
| dirs 'owo-lib_local_repo' | ||
| } |
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 this too? and some other stuff to be able to merge it in upstream
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'm not sure, it won't compile without local libs since they aren't available on maven.
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 way you have it currently it won't compile either, since you didn't check the libs directory into source control. In any case, I'd much prefer this to use the actual maven, if and when I publish the backported owo version
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.
Well it did build that way but I agree ot would be a lot better to get the libs from maven.