====== Example mods ====== You can find the example mods in your Foundation installation directory, under the ''mods'' folder. ===== Example 01 - Simple Example Mod ===== This example mod shows the basic structure of a Foundation mod and can be used as boilerplate code for getting started ===== Example 02 - Mithril Factory ===== This advanced example mod introduces the new modding feature from Foundation 1.2.0. * Sci-Fi Walls * Sci-Fi Bridge * Sci-Fi Monument * Building Part with BUILDING_FUNCTION_WORKPLACE * New Jobs (Using existing behaviors) * Estate Unlockable * Particle System ===== Example 03 - Custom Map Example ===== This example mod shows the basics of creating a custom map. The example contains a complete example of all the features available for creating maps in mods. More info on custom maps can be found in the [[api:custom_map|corresponding API documentation page]].