Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Dec 1, 2024
1 parent 830bdc4 commit c4f2a15
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions config/structure_layout_optimizer-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#--------------------------------------------------------------------------------------------------
#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

0 comments on commit c4f2a15

Please sign in to comment.