
crash report when having the latest compile commit
JoeSGT opened this issue ยท 3 comments
hello i had compile this commit 903eb22
and i had crash because of this line
https://github.com/Kashdeya/Tiny-Progressions/blob/1.12.2/src/main/java/com/kashdeya/tinyprogressions/registry/InternalRegistry.java#L195
with having Extra Utilities version 1.12-1.7.2
Forgot to add the crash report https://pastebin.com/Dye1E2C2
Actually I believe its coming from this section of code.
https://github.com/Kashdeya/Tiny-Progressions/blob/1.12.2/src/main/java/com/kashdeya/tinyprogressions/registry/InternalRegistry.java#L209-L236
I'm not sure if its some how passing a null Ore Dictionary name, but vanilla forge handles nulls properly if its passed to register ore dictionary. So Im not sure what it is passing atm.
I cant test this atm.. cause Im heading into work. but hopfully someone else will get on it.