ZeroNoRyouki / ZeroCore-OLD

Utility mod and multiblock API
10 stars 1 forks source link

zerocore jar file is containing APIs it shouldn't #8

Closed Vexatos closed 7 years ago

Vexatos commented 7 years ago

The 1.10.2 jar download on curseforge contains, among other things, the OpenComputers API. This API should never be included in your mod file as it will cause quite a lot of issues.

ZeroNoRyouki commented 7 years ago

I'll remove it in the next release then. What issue are you talking about? Just wondering..

ZeroNoRyouki commented 7 years ago

API removed

Vexatos commented 7 years ago

It can be anything; errors with missing classes or methods, implementation failures, etc. Just never ship an API that is not meant to be shipped.

ZeroNoRyouki commented 7 years ago

Yeah I realized that out after asking, I was thinking about problems with OpenComputers itself, not with other mods