change bowl recipe

master
Martin Doege 2015-09-07 21:28:50 +02:00
parent 3307df935d
commit 17dd48eccb
1 changed files with 3 additions and 3 deletions

View File

@ -247,10 +247,10 @@ food.module("bowl", function()
groups = {food_bowl=1}
})
food.craft({
output = "food:bowl",
output = "food:bowl 4",
recipe = {
{"default:clay_lump","","default:clay_lump"},
{"","default:clay_lump",""}
{"group:wood","","group:wood"},
{"","group:wood",""}
}
})
end, true)