Fix cooking time of baked potato

This commit is contained in:
Wuzzy 2017-02-01 19:15:49 +01:00
parent 147a983956
commit d4e22cd844
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ minetest.register_craft({
type = "cooking",
output = "mcl_farming:potato_item_baked",
recipe = "mcl_farming:potato_item",
cooktime = 10,
})
mcl_farming:add_plant("mcl_farming:potato", {"mcl_farming:potato_1", "mcl_farming:potato_2"}, 50, 20)