Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
fixed farmers delight golden knife recipe not getting removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed May 15, 2024
1 parent 432b11a commit 8fdf6ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class Tools {
public static void init(Consumer<FinishedRecipe> consumer, AntimatterRecipeProvider provider) {
provider.removeRecipe(new ResourceLocation("farmersdelight", "flint_knife"));
provider.removeRecipe(new ResourceLocation("farmersdelight", "iron_knife"));
provider.removeRecipe(new ResourceLocation("farmersdelight", "gold_knife"));
provider.removeRecipe(new ResourceLocation("farmersdelight", "golden_knife"));
provider.removeRecipe(new ResourceLocation("farmersdelight", "diamond_knife"));

toolPartRecipes(consumer, provider);
Expand Down

0 comments on commit 8fdf6ff

Please sign in to comment.