Advertisement
Aixler

Untitled

Feb 10th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.18 KB | None | 0 0
  1. Minecraft default server config: Reduce spawn area loaded chunks.
  2.  
  3. Command blocks:
  4. Mobgriefing false
  5. Firespread false
  6. Use computer for to send redstone signal every 1 min:
  7. Message 2k blocks away
  8. Teleport to spawn 2.5k blocks away
  9. (this is probably circular, so 2k in each direction, diagonal = 1400,1400)
  10.  
  11. Fix greg tech config
  12.  
  13. Enable Computercraft http api
  14. Disable marsh biome XL
  15. Disable mystcraft world creation
  16. Disable Railcraft’s World Anchors -> use chicken chunks.
  17. Forgechunkloading.cfg
  18. ####################
  19. # Forge
  20. #===================
  21. # Sample mod specific control section.
  22. # Copy this section and rename the with the modid for the mod you wish to override.
  23. # A value of zero in either entry effectively disables any chunkloading capabilities
  24. # for that mod
  25. ####################
  26.  
  27. Buildcraft {
  28.     # Maximum chunks per ticket for the mod.
  29.     I:maximumChunksPerTicket=4
  30. }
  31. ####################
  32. Quarries can now be max 1 chunk big.
  33. Railcraft->modules.cfg: B:chunk.loading=true
  34. Railcraft->railcraft.cfg B:cube.world.anchor=true
  35. Mystcraft.cfg:
  36.     B:options.crafting.enableNotebook=true
  37.     B:options.crafting.enableAgebook=true
  38.     B:options.crafting.enableDesk=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement