Update many crafting recipes

This commit is contained in:
Wuzzy 2017-01-05 04:39:36 +01:00
parent 2fa7ce2a16
commit f1dfeca751
12 changed files with 47 additions and 56 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',
recipe = {
{"mesecons:redstone_dust"},
{"default:stick"},}