Skip to content
Snippets Groups Projects
Commit 12ac89d6 authored by Milan's avatar Milan
Browse files

finally fixed snowman recipe

parent c5e4dbd8
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ minetest.register_craft({
output = "christmas_craft:snowman",
recipe = {
{"default:coal_lump","default:snow","default:coal_lump"},
{"default:snow","christmas_craft:snowball","default:snow"},
{"default:snow","default:snow","default:snow"},
{"default:coal_lump","default:coal_lump","default:coal_lump"},
}
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment