More recipes and organized imports
This commit is contained in:
parent
9712d3828f
commit
9b5a57bedb
31 changed files with 149 additions and 89 deletions
|
@ -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>();
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue