Graphics Classes - Vanilla-Expanded/VanillaExpandedFramework GitHub Wiki
The Graphics module of the framework has several custom graphic classes that can be used to provide custom graphics to items
- Stack Count By Ingredients: New Graphic class that allows you to change the graphic of an item depending on its list of ingredients. Used and abused by Alpha Crafts a lot.
How do I use this code?
Graphic classes can just be specified by placing them in the graphicClass tag of the Thing:
<graphicClass>VEF.Graphics.Graphic_StackCountByIngredient</graphicClass>
(do note that this particular one needs more things, read individual entries)