Advertisement
smbarbour

SimpleRetrogen config

Mar 5th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # general
  5. ####################
  6.  
  7. general {
  8. # Marker to apply to chunks to indicate retrogen occurred
  9. S:marker=CPWRGMARK
  10.  
  11. # Maximum number of retrogens to run in a single tick
  12. I:maxPerTick=100
  13.  
  14. # List of IWorldGenerator instances to fire retrogen for
  15. S:worldGens <
  16. magicalcrops.WorldGeneratorEssence
  17. totemic_commons.pokefenn.world.TotemicWorldGeneration
  18. >
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement