smbarbour

TConstruct/Natura TreeCapitator settings

May 15th, 2013
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. 1_third_party_configs {
  2. ####################
  3. # Natura
  4. ####################
  5.  
  6. Natura {
  7. S:blockValues=block:Bloodwood Block; block:Flora Leaves; block:Redwood Block; block:Sakura Leaves; block:Wood Block
  8. S:configPath=Natura.txt
  9. S:modID=Natura
  10. }
  11.  
  12. ####################
  13. # TConstruct
  14. ####################
  15.  
  16. TConstruct {
  17. S:configPath=TinkersWorkshop.txt
  18. S:itemValue=tools:Axe; tools:Mattock
  19. S:modID=TConstruct
  20. S:useShiftedItemID=true
  21. }
  22.  
  23. }
  24.  
  25. 2_tree_definitions {
  26. ####################
  27. # Natura_sakura
  28. ####################
  29.  
  30. Natura_sakura {
  31. S:leaves=<Natura.Sakura Leaves>,0
  32. S:logs=<Natura.Wood Block>, 1; <Natura.Wood Block>, 5; <Natura.Wood Block>, 9
  33. }
  34.  
  35. ####################
  36. # Natura_hopseed
  37. ####################
  38.  
  39. Natura_hopseed {
  40. S:leaves=<Natura.Flora Leaves>,2
  41. S:logs=<Natura.Wood Block>,3; <Natura.Wood Block>, 7; <Natura.Wood Block>, 11
  42. }
  43.  
  44. ####################
  45. # Natura_redwood
  46. ####################
  47.  
  48. Natura_redwood {
  49. S:leaves=<Natura.Flora Leaves>,0
  50. S:logs=<Natura.Redwood Block>
  51. }
  52.  
  53. ####################
  54. # Natura_bloodwood
  55. ####################
  56.  
  57. Natura_bloodwood {
  58. S:leaves=<Natura.Sakura Leaves>,2
  59. S:logs=<Natura.Bloodwood Block>
  60. }
  61.  
  62. ####################
  63. # Natura_ghostwood
  64. ####################
  65.  
  66. Natura_ghostwood {
  67. S:leaves=<Natura.Sakura Leaves>,1
  68. S:logs=<Natura.Wood Block>,2; <Natura.Wood Block>, 6; <Natura.Wood Block>, 10
  69. }
  70.  
  71. ####################
  72. # Natura_eucalyptus
  73. ####################
  74.  
  75. Natura_eucalyptus {
  76. S:leaves=<Natura.Flora Leaves>,1
  77. S:logs=<Natura.Wood Block>,0; <Natura.Wood Block>,4; <Natura.Wood Block>,8
  78. }
  79.  
  80. }
Advertisement
Add Comment
Please, Sign In to add comment