Posted February 4, 201510 yr So I was thinking about this and got curious about the idea and wanted to see if it was possible. My thought was to add a function to my mod that uses tinkers construct, I know I will need the api, but here is the first thing I have know clue where I would put the api, second I was wondering if it was possible to not require tinkers to use my mod. Code example: I know this isn't the actual code its just for explanations. if(mod tinkers construct is installed(runing along side)) { //create a fluid //create smeltery process //create tcon items with my metal } again this was just a though if it is possible I will mostly add it when I get further in till then this wont be implemented. ~SureShotM/Leo~ gaming coding all around fun!
February 4, 201510 yr Take a look at the Mekanism mod project structure as it uses a few API's, it should help you get started. https://github.com/aidancbrady/Mekanism I require Java, both the coffee and the code
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.