Skip to content

Commit

Permalink
feat(recipes): remove Primordial Cradle recipe from Bio-Forge
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Sep 6, 2023
1 parent 166350c commit ba4ada0
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -812,13 +812,13 @@ private void registerBioForgeRecipes(Consumer<FinishedRecipe> consumer) {
.setCategory(ModBioForgeTabs.MACHINES)
.unlockedBy(ModItems.LIVING_FLESH.get()).save(consumer);

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

//////////// CONTRAPTIONS ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////
BioForgeRecipeBuilder.create(ModItems.TONGUE.get())
Expand Down

0 comments on commit ba4ada0

Please sign in to comment.