Closed LemADEC closed 6 years ago
It's really only an issue with outdated mods. However, both will be moved to the API folder once the wrapper system is finished. Right now its easier to directly apply the APIs and include them to save time.
I'm using the FML provided annotation to remove API from my deliverables
@Optional.Method(modid = "ComputerCraft")
This forces me to have separate method for each mod and only call said method if the mod is present.
I'm not sure what you mean with your API folder here.
Minecraft Version:
Explain issue in detail: Delivered jar includes APIs from other mods, instead of just referring them as dependencies during compilation. This cause incompatibilities with other mods like this one https://github.com/BuiltBrokenModding/ICBM-Classic/issues/75