From bc2d4e5fa91dd2e8a9b8d83d36e3cd521552d25e Mon Sep 17 00:00:00 2001 From: Vortex <155106114+Vortexxito@users.noreply.github.com> Date: Thu, 1 Jan 2026 12:27:41 +0100 Subject: [PATCH] Rename well_bottoms to well_bottoms.json **Description** This PR fixes a critical issue causing severe console spam and TPS drops during world generation, specifically related to the Pillager structures. **The Issue** When generating chunks containing this structure, the server console is flooded with the following error: `[Worker-Main-1/WARN] [minecraft/JigsawPlacement]: Empty or non-existent pool: structory:harvest/well_bottoms` This causes significant lag (TPS drops) and slows down pre-generation tools like Chunky, as the game fails to locate the requested template pool. **The Cause** This file was named without the .json **The Fix** Just had to add the .json in the name of the file and the error disappears. This successfully resolves the "non-existent pool" error, stops the console spam, and restores normal world generation performance. --- .../template_pool/harvest/{well_bottoms => well_bottoms.json} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename data/structory/worldgen/template_pool/harvest/{well_bottoms => well_bottoms.json} (99%) diff --git a/data/structory/worldgen/template_pool/harvest/well_bottoms b/data/structory/worldgen/template_pool/harvest/well_bottoms.json similarity index 99% rename from data/structory/worldgen/template_pool/harvest/well_bottoms rename to data/structory/worldgen/template_pool/harvest/well_bottoms.json index ff74f95..5e9e487 100644 --- a/data/structory/worldgen/template_pool/harvest/well_bottoms +++ b/data/structory/worldgen/template_pool/harvest/well_bottoms.json @@ -12,4 +12,4 @@ ], "fallback": "minecraft:empty", "name": "structory:harvest/camp/well_bottom" -} \ No newline at end of file +}