Crafting is virtually working 100%

This commit is contained in:
AlgorithmX2
2014-06-22 02:00:38 -05:00
parent 65e9e272c4
commit ff9a10b926
14 changed files with 323 additions and 68 deletions
-8
View File
@@ -1,6 +1,5 @@
package appeng.crafting;
import net.minecraft.world.World;
import appeng.api.networking.IGrid;
import appeng.api.networking.security.BaseActionSource;
@@ -12,13 +11,6 @@ public interface ICraftingHost
*/
IGrid getGrid();
/**
* required for crafting calculations.
*
* @return world the host is located in
*/
World getWorld();
/**
* get source of moving items around.
*