promotional bannermobile promotional banner
premium banner
Fixes server deadlock caused by broken jigsaw structure pool reference during world generation.

Description

Towns and Towers is a mod that adds new villages, outposts, and structures to Minecraft 1.19.2, expanding the variety of naturally generated settlements.

What was fixed:
- Resolved a critical server deadlock that would freeze chunk generation indefinitely
- The mod referenced a jigsaw structure pool named "towers" (plural) but the actual pool was registered as "tower" (singular)
- When the game attempted to generate structures using this broken reference, it entered an infinite loop trying to resolve the missing pool, causing the server to hang completely
- Renamed the pool reference from "towers" to "tower" to match the correct registered name

This bug could cause servers to freeze for hours during world generation, particularly when players explored new chunks near towns and towers structures. The fix prevents the deadlock entirely.

This build was compiled for use in the Akashic Records of Tensura modpack. No gameplay changes were made — only the broken pool reference was corrected.