More signs from recipe

Crafting a sign costs 6 wood and 1 stick but only returns 1, so how about changing this to that you get 3 instead, sounds more fair.
This commit is contained in:
tenplus1 2016-03-04 17:40:36 +00:00
parent aa254e2835
commit 53efa089cc

View file

@ -43,7 +43,7 @@ minetest.register_craft({
})
minetest.register_craft({
output = 'default:sign_wall',
output = 'default:sign_wall 3',
recipe = {
{'group:wood', 'group:wood', 'group:wood'},
{'group:wood', 'group:wood', 'group:wood'},