Relocate Source to proper directory.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package appeng.recipes.game;
|
||||
|
||||
import appeng.api.exceptions.MissingIngredientError;
|
||||
import appeng.api.exceptions.RegistrationError;
|
||||
|
||||
|
||||
public interface IRecipeBakeable
|
||||
{
|
||||
|
||||
void bake() throws RegistrationError, MissingIngredientError;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user