Fix build and recipe

This commit is contained in:
drcrazy 2019-08-01 21:05:42 +03:00
parent 40755131a4
commit 0dd2f078ba
3 changed files with 6 additions and 5 deletions

View file

@ -185,7 +185,7 @@ public class AutoCraftingTableBlockEntity extends PowerAcceptorBlockEntity
return false;
}
public boolean make(Recipe recipe) {
public boolean make(Recipe<CraftingInventory> recipe) {
if (recipe == null || !canMake(recipe)) {
return false;
}