Skip to content

Commit

Permalink
feat: tweak flesh spike recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jun 16, 2023
1 parent d475609 commit f3a02e0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,7 @@ private void registerBioForgeRecipes(Consumer<FinishedRecipe> consumer) {
BioForgeRecipeBuilder.create(ModItems.FLESH_SPIKE.get(), 4)
.addIngredient(ModItems.BONE_FRAGMENTS.get(), 2)
.addIngredient(ModItems.MINERAL_FRAGMENT.get(), 2)
.addIngredient(ModItems.FLESH_BITS.get(), 4)
.setCategory(ModBioForgeTabs.BLOCKS)
.unlockedBy(ModItems.BONE_FRAGMENTS.get()).save(consumer);

Expand Down

0 comments on commit f3a02e0

Please sign in to comment.