austinv11 / Thaumic-NEI

An NEI plugin for Thaumcraft
GNU General Public License v2.0
7 stars 2 forks source link

[Suggestion] Add UsageHandler for aspects and add transfer rects #6

Open iTitus opened 10 years ago

iTitus commented 10 years ago

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

austinv11 commented 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.

iTitus commented 10 years ago

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.