1
0
forked from MTSR/BBQ

Removed ground pepper recipes

Not needed as ground pepper is supported by tenplus' farming redo
This commit is contained in:
Grizzly Adam 2018-03-25 09:11:29 -05:00 committed by GitHub
parent ed7208fd58
commit b54904b3cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -435,13 +435,6 @@ minetest.register_craft({
recipe = { "group:food_garlic_braid" }
})
--Ground Pepper Craft Recipe
minetest.register_craft( {
output = "bbq:pepper_ground",
type = "shapeless",
recipe = {"group:food_peppercorn", "vessels:glass_bottle"}
})
--Brine
minetest.register_craft( {
output = "bbq:brine",