Skip to content

Stack By Quality

juanosarg edited this page Jun 24, 2025 · 1 revision

<- Back

CompProperties_StackByQuality makes items only stack if their qualities are the same.

How do I use this code?

It is a comp class, so you just add it in XML in the <comps> tag. For example, this is used in Vanilla Cooking Expanded to avoid cheese of different qualities stacking, and thus "ruining" the higher quality.

<comps>
	<li Class="VEF.Cooking.CompProperties_StackByQuality"/>
</comps>

Clone this wiki locally