Open iTitus opened 10 years ago
Sure! However, I don't quite know how I would add a usage handler for aspects considering they are not items. But I'll look into it nonetheless.
There are a few NEI addons that add handlers for liquid, just look at the Source.
Am 21.10.2014 um 21:37 schrieb austinv11 notifications@github.com:
Sure! However, I don't quite know how I would add a usage handler for aspects considering they are not items. But I'll look into it nonetheless.
— Reply to this email directly or view it on GitHub.
You basically need to implement this method: https://github.com/Chicken-Bones/NotEnoughItems/blob/master/src/codechicken/nei/recipe/TemplateRecipeHandler.java#L344 and add something like this: https://github.com/Chicken-Bones/NotEnoughItems/blob/master/src/codechicken/nei/recipe/FurnaceRecipeHandler.java#L86 or https://github.com/Chicken-Bones/NotEnoughItems/blob/master/src/codechicken/nei/recipe/FurnaceRecipeHandler.java#L104 For the transfer rects you have to implement this method: https://github.com/Chicken-Bones/NotEnoughItems/blob/master/src/codechicken/nei/recipe/TemplateRecipeHandler.java#L314 and add something like this: https://github.com/Chicken-Bones/NotEnoughItems/blob/master/src/codechicken/nei/recipe/FurnaceRecipeHandler.java#L62