Fix some recipes
This commit is contained in:
parent
1f0f2bd198
commit
a081d3f088
5 changed files with 9 additions and 9 deletions
|
@ -280,9 +280,9 @@ minetest.register_node("farming:pumpkin_face_light", {
|
|||
})
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "farming:pumpkin_face_light",
|
||||
recipe = {"farming:pumpkin_face", "default:torch"}
|
||||
recipe = {{"farming:pumpkin_face"},
|
||||
{"default:torch"}}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue