Crafting is virtually working 100%
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user