1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

[farming] Change the trellis' craft recipe

- Solves #317
This commit is contained in:
LeMagnesium 2015-10-31 13:52:44 +01:00
parent c29721e80e
commit 2f991cfab5

View File

@ -84,7 +84,7 @@ minetest.register_craft({
recipe = { recipe = {
{'default:stick', 'default:stick', 'default:stick'}, {'default:stick', 'default:stick', 'default:stick'},
{'default:stick', 'default:stick', 'default:stick'}, {'default:stick', 'default:stick', 'default:stick'},
{'default:stick', 'default:stick', 'default:stick'}, {'default:stick', '', 'default:stick'},
} }
}) })