More recipes and organized imports

This commit is contained in:
Gig 2015-04-12 20:04:12 +01:00
parent 9712d3828f
commit 9b5a57bedb
31 changed files with 149 additions and 89 deletions

View file

@ -1,9 +1,9 @@
package techreborn.api;
import techreborn.util.ItemUtils;
import java.util.ArrayList;
import techreborn.util.ItemUtils;
public final class TechRebornAPI {
public static ArrayList<CentrifugeRecipie> centrifugeRecipies = new ArrayList<CentrifugeRecipie>();

View file

@ -2,4 +2,4 @@
@API(apiVersion = "@MODVERSION@", owner = "techreborn", provides = "techrebornAPI")
package techreborn.api;
import cpw.mods.fml.common.API;
import cpw.mods.fml.common.API;