Mekanism MDK 9.2.2.301 (Latest/recommended) Unusable; Imports from files not available
TheGuyRunningSouth opened this issue ยท 4 comments
mekanism/api/gas/GasNetwork.java Line 14, /gas/GasTransmission.java Line 10, and potentially more import from mekanism.common.capabilites.Capabilites which is inaccessable from the API.
It looks like it was brought up in issue #3896 and marked as fixed, but the changes haven't reached the code base in master or 1.10 branch.
I'd hoped to be able to try and make an addon that adds more content with gasses and possibly adds more uses for heat, but haven't had any luck since my project won't build because of the API issue.
Sorry if I've missed something that works around this.
TheGuyRunningSouth
Development has switched to 1.11. There has the whole gasnetwork/transmission been taken out of the API and is now part of the mod itself.
See commit 4733420
I might have skipped one commit related to the api as I wasn't 100% sure if the changes made it to 1.10 (a lot of energy has changed and the transmitters). Let me know if it works or not.
--Edit--
The referenced commit is in the backport version, should work.