Recipe API Update.
This commit is contained in:
@@ -4,13 +4,13 @@ import java.util.HashMap;
|
||||
import java.util.LinkedList;
|
||||
import java.util.List;
|
||||
|
||||
import appeng.recipes.handlers.CraftHandler;
|
||||
import appeng.api.recipes.ICraftHandler;
|
||||
|
||||
public class RecipeData
|
||||
{
|
||||
|
||||
final public HashMap<String, String> aliases = new HashMap<String, String>();
|
||||
final public List<CraftHandler> Handlers = new LinkedList<CraftHandler>();
|
||||
final public List<ICraftHandler> Handlers = new LinkedList<ICraftHandler>();
|
||||
|
||||
public boolean crash = true;
|
||||
public boolean erroronmissing = true;
|
||||
|
||||
Reference in New Issue
Block a user