forked from VoxeLibre/VoxeLibre
Fix pumpkin pie crafting
This commit is contained in:
parent
72684f36ff
commit
83a3cce932
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue