You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now I have to get the issue URL by casting net.minecraftforge.forgespi.language.IModFileInfo to net.minecraftforge.fml.loading.moddiscovery.ModFileInfo to extract the issue URL from it, because IModFileInfo has no getter for that.
Right now I have to get the issue URL by casting
net.minecraftforge.forgespi.language.IModFileInfo
tonet.minecraftforge.fml.loading.moddiscovery.ModFileInfo
to extract the issue URL from it, becauseIModFileInfo
has no getter for that.ex.
The text was updated successfully, but these errors were encountered: