Skip to main content

Moonisland Tasks

Based on game build 714014 | Last updated: 2026-03-04

Overview

This module (moonisland_tasks.lua) serves only as a legacy stub file. It contains no functional logic — its only operation is a require statement that imports and incorporates all task definitions from dst_tasks_forestworld. This indicates the content was moved and consolidated as part of a refactoring effort to centralize forest-related world-generation tasks.

Usage example

-- This module does not define new functionality.
-- Use the dst_tasks_forestworld module directly:
require "map/tasks/dst_tasks_forestworld"
-- Tasks defined there are used internally by the world-generation system.

Dependencies & tags

Components used: None
Tags: None identified

Properties

No public properties

Main functions

No functions are defined in this file.

Events & listeners

None identified.