Begun work on the crafting memory / tree
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package appeng.crafting;
|
||||
|
||||
import net.minecraft.world.World;
|
||||
|
||||
public interface ICraftingHost
|
||||
{
|
||||
|
||||
World getWorld();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user