Posted February 21, 20187 yr Hello. I am currently developing a mod and I am in the phase of checking its compatibility with other mods. My mod adds an item processing block and I would like to know how to register its recipes to NEI/JEI I do not (think) I need to know how to install the api into my work space as will simply export to text. I saw one other older post of someone asking this, but the help link that was provided to him 404'd Edited February 21, 20187 yr by Servant_Girl added info
February 21, 20187 yr This is super old code (for 1.7.10) but it might be enough to get you started. https://github.com/Draco18s/HarderStuff/blob/master/src/main/java/com/draco18s/wildlife/integration/NEIIntegration.java https://github.com/Draco18s/HarderStuff/blob/master/src/main/java/com/draco18s/wildlife/integration/RackNEI.java Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
February 22, 20187 yr Author 6 hours ago, PizzaTime said: https://github.com/mezz/JustEnoughItems/wiki/Getting-Started Ah~ A starting point. I did not get very far before being hit with the first problem but I should be able to work through it from there. Thank you.
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.