Skip to content

Commit

Permalink
feat: remove Nutrients to Nutrient Paste recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
Elenterius committed Mar 6, 2024
1 parent be58fc8 commit f3d006a
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,15 +115,6 @@ private void buildWorkbenchRecipes(Consumer<FinishedRecipe> consumer) {
.unlockedBy(hasName(ModItems.NUTRIENTS.get()), has(ModItems.NUTRIENTS.get()))
.save(consumer);

WorkbenchRecipeBuilder.shaped(RecipeCategory.FOOD, ModItems.NUTRIENT_PASTE.get())
.define('P', ModItems.ORGANIC_MATTER.get())
.define('L', ModItems.NUTRIENTS.get())
.pattern("LPL")
.pattern("PLP")
.pattern("LPL")
.unlockedBy(hasName(ModItems.NUTRIENTS.get()), has(ModItems.NUTRIENTS.get()))
.save(consumer);

WorkbenchRecipeBuilder.shapeless(RecipeCategory.MISC, ModItems.NUTRIENTS.get(), 5)
.requires(ModItems.NUTRIENT_PASTE.get())
.unlockedBy(hasName(ModItems.NUTRIENTS.get()), has(ModItems.NUTRIENTS.get()))
Expand Down

0 comments on commit f3d006a

Please sign in to comment.