Cooking Graphic Classes - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki

<- Back

The Cooking module of the framework has one custom graphic class that can be used to provide custom graphics to items

  • Graphic_RandomStackCount: New Graphic class that incorporates concepts from both Graphic_Random, and Graphic_StackCount, allowing for items to have both features.

How do I use this code?

It is Graphic class, so it can just be specified by placing it in the graphicClass tag of the Thing:

<graphicClass>VEF.Cooking.Graphic_RandomStackCount</graphicClass>

The amount of images in the folder must be a multiple of 3, or weird things will happen!