Properly integration with IC2 through ore dictionary. JEI recipes energy usage and time descriptions.
This commit is contained in:
parent
2b148f3d68
commit
1f197c3728
19 changed files with 403 additions and 413 deletions
|
@ -1,8 +1,9 @@
|
|||
package techreborn.api.recipe;
|
||||
|
||||
import com.google.common.collect.ImmutableList;
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
||||
public interface IRecipeCompact {
|
||||
|
||||
ItemStack getItem(String name);
|
||||
ImmutableList<ItemStack> getItems(String name);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue