// Management · RimWorld Mod

Patch Example mod

This mod contains a patch of how to use the patch operators to make updates to mods.

This mod contains a patch of how to use the patch operators to make updates to mods.

I have made this mod public as it explains how to use the patches to update defs of other mods. In the case of this example I have made an exampledef in the defs folder while the patch is in the patch folder which is required by the game to make sure the patch works. Subfolders in the defs and patches folders can be made as you wish. i hope this will help other modders to better understand how to use patches.

To get a working example of a patchmod take a look at the Firepit and Sconces + Enhanced woodworking patch I have published as I made it for myself.