Fix build and recipe
This commit is contained in:
parent
40755131a4
commit
0dd2f078ba
3 changed files with 6 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue