Skip to content

Commit

Permalink
fix: fix wrong fleshkin chest recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jun 25, 2023
1 parent 7c7160f commit a6be325
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ private void registerBioForgeRecipes(Consumer<FinishedRecipe> consumer) {
.addIngredient(ModItems.LIVING_FLESH.get())
.addIngredient(ModItems.FLESH_BITS.get(), 10)
.addIngredient(ModItems.BONE_FRAGMENTS.get(), 12)
.addIngredient(Items.SHULKER_SHELL, 2)
.addIngredient(ModItems.MINERAL_FRAGMENT.get(), 8)
.addIngredient(ModItems.TOUGH_FIBERS.get(), 32)
.setCategory(ModBioForgeTabs.MISC)
.unlockedBy(ModItems.LIVING_FLESH.get()).save(consumer);
Expand Down

0 comments on commit a6be325

Please sign in to comment.