Location Config

Estimated reading time: less than 1 minute

Apply in-game location logic via maplebirch.tool.patch.applyLocation().

Access via maplebirch.tool.patch.

Usage

const other = maplebirch.tool.patch;

other.applyLocation();

The framework registers this during preInit as part of built-in initialization. Call applyLocation() to apply location-related logic when your Mod adds custom locations.