Skip to content
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.

recipes overlap food:egg vs. food_sweet:lemon #32

Open
bell07 opened this issue May 29, 2017 · 0 comments
Open

recipes overlap food:egg vs. food_sweet:lemon #32

bell07 opened this issue May 29, 2017 · 0 comments

Comments

@bell07
Copy link
Contributor

bell07 commented May 29, 2017

The recipes for food:egg and food_sweet:lemon is overlapping. Please check if one of them could be crafted in an other way. I did changed the egg recipe for me by adding bucket_water, but my proposal is may not optimal

--- a/food_basic/ingredients.lua
+++ b/food_basic/ingredients.lua
@@ -142,9 +142,10 @@ food.module("egg", function()
 		output = "food:egg",
 		recipe = {
 			{"", "default:sand", ""},
-			{"default:sand", "", "default:sand"},
+			{"default:sand", "bucket:bucket_water", "default:sand"},
 			{"", "default:sand", ""}
-		}
+		},
+		replacements = {{"bucket:bucket_water", "bucket:bucket_empty"}},
 	})
 end, true)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant