mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 13:53:45 +01:00
Fix cooking time of baked potato
This commit is contained in:
parent
147a983956
commit
d4e22cd844
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user