reformatted all src files (#141)
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
|
||||
package appeng.recipes;
|
||||
|
||||
|
||||
import com.google.gson.JsonObject;
|
||||
|
||||
import net.minecraftforge.common.crafting.JsonContext;
|
||||
|
||||
|
||||
public interface IAERecipeFactory
|
||||
{
|
||||
void register( JsonObject json, JsonContext ctx );
|
||||
public interface IAERecipeFactory {
|
||||
void register(JsonObject json, JsonContext ctx);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user