Copy-Quality-From-Ingredient-To-Product Framework
Gives the possibility to carry over the quality of one of the ingredients to the product.
Simply add
<modExtensions>
<li Class="CQFITPFramework.CQFITPFrameworkExtension">
<theThingDefItshouldGetItsQualityFrom>[Here the thingDef of one of the ingredients]</theThingDefItshouldGetItsQualityFrom>
</li>
</modExtensions>
to the RecipeDef.
For example:
<modExtensions>
<li Class="CQFITPFramework.CQFITPFrameworkExtension">
<theThingDefItshouldGetItsQualityFrom>Gun_ChargeRifle</theThingDefItshouldGetItsQualityFrom>
</li>
</modExtensions>
This framework has as a goal to make enchanting and similar improvements of items easier.
For it to work the RecipeDef needs:
At least 1 ingredient with a quality value.
This ingredient has to be defined in the modExtension.
1 product with a quality value.
Supported mods:
None. Be the first to implement this!