Useful Resources

Useful Resources

2.9k Downloads

Latest Build of Forge for minecraft 1.14.4 breaks mod

raziel23x opened this issue ยท 9 comments

commented

like title states updating to the latest build of forge breaks mod

commented

Is there a crashreport or does it not load?

commented

image

commented
commented

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

commented

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

commented

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 ^^

commented

I'll update asap

commented

the last few updates to forge also broke Building gadgets and rftools power so i was assuming this was the case here as well

commented

The new builds on curseforge should fix that crash