mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-04 21:31:28 +02:00
Fix cooking time of baked potato
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user