Skip to content

Commit

Permalink
Update default structure cleanup size limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldexun committed Nov 5, 2023
1 parent 285660e commit e8bd9fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class ConfigMinecraft

@Config.Comment("")
@Config.Name("Cleanup Structure Worldgen Files Size Limit")
public int cleanupStructureWorldgenFilesSizeLimit = 1 << 14;
public int cleanupStructureWorldgenFilesSizeLimit = 1 << 12;

@Config.Comment("Replace thrown witch potions with configured potions")
@Config.Name("Witch Potion Replacements")
Expand Down

0 comments on commit e8bd9fa

Please sign in to comment.