99219861e1d5bc26809a0a3df8ca7f3591d176c3none
AGENTS.mdTool: agents-md# AGENTS.md
## Project overview
Lost Cities is a Minecraft Forge 1.20.1 mod built with Java 17 and Gradle. Most behavior is split between Java world-generation code and data-driven JSON assets that describe buildings, city styles, palettes, parts, and related content.
## Repository structure
- `src/main/java/mcjty/lostcities/` contains the mod implementation.
- `worldgen/` contains terrain and city generation, including the `gen/`, `highway/`, `lost/`, and `street/` subsystems.
- `config/` contains none