API not compleate and many Problems
chaos234 opened this issue ยท 4 comments
Hey @aidancbrady ,
I actually trying to get my addition out as seperate addon but it isn't easy.
The API is quite small and I could not found any maven so I used bdew thirdparty maven to implement your API for 1.10.2.
It will be glad if you can implement the Shaped/ShaplessMekansimRecipe stuff and the Multiblock stuff so that I must not implement my own one.
Also some acces to e. g. the circuit tiers will be glad too and an option to add config valus to the actually one.
Sourccode can be found here: https://github.com/chaos234/MekanismAdditions/tree/1.10.2
But I have trouble with the empty proxys: http://paste.ee/p/3qryt
I also contacted you over Skype but without any response from your side so I hope that you can help me out like you have said it in the past.
Your proxy issue has to do with you not extending CommonProxy in your ClientProxy.
The API is small for a reason; it's meant as an application programming interface, not as a library that contains Mekanism's functional code. As I said before, you can definitely reference core Mekanism classes in your module, but you should refrain from shipping Mekanism code that is not the API in your packaged mod.
@aidancbrady - I have turned my plugin into a Module for Mekansim like the MekanismTools.
The System works fine, only the languages are missing actually.
Now I want to add an InformationTab which should include how the system works. But I have a problem with the integration of this item.
I am using the Dictionary Image but I am getting the following error: http://paste.ee/p/GHTlZ
I don't know why I am getting a model error ... allw hat I want is to iclude the Dictionary as an item called Information Tab. Can u help with this?
For 1.7.10:
I have inserted the liquid system but the images are not what htey should be.
Please refere: chaos234/MekanismAdditions#1
For 1.10.2:
I found out, that the new ModelRender needs a specific .json file which I have added and now my
InformationTab is in.
I must only change it to that what it should be.
My Secound way for Heavy Water and Deuterium for 1.10.2 is compleatly finished. Only language is missing.
How can I distribute it?