(Official) C# Modding Documentation
Pages
Note: This guide is a work in progress (WIP) and the Terrain Generation Modding API as described in this guide has not yet been released to public versions of the game.
Terrain Generation
This guide assumes you already have a working mod setup for terrain generation.
See this linked guide if you do not.
Overview
This guide will show how to implement modded terrain generation by subclassing a provided TerrainGenerator
class.