diff options
author | Zaraki98 <superlagron@hotmail.fr> | 2013-08-03 11:36:11 +0200 |
---|---|---|
committer | Zaraki98 <superlagron@hotmail.fr> | 2013-08-03 11:36:11 +0200 |
commit | 2b6339fea95221bf7f379430f3c168b992d82f34 (patch) | |
tree | cfa19e99c2049ba6e184ebd26597abe007718659 | |
parent | 0fbdb1f066dbc32f142271c644fee68730fcfc73 (diff) |
Update bowl craft
-rw-r--r-- | init.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -67,7 +67,6 @@ minetest.register_craftitem("food:bowl",{ minetest.register_craft({ output = "food:bowl", recipe = { - {"","",""}, {"default:stone","","default:stone"}, {"","default:stone",""}, } |