Skip to content
Stephen Thiebaud edited this page Nov 18, 2025 · 3 revisions

This is the DAYBREAK developer reference.

DAYBREAK is a library and API for other mod developers; if you are a player, all you need to know is that this mod adds no content directly.

Important

This reference does not supersede the XML documentation within the project itself. It's an additional reference to provide guides, code snippets, and elaboration. Not all APIs are touched on in this wiki, and summaries will not be duplicated.

Concepts

DAYBREAK introduces and explores various well-defined programming concepts as well as some novel ideas designed specifically for Terraria modding.

See the page on Concepts for an overview of the basic concepts required to grasp DAYBREAK's APIs.

Features

DAYBREAK introduces a multitude of features targeting many parts of the modding experience.

See the page on Features to explore a proper outline of what DAYBREAK has to offer.

Clone this wiki locally