ReplacerDefs Mod is a tool designed for modders, primarily for creating overlap patches. It functions similarly to Resource Dictionary, but gives modders full control over replacements.

ReplacerDefs Mod Features
- Allows modders to create ReplacerDefs to completely replace one def with another.
- Ensures deep replacements, even in complex elements like meal recipes.
- Helps streamline compatibility between mods by automating def substitutions.
Example
All instances of a specified crop can be entirely replaced, even in deep-level dependencies like meal recipes, where the crop is substituted with its Vanilla Expanded counterpart.
How to Use as a Modder
To implement this in your mod:
- Make this mod a dependency.
- Create a ReplacerDef to define which defs should be replaced.
Additional Credits
Taranchuk: Lots of lovely C# work.



