Don't Starve
655 evaluări
Cook Stack Food
2
   
Premiază
Adaugă la preferate
Preferat
Elimină din preferate
Dimensiunea fișierului
Postat
Actualizat
14.944 KB
14 iun. 2020 la 5:34
28 aug. la 19:53
6 jurnale de actualizare ( vizionare )

Abonează-te pentru a descărca
Cook Stack Food

În 1 colecție creată de iceamei冰糖
我的 DS 懒人包
24 obiecte
Descriere
整组烹饪、点进来中文介绍

[DST version]: https://steamproxy.net/sharedfiles/filedetails/?id=3318491424

now you can put food in stack to cook

support cookpot and portable cookpot

if you put extra food, they will give back



-------------------------------------------------------------------------------------------

about extra food:



if you enabled craft pot, only one food in cookpot every slots can predict correctly:



about random food, you will get a whole stack of food in 50%:



-------------------------------------------------------------------------------------------



-------------------------------------------------------------------------------------------

FOR MODDERS:

** AddComponent("multiplefoodharvester") and AddTag("multiplefoodharvester") to player to set EXTRA multiply of harvesting food.

e.g.
inst:AddTag("multiplefoodharvester")
inst:AddComponent("multiplefoodharvester")
inst.components.multiplefoodharvester.mult = 3
OR
inst.components.multiplefoodharvester.mult = function(potprefab)
if potprefab == "cookpot" then
return 3
end

return 1
end

--## New Version ##-----------------------------------------------------------------

** AddTag("no_stack_cook") to cookwares to DISABLE batch cooking functionality.

--## Old Version ##-----------------------------------------------------------------

** AddTag("iai_cook") to cookwares to ENABLE batch cooking functionality.

-------------------------------------------------------------------------------------------

1.1 update 20.07.03 : now you can use the hotkey to enable/disable the stack mode
1.2 update 22.09.08 : extra ingredients will automatically go into player's bag, not dropped
1.4 update 24.08.28 : add a button for pots to switch stack mode[]

iceamei冰糖
54 comentarii
良津 24 mart. la 8:30 
非常好用 符合使用习惯。希望联机版也能移植过去:steamthumbsup:
荒原之狼 11 sept. 2023 la 5:08 
没卵用,无效了
化け物 20 mai 2022 la 0:51 
求联机版啊,联机版上的类似mod都有问题
iceamei冰糖  [autor] 19 mart. 2022 la 23:42 
@XxX 我那个mod:快捷精炼(分解),附带一键炼钢的作用
XxX 19 mart. 2022 la 16:53 
感谢大佬拯救了我的鼠标!请问可以出个炼钢炉版本的吗?
outofmana 16 ian. 2022 la 23:59 
@iceamei冰糖 太好用了,求个联机版啊
iceamei冰糖  [autor] 7 dec. 2021 la 23:30 
看看是不是有其他修改烹饪相关的mod发生了不兼容的情况
阳山野鸡你太美 7 dec. 2021 la 12:44 
大佬,为什么食材我无论放多少进去,做出来就只有一个?怎么办?
Tropical (CRI) 25 mai 2021 la 9:38 
Thank you very much! I only used 90 stack max either way lol
good to know though :)
iceamei冰糖  [autor] 24 mai 2021 la 23:55 
@Tropical (CRI) yes,the maximum stacking limit of items in this mod is 9999.You can harvest up to 9999 products at a time