Skip to content

Commit

Permalink
fix: table saw recipes not registered
Browse files Browse the repository at this point in the history
  • Loading branch information
ybw0014 committed Oct 31, 2023
1 parent 9c99f42 commit 9ad0eca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public FastTableSaw(SlimefunItemStack item, RecipeType recipeType, ItemStack[] r
@Override
protected void registerRecipes() {
FastMachines.debug("Registering recipes for {0}", getClass().getSimpleName());
RecipeUtils.registerMultiblockMachineRecipes(recipes, SlimefunItems.TABLE_SAW.getItemId());
RecipeUtils.registerDisplayRecipes(recipes, SlimefunItems.TABLE_SAW.getItemId());
}

@Override
Expand Down

0 comments on commit 9ad0eca

Please sign in to comment.