Fixed issues with unified_inventory

master
Ginger88895 2014-01-25 06:59:55 -05:00
parent 254ad239bd
commit a169234d2f
1 changed files with 1 additions and 1 deletions

View File

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