Table of Contents

JSON Configuration Files

JSON configuration files in Remixed Dungeon define many game elements and mechanics.

Overview

JSON configuration files are used throughout Remixed Dungeon to define various game elements without requiring code changes. They provide flexibility for modding and allow for easier balance adjustments.

Types of Configuration Files

File Locations

Customization

JSON files can be modified in mod packages to change game behavior without changing Java code.

Benefits