1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-11-05 01:50:25 +01:00

[default] Fix #487

This commit is contained in:
LeMagnesium 2016-07-11 18:16:01 +02:00
parent 64b6a872d0
commit c9f4a61257

View File

@ -1,7 +1,7 @@
-- mods/default/crafting.lua
minetest.register_craft({
output = 'default:wood 9',
output = 'default:wood 4',
recipe = {
{'default:tree'},
}