Error control, missing Item Control
Import ( not done ). And recursive file importing.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package appeng.recipes;
|
||||
|
||||
public class MissingIngredientError extends Exception {
|
||||
|
||||
private static final long serialVersionUID = -998858343831371697L;
|
||||
|
||||
public MissingIngredientError(String n) {
|
||||
super( n );
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user