Update bowl craft

This commit is contained in:
Zaraki98 2013-08-03 11:35:00 +02:00
parent dcdf311096
commit 0fbdb1f066
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ minetest.register_craftitem("food:bowl",{
})
minetest.register_craft({
output = '"food:bowl" 1',
output = "food:bowl",
recipe = {
{"","",""},
{"default:stone","","default:stone"},