Advertisement
Guest User

Great Wall

a guest
Feb 27th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. <-README: put this file in the main minecraft folder, e.g. C:\Users\Administrator\AppData\Roaming\.minecraft\->
  2.  
  3. <-GlobalFrequency controls how likely walls are to appear. Should be between 0.0 and 1.0. Lower to make less common->
  4. <-TriesPerChunk allows multiple attempts per chunk. Only change from 1 if you want very dense walls!->
  5. GlobalFrequency:0.1
  6. TriesPerChunk:4
  7.  
  8. <-Wall Pathfinding->
  9. <-ConcaveSmoothingScale and ConvexSmoothingScale specifiy the maximum length that can be smoothed away in walls for cocave/convex curves respectively.->
  10. <-BacktrackLength - length of backtracking for wall planning if a dead end is hit->
  11. <-CurveBias - strength of the bias towards curvier walls. Value should be between 0.0 and 1.0.->
  12. <-LengthBiasNorm - wall length at which there is no penalty for generation>
  13. ConcaveSmoothingScale:10
  14. ConvexSmoothingScale:20
  15. BacktrackLength:9
  16. CurveBias:0.5
  17. LengthBiasNorm:200
  18.  
  19.  
  20. <-Chest contents->
  21. <-Tries is the number of selections that will be made for this chest type.->
  22. <-Format for items is <itemID>,<selection weight>,<min stack size>,<max stack size> ->
  23. <-So e.g. 262,1,1,12 means a stack of between 1 and 12 arrows, with a selection weight of 1.->
  24. EASY_CHEST_ITEMS
  25. Tries:4
  26. 262,2,1,12
  27. 267,2,1,1
  28. 316,1,1,1
  29. 256,1,1,1
  30. 287,1,1,1
  31. 257,2,1,1
  32. 301,1,1,1
  33. 325,1,1,1
  34. 298,1,1,1
  35. 295,1,10,15
  36. 371,2,3,8
  37. 373-5,2,1,1
  38. 373-4,1,1,1
  39.  
  40. MEDIUM_CHEST_ITEMS
  41. Tries:6
  42. 267,2,1,1
  43. 335,2,1,1
  44. 30,1,8,16
  45. 256,1,1,1
  46. 293,1,0,1
  47. 347,1,1,1
  48. 257,3,1,1
  49. 358,1,1,1
  50. 260,2,2,3
  51. 345,1,1,1
  52. 265,1,5,8
  53. 368,1,1,3
  54. 371,2,8,15
  55. 373-2,1,1,1
  56. 373-37,3,1,1
  57. 373-34,1,1,1
  58. 373-9,1,1,1
  59.  
  60. HARD_CHEST_ITEMS
  61. Tries:6
  62. 29,2,6,12
  63. 30,1,8,24
  64. 357,2,8,18
  65. 279,1,1,1
  66. 79,1,12,24
  67. 341,2,12,24
  68. 327,2,1,1
  69. 303,1,1,1
  70. 52,2,2,4
  71. 2256,1,1,1
  72. 322,1,4,8
  73. 46,2,8,20
  74. 264,2,1,4
  75. 371,2,30,64
  76. 373-37,3,1,1
  77. 373-49,2,1,1
  78. 373-3,2,1,1
  79.  
  80. TOWER_CHEST_ITEMS
  81. Tries:6
  82. 262,1,1,12
  83. 349,2,1,1
  84. 314,1,1,1
  85. 262,1,1,12
  86. 265,1,2,3
  87. 272,1,1,1
  88. 258,1,1,1
  89. 79,2,8,16
  90. 329,1,1,1
  91. 296,2,3,6
  92. 289,1,2,4
  93. 299,1,1,1
  94. 86,1,1,5
  95. 371,2,1,3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement