Latest Build of Forge for minecraft 1.14.4 breaks mod
raziel23x opened this issue ยท 9 comments
here is the latest.log
https://paste.dimdev.org/uxajehocew.md
Okay thanks! Might be because of the implementation of IStringSerializable here:
Because thats not needed I can just remove that.
https://github.com/MC-U-Team/Useful-Resources/blob/1.14.4/src/main/java/info/u_team/useful_resources/type/ResourceItemTypes.java#L18
from what i have noticed from the past few days with forge that they have changed much of the api and added some new stuff and this probably caused some code in places to break got to love ALPHA Build for Forge to break stuff on every commit
I think thats more of a obfuscation issues here, because the getName method is implemented in IStringSerializable and an other interface. The IStringSerializable will be obfuscated leaving the getName method unimplemented in that class which cause the crash. Thats totally my mistake here ^^
the last few updates to forge also broke Building gadgets and rftools power so i was assuming this was the case here as well