Fix pumpkin pie crafting

This commit is contained in:
Wuzzy 2017-11-28 08:31:22 +01:00
parent 72684f36ff
commit 83a3cce932
1 changed files with 6 additions and 0 deletions

View File

@ -167,6 +167,12 @@ minetest.register_craft({
output = "mcl_farming:pumpkin_pie",
recipe = {"mcl_farming:pumpkin", "mcl_core:sugar", "mcl_throwing:egg"},
})
minetest.register_craft({
type = "shapeless",
output = "mcl_farming:pumpkin_pie",
recipe = {"mcl_farming:pumpkin_face", "mcl_core:sugar", "mcl_throwing:egg"},
})
if minetest.get_modpath("doc") then
for i=2,8 do