Skip to content

Commit

Permalink
fix recipe derp
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Nov 12, 2024
1 parent 779e2ce commit 87ec949
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
},
{
"item": "minecraft:potato"
},
{
"item": "minecraft:chicken"
}
],
"result": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -954,7 +954,6 @@ private void buildOtherItems(@NotNull final Consumer<FinishedRecipe> consumer)
.requires(ModBlocks.blockDurum)
.requires(Items.SALMON)
.requires(Items.POTATO)
.requires(Items.CHICKEN)
.unlockedBy("has_durum", has(ModBlocks.blockDurum))
.save(consumer, new ResourceLocation(MOD_ID, "fish_n_chips"));

Expand Down

0 comments on commit 87ec949

Please sign in to comment.