mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-06-06 05:44:26 -04:00
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:
parent
aa254e2835
commit
53efa089cc
1 changed files with 1 additions and 1 deletions
|
@ -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'},
|
||||
|
|
Loading…
Add table
Reference in a new issue