Skip to content

Commit

Permalink
feat: tweak bio-forging recipe of the Cradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Jun 16, 2023
1 parent c33cf50 commit 329b2ad
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -744,11 +744,10 @@ private void registerBioForgeRecipes(Consumer<FinishedRecipe> consumer) {
.unlockedBy(ModItems.LIVING_FLESH.get()).save(consumer);

BioForgeRecipeBuilder.create(new ItemData(ModItems.PRIMORDIAL_CRADLE.get()))
.addIngredient(ModItems.LIVING_FLESH.get())
.addIngredient(ModItems.PRIMORDIAL_CORE.get())
.addIngredient(ModItems.FLESH_BITS.get(), 5)
.addIngredient(ModItems.BONE_FRAGMENTS.get(), 8)
.addIngredient(ModItems.ELASTIC_FIBERS.get(), 4)
.addIngredient(ModItems.EXOTIC_DUST.get(), 10)
.setCategory(ModBioForgeTabs.MACHINES)
.unlockedBy(ModItems.LIVING_FLESH.get()).save(consumer);

Expand Down

0 comments on commit 329b2ad

Please sign in to comment.