resonant-induction/src/minecraft/assemblyline
Robert Seifert 19fb2e48ed Created a crafting manager to reduce code per class
The imprinter class was starting to get messy with all of its other
non-crafting code. To help make things cleaner and to create a reusable
class i have moved the crafting code to its own class. To use the class
you simple need to have the TileEntity implement IInventory(or have an
internal Inv refrence) and implement IAutoCrafting. Also i'll be moving
these classes to Dark-Lib when done.
2013-05-20 14:37:26 -04:00
..
api Fixed naming in manipulator 2013-03-03 00:31:45 -06:00
client Moved some reusable files to Dark-Lib 2013-05-15 17:35:46 -04:00
common Created a crafting manager to reduce code per class 2013-05-20 14:37:26 -04:00