Mekanism

Mekanism

111M Downloads

API classes have reference to main mod

DaedalusGame opened this issue ยท 5 comments

commented

mekanism.api.gas.Gas - references mekanism.client
mekanism.api.Coord4D - references mekanism.common
mekanism.api.transmitters.TransmitterNetworkRegistry - references mekanism.common

commented

That's not how you're supposed to be using the api. Use the API jar.

commented

Suboptimal, sure. But what is your exact issue with this?

commented

you can't use the API without putting the full mod in dev

commented

Because?

commented

because when i drop the api package into src/api/* without Mekanism in dev I'll get compile errors for non-existant classes.