diff options
author | Zaraki98 <superlagron@hotmail.fr> | 2013-08-03 11:35:00 +0200 |
---|---|---|
committer | Zaraki98 <superlagron@hotmail.fr> | 2013-08-03 11:35:00 +0200 |
commit | 0fbdb1f066dbc32f142271c644fee68730fcfc73 (patch) | |
tree | 4cce1673e3a8db4714818f995f895c4d5dc0b4c1 /init.lua | |
parent | dcdf311096cd61424b6e6b97e78db883fc9b1b8f (diff) |
Update bowl craft
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ minetest.register_craftitem("food:bowl",{ }) minetest.register_craft({ - output = '"food:bowl" 1', + output = "food:bowl", recipe = { {"","",""}, {"default:stone","","default:stone"}, |