forked from VoxeLibre/VoxeLibre
Fix cooking time of baked potato
This commit is contained in:
parent
147a983956
commit
d4e22cd844
|
@ -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 New Issue