minor typo in basket recipe

This commit is contained in:
Vanessa Ezekowitz 2013-10-23 22:09:00 -04:00
parent 6958d538d9
commit 7e31e9e10d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-- Basket
minetest.register_craft({
output = ":bushes:basket_empty",
output = "bushes:basket_empty",
recipe = {
{ "default:stick", "default:stick", "default:stick" },
{ "", "default:stick", "" },