Advertisement
MintTheFox

tm config

May 6th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # tool configuration
  5. #===================
  6. # Thaumic Management tool configuration settings
  7. ####################
  8.  
  9. "tool configuration" {
  10. # Amount of random flux put into the node with each use of the wand.
  11. I:corruptor_flux_amount=1
  12.  
  13. # Number in seconds that the corruptor puts a random aspect into the selected node.
  14. I:corruptor_timer=3
  15.  
  16. # Node Corruptor
  17. I:node_corruptor=30000
  18.  
  19. # Node Mover [Not working yet!]
  20. I:node_mover=30001
  21.  
  22. # Amount of distance to move the node in the selected direction. Value should be set between 0.1 and 1
  23. D:node_mover_distance=0.1
  24.  
  25. # Node Purifier
  26. I:node_purifier=30002
  27.  
  28. # Node Transmutor [Not working yet!]
  29. I:node_transmutor=30003
  30.  
  31. # Range in blocks for the tools to search for a node from the players position.
  32. I:tool_range=32
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement