[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
1 changed files with 1 additions and 1 deletions

View File

@ -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'},
}
})