Fixed compile error with last commit
This commit is contained in:
parent
6a404ba617
commit
cb6551c7ca
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ public class MTPlateCuttingMachine {
|
||||||
public static void addRecipe(IItemStack output, IIngredient input1, int ticktime, int euTick) {
|
public static void addRecipe(IItemStack output, IIngredient input1, int ticktime, int euTick) {
|
||||||
ItemStack oInput1 = (ItemStack) MinetweakerCompat.toObject(input1);
|
ItemStack oInput1 = (ItemStack) MinetweakerCompat.toObject(input1);
|
||||||
PlateCuttingMachineRecipe r = new PlateCuttingMachineRecipe(oInput1, MinetweakerCompat.toStack(output), ticktime, euTick);
|
PlateCuttingMachineRecipe r = new PlateCuttingMachineRecipe(oInput1, MinetweakerCompat.toStack(output), ticktime, euTick);
|
||||||
PlateCuttingMachineRecipe r = new PlateCuttingMachineRecipe(oInput1, MinetweakerCompat.toStack(output), ticktime, euTick);
|
|
||||||
|
|
||||||
MineTweakerAPI.apply(new Add(r));
|
MineTweakerAPI.apply(new Add(r));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue