Added test recipe for blast furnace
This commit is contained in:
parent
aff8c26c49
commit
07c9ee97d4
2 changed files with 5 additions and 1 deletions
|
@ -10,7 +10,7 @@ public final class TechRebornAPI {
|
|||
RollingMachineRecipe.instance.addRecipe(output, components);
|
||||
}
|
||||
|
||||
public void addShapelessRollingMachinceRecipe(ItemStack output,
|
||||
public static void addShapelessRollingMachinceRecipe(ItemStack output,
|
||||
Object... components)
|
||||
{
|
||||
RollingMachineRecipe.instance.addShapelessRecipe(output, components);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue