Initial Sync!

This commit is contained in:
2026-07-26 13:21:37 +01:00
parent dcc2b22c5f
commit e6182d37ff
1582 changed files with 87325 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
/*
* Whether to use an alternative strategy to make structure layouts generate slightly even faster than
* the default optimization this mod has for template pool weights. This alternative strategy works by
* changing the list of pieces that structures collect from the template pool to not have duplicate entries.
*
* This will not break the structure generation, but it will make the structure layout different than
* if this config was off (breaking vanilla seed parity). The cost of speed may be worth it in large
* modpacks where many structure mods are using very high weight values in their template pools.
*
* Pros: Get a bit more performance from high weight Template Pool Structures.
* Cons: Loses parity with vanilla seeds on the layout of the structure. (Structure layout is not broken, just different)
*/
"deduplicateShuffledTemplatePoolElementList": false
}