structure-worldgen

Implement Minecraft structure generation with waterlogging prevention and Jigsaw-based boss placement.

Updated Oct 19, 2025
One-click install
npx skills add https://github.com/ksoichiro/ChronoDawn --skill structure-worldgen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: structure-worldgen
Source: https://github.com/ksoichiro/ChronoDawn/tree/main/.claude/skills/structure-worldgen
Command: npx skills add https://github.com/ksoichiro/ChronoDawn --skill structure-worldgen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides guidance for implementing robust underground and surface structure generation in Minecraft mods, addressing waterlogging, terrain adaptation, and boss-spawning integration.

Core Features & Use Cases

  • Waterlogging prevention for underground builds (avoiding accidental water spread).
  • Jigsaw-based hybrid structures with programmatic boss rooms and safe multi-chunk placement.
  • Terrain adaptation strategies to preserve surface topology while embedding underground layouts.
  • Prototyping complex dungeons (e.g., Master Clock-like layouts, Phantom Catacombs style mazes) and custom boss spawns.

Quick Start

Describe your desired structure generation goals (e.g., an underground maze with a boss room and surface entrance), and I will guide you through the specific steps, processors, and rotation-aware placement needed to implement it.

Frequently Asked Questions about structure-worldgen

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent waterlogging in Minecraft underground structure generation?▼

To prevent waterlogging in Minecraft underground structure generation, you apply processor-based workflows that explicitly control water placement and avoid accidental water spread during custom dungeon prototyping.

How does Jigsaw-based boss placement work for multi-chunk Minecraft structures?▼

Jigsaw-based boss placement for multi-chunk Minecraft structures uses rotation-aware placement and programmatic boss room integration, ensuring safe multi-chunk alignment for complex layouts like Phantom Catacombs-style mazes.

What's the best way to adapt Minecraft structure generation to preserve surface terrain topology?▼

The best way to adapt Minecraft structure generation for surface terrain preservation is applying terrain adaptation strategies that embed underground layouts while maintaining the existing surface topology during multi-chunk structure integration.

Can I prototype complex Minecraft dungeons with custom boss spawns using Jigsaw structures?▼

Yes, you can prototype complex Minecraft dungeons with custom boss spawns using Jigsaw structures by combining programmatic boss room generation with rotation-aware placement to create Master Clock-like layouts and maze designs.

Why does my Minecraft structure generation break when placing large underground builds across chunks?▼

Minecraft structure generation breaks across chunks when rotation-aware placement and waterlogging prevention are not properly configured, requiring processor-based workflows to ensure safe multi-chunk alignment and terrain adaptation.