[farming] Change trellis craft recipe

master
LeMagnesium 2015-10-31 13:50:57 +01:00
parent 8accd9ba5b
commit 49193e0b9f
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'},
}
})