LexManos

Untitled

Sep 27th, 2012
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.29 KB | None | 0 0
  1. # Configuration file
  2. # Generated on 9/26/12 8:11 PM
  3.  
  4. ####################
  5. # Forge
  6. #===================
  7. # Sample mod specific control section.
  8. # Copy this section and rename the with the modid for the mod you wish to override.
  9. # A value of zero in either entry effectively disables any chunkloading capabilities
  10. # for that mod
  11. ####################
  12.  
  13. Forge {
  14.    # Maximum chunks per ticket for the mod.
  15.    maximumChunksPerTicket=25
  16.    # Maximum ticket count for the mod. Zero disables chunkloading capabilities.
  17.    maximumTicketCount=200
  18. }
  19.  
  20. ####################
  21. # defaults
  22. #===================
  23. # Default configuration for forge chunk loading control
  24. ####################
  25.  
  26. defaults {
  27.    # Unloaded chunks can first be kept in a dormant cache for quicker
  28.    # loading times. Specify the size of that cache here
  29.    dormantChunkCacheSize=0
  30.    # Are mod overrides enabled?
  31.    enabled=true
  32.    # The default maximum number of chunks a mod can force, per ticket,
  33.    # for a mod without an override. This is the maximum number of chunks a single ticket can force.
  34.    maximumChunksPerTicket=25
  35.    # The default maximum ticket count for a mod which does not have an override
  36.    # in this file. This is the number of chunk loading requests a mod is allowed to make.
  37.    maximumTicketCount=200
  38. }
Advertisement
Add Comment
Please, Sign In to add comment