Make recipe give 4 nodes instead of one

master
Zeg9 2013-01-12 10:50:09 +01:00
parent 787e627b59
commit d32fc302cc
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ minetest.register_craftitem(protector.item, {
})
minetest.register_craft({
output = protector.node,
output = '"' .. protector.node .. '" 4',
recipe = {
{"default:stone","default:stone","default:stone"},
{"default:stone","default:steel_ingot","default:stone"},