Don't Starve

Don't Starve

Waiter 101 v6.60 (Crock Pot Food Mod)
FK2leito 3. maj 2014 kl. 23:46
is compatible with mod smarter crock pot ?
is compatible with mod ?
< >
Viser 1-4 af 4 kommentarer
orian34 4. maj 2014 kl. 10:36 
yes
star 27. maj 2014 kl. 23:16 
Is not compatible with mod "Camp Cuisine".
There is code:
AddIngredientValues({"batwing","batwing_cooked"}, {meat=1, monster=1})
and that mod has higher priority=0 (default), so monster=1 for batwing at runtime.
So I can't cook Beefalo Wings, because batwing+batwing=Monster Lasagna

Please change mod priority in modinfo.lua to (-1), so your code will be stronger:
AddIngredientValues({"batwing", "batwing_cooked"}, {meat=0.5, wings=1, monster=0.5})

P.S. How about thread about bugs in general? And about compatibility to any other mods?
Sidst redigeret af star; 27. maj 2014 kl. 23:17
Midrealm  [udvikler] 15. sep. 2014 kl. 15:17 
Camp cuisine last update was made to match this mod.
jayce 19. sep. 2021 kl. 13:26 
超级重要,辛苦了!
< >
Viser 1-4 af 4 kommentarer
Per side: 1530 50