mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 08:29:34 +01:00
Fix cooking time of baked potato
This commit is contained in:
parent
147a983956
commit
d4e22cd844
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ minetest.register_craft({
|
||||||
type = "cooking",
|
type = "cooking",
|
||||||
output = "mcl_farming:potato_item_baked",
|
output = "mcl_farming:potato_item_baked",
|
||||||
recipe = "mcl_farming:potato_item",
|
recipe = "mcl_farming:potato_item",
|
||||||
|
cooktime = 10,
|
||||||
})
|
})
|
||||||
|
|
||||||
mcl_farming:add_plant("mcl_farming:potato", {"mcl_farming:potato_1", "mcl_farming:potato_2"}, 50, 20)
|
mcl_farming:add_plant("mcl_farming:potato", {"mcl_farming:potato_1", "mcl_farming:potato_2"}, 50, 20)
|
||||||
|
|
Loading…
Reference in a new issue