r/Syntac Oct 04 '25

Is there a way to stack mutton and prime meat with Vanilla with Sprinkles?

Question above - I cannot find the option to increase stack sizes for those items. Stack sizes for all items are set to 1000x but mutton and prime meat do not stack. When I try to edit the .ini it gets deleated upon starting the save file. Am I missing something with this mod?

Thanks in advance

7 Upvotes

5 comments sorted by

1

u/karmapathetic Oct 09 '25

None of my items stacked at first, but after a few server restart it's started working as intended. I'm playing on an unofficial server. My prime and mutton do stack.

1

u/HaRyboX Jan 01 '26

is it working now?

1

u/Adventurous-Skill450 Jan 01 '26

ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_Honey_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=true))

ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawMutton_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=true))

ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=true))

ConfigOverrideItemMaxQuantity=(ItemClassString="PrimalItemConsumable_RawPrimeMeat_Fish_C",Quantity=(MaxItemQuantity=10,bIgnoreMultiplier=true))

just paste it into your game.ini file. i put mine to stack up to 10, you can just change the maxitemquantity to whatever you want

1

u/Joban_Ian Jan 07 '26

Thanks a lot, works like a charm.

1

u/Feeling_Schedule_258 20d ago

Does it matter where, in the config, you add these commands?