Skip to content

Commit

Permalink
wip: Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BlayTheNinth committed Jun 30, 2024
1 parent 06da951 commit e744e2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ public boolean canCraftInDimensions(int width, int height) {
return false;
}

@Override
public ResourceLocation getId() {
return id;
}

public ResourceLocation getRecipeId() {
return id;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ public void setInput(Ingredient input) {
public void setLootTable(LootTableProvider lootTable) {
this.lootTable = lootTable;
}

}

0 comments on commit e744e2e

Please sign in to comment.