Possibly update IC2 API?
tomdodd4598 opened this issue ยท 5 comments
Hey there!
I recently had a crash report posted to the NuclearCraft repo (tomdodd4598/NuclearCraft#526) related to what I think is the fact that IC2C is using an old version of the IC2 API. Later versions contain new classes such as an interface used to highlight armor types as radiation-protective.
Would it be possible to update the API version to prevent these crashes? Thanks in advance :)
Ehhh IC2C has already a Hazmatsuit API
https://github.com/TinyModularThings/IC2Classic/blob/master/src/main/java/ic2/api/classic/item/IHazmatSuit.java
So not anytime soon i will update ic2exp api since the latest patch just came out and now there is a cooldown.
(A reason why i dislike forges API because you can not set "Exclude if Mod Present")
Oh, in that case they updated the interface - that method was renamed and there are a couple of new methods.
Yeah IC2C has a lot of Interfaces that Exp is missing, TheUpgradeAPI isnt supported from them because i have my own, and from what this API looks like that interface won't be supported in classic.
But in the next patch the exp side of the api will be updated so its at least present. But that might take a week or longer. (I don't get informed about exps stuff, I wasn't aware until today)