Fix all crafting recipes to use modern style

This commit is contained in:
RealBadAngel
2013-04-28 12:40:08 +02:00
parent ac9a05df0b
commit 255e363b04
19 changed files with 66 additions and 66 deletions

View File

@ -35,7 +35,7 @@ local torch_get_input_rules = function(node)
end
minetest.register_craft({
output = '"mesecons_torch:mesecon_torch_on" 4',
output = "mesecons_torch:mesecon_torch_on 4",
recipe = {
{"group:mesecon_conductor_craftable"},
{"default:stick"},}