Advertisement
PurpleHel

wgbr

Nov 24th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # This is the Biome Black/Whitelist. If it contains *, it is a blacklist. Otherwise, it is a whitelist.
  5. S:biomefilter <
  6. *
  7. *
  8. *
  9. >
  10.  
  11. # Increase the precision of the biome filter. This may reduce performance.
  12. B:biomeprecision=false
  13.  
  14. # This is the Dimension Black/Whitelist. If it contains *, it is a blacklist. Otherwise, it is a whitelist.
  15. S:dimension_list <
  16. *
  17. *
  18. *
  19. >
  20.  
  21. # The server's locale
  22. S:locale=en_us
  23.  
  24. # The highest Y value the block should be replaced at
  25. # Min: -1
  26. # Max: 256
  27. I:maxy <
  28. 256
  29. 256
  30. 256
  31. >
  32.  
  33. # The lowest Y value the block should be replaced at
  34. # Min: -1
  35. # Max: 256
  36. I:miny <
  37. -1
  38. 0
  39. 0
  40. >
  41.  
  42. # Multiplies the block removal chance by the block's y-value.
  43. B:multiplychance <
  44. false
  45. false
  46. false
  47. >
  48.  
  49. # Prevent the world from loading if the mod is improperly configured. This is to prevent terrain from generating without the intended configuration.
  50. B:preventLoadOnFailure=true
  51.  
  52. # The block id to replace.
  53. S:replaceblock <
  54. biomesoplenty:sand
  55. biomesoplenty:plant_0
  56. biomesoplenty:plant_1
  57. >
  58.  
  59. # The block meta to replace. Use -1 for the block's default state.
  60. I:replaceblockmeta <
  61. 0
  62. 4
  63. 2
  64. >
  65.  
  66. # Changing this will allow Block Replacer to run again on existing chunks. Useful for doing retrogen on world you've already run the mod on. Back up your world before changing this.
  67. S:replacementChunkKey=2
  68.  
  69. # What percentage of the blocks get replaced. 0.0D = 0%, 1.0D = 100%
  70. # Min: 0.0
  71. # Max: 1.0
  72. D:replacepercent <
  73. 1.0
  74. 1.0
  75. 1.0
  76. >
  77.  
  78. # The block id to replace the block with.
  79. S:replacewith <
  80. minecraft:sand
  81. minecraft:air
  82. minecraft:air
  83. >
  84.  
  85. # The block meta for the replacement block. Use -1 for the block's default state.
  86. I:replacewithmeta <
  87. -1
  88. -1
  89. -1
  90. >
  91.  
  92. # Enables using blocks that might crash/lag the game if used to replace other blocks. Enable at your own risk.
  93. B:riskyblocks=false
  94. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement