Recipe check
This commit is contained in:
parent
62698e8bf5
commit
26eb6165a7
4 changed files with 91 additions and 82 deletions
|
@ -40,9 +40,7 @@ public class AlloyingRecipe implements Recipe<Inventory> {
|
|||
protected final int smeltTime;
|
||||
|
||||
|
||||
public AlloyingRecipe(Identifier id, String group, Ingredient primaryInput, Ingredient secondaryInput,
|
||||
ItemStack output, float experience, int smeltTime) {
|
||||
|
||||
public AlloyingRecipe(Identifier id, String group, Ingredient primaryInput, Ingredient secondaryInput, ItemStack output, float experience, int smeltTime) {
|
||||
this.group = group;
|
||||
this.id = id;
|
||||
this.primaryInput = primaryInput;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue