Update bowl craft

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

View File

@ -67,7 +67,6 @@ minetest.register_craftitem("food:bowl",{
minetest.register_craft({
output = "food:bowl",
recipe = {
{"","",""},
{"default:stone","","default:stone"},
{"","default:stone",""},
}