LTDV8/packet/config/structure_layout_optimizer.jsonc
3944Realms 1c3c782f2b
All checks were successful
Deploy to Remote Server / deploy (push) Successful in 1m30s
第一个正式版本构建(移动位置,以防不必要的文件干预)
2025-10-27 20:38:46 +08:00

15 lines
938 B
Plaintext

{
/*
* 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
}