ModTweaker/src/api/java/naruto1310/extendedWorkbench/crafting/IExtendedRecipe.java
2015-01-11 21:59:45 +02:00

9 lines
147 B
Java

package naruto1310.extendedWorkbench.crafting;
import net.minecraft.item.crafting.IRecipe;
public interface IExtendedRecipe extends IRecipe
{
}