1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-05-15 07:13:00 +02:00

[farming] Change the trellis' craft recipe

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

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