Advertisement
kreezxil

Untitled

Dec 21st, 2017
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.99 KB | None | 0 0
  1. # Configuration file
  2.  
  3. compatability {
  4. # Aether Dimension ID - Ice Dragons and Fire Dragons will spawn here if option is used
  5. I:aetherDimensionID=3
  6.  
  7. # Turn this on if you use the aether mod and want dragons to spawn in that dimension
  8. B:useAetherCompat=false
  9. }
  10.  
  11.  
  12. dragons {
  13. # Max dragon attack damage. Attack Damage is scaled to this
  14. I:dragonAttackDamage=17
  15.  
  16. # Dragon Flap Noise Distance - Larger number, further away you can hear it
  17. I:dragonFlapNoiseDistance=4
  18.  
  19. # Dragon Flute Distance - how many chunks away is the dragon flute effective?
  20. I:dragonFluteDistance=4
  21.  
  22. # How far away dragons will detect gold blocks being destroyed or chests being opened.
  23. I:dragonGoldSearchLength=17
  24.  
  25. # Dragon griefing - 2 is no griefing, 1 is breaking weak blocks, 0 is default
  26. I:dragonGriefing=2
  27.  
  28. # Max dragon health. Health is scaled to this
  29. I:dragonHealth=500
  30.  
  31. # Modifier of how far 3rd person distance is whilst riding a dragon, scaled against size.
  32. D:dragonRiding3rdPersonDistanceModifier=0.800000011920929
  33.  
  34. # How high dragons can fly, in Y height.
  35. I:maxDragonFlight=200
  36. }
  37.  
  38.  
  39. generation {
  40. # Dragons cannot spawn in these dimensions' IDs
  41. I:dragonBlacklistedDimensions <
  42. 1
  43. -1
  44. >
  45.  
  46. # 1 out of this number chance per block that gold will generate in dragon lairs.
  47. I:dragonDenGoldAmount=1
  48.  
  49. # Dragons can only spawn in these dimensions' IDs
  50. I:dragonWhitelistedDimensions <
  51. 0
  52. >
  53.  
  54. # 1 out of this number chance per chunk for generation
  55. I:generateDragonDenChance=500
  56. B:generateDragonDens=true
  57.  
  58. # 1 out of this number chance per chunk for generation
  59. I:generateDragonRoostChance=180
  60. B:generateDragonRoosts=true
  61.  
  62. # 1 out of this number chance per chunk for generation
  63. I:generateDragonSkeletonChance=150
  64.  
  65. # Generate dragon skeletons in hot biomes?
  66. B:generateDragonSkeletons=true
  67. B:generateSapphireOre=true
  68. B:generateSilverOre=true
  69.  
  70. # 1 out of this number chance per chunk for generation
  71. I:generateSnowVillageChance=100
  72. B:generateSnowVillages=true
  73.  
  74. # glacier biome spawn chance - higher the number, higher the rarity
  75. I:glacierSpawnChance=4
  76.  
  77. # Ratio of Stone(this number) to Ores in Dragon Caves
  78. I:oreToStoneRatioForDragonCaves=15
  79.  
  80. # Snow Villages cannot spawn in these dimensions' IDs
  81. I:snowVillageBlacklistedDimensions <
  82. 1
  83. -1
  84. >
  85.  
  86. # Snow Villages can only spawn in these dimensions' IDs
  87. I:snowVillageWhitelistedDimensions <
  88. 0
  89. >
  90.  
  91. # 1 out of this number chance per chunk for generation
  92. I:spawnGorgonsChance=190
  93.  
  94. # true to use Blacklist configs, false to use Whitelist configs
  95. B:useDimensionBlackList=true
  96. }
  97.  
  98.  
  99. gorgons {
  100. # Wether to spawn gorgon structures or not
  101. B:spawnGorgons=true
  102. }
  103.  
  104.  
  105. hippogryphs {
  106. # List of biome ids for black hippogryphs to spawn in.
  107. I:hippogryphBlackBiomes <
  108. 17
  109. >
  110.  
  111. # List of biome ids for brown hippogryphs to spawn in.
  112. I:hippogryphBrownBiomes <
  113. 3
  114. >
  115.  
  116. # List of biome ids for chestnut hippogryphs to spawn in.
  117. I:hippogryphChestnutBiomes <
  118. 28
  119. >
  120.  
  121. # List of biome ids for creamy hippogryphs to spawn in.
  122. I:hippogryphCreamyBiomes <
  123. 36
  124. >
  125.  
  126. # List of biome ids for dark brown hippogryphs to spawn in.
  127. I:hippogryphDarkBrownBiomes <
  128. 19
  129. >
  130.  
  131. # List of biome ids for gray hippogryphs to spawn in.
  132. I:hippogryphGrayBiomes <
  133. 157
  134. >
  135.  
  136. # List of biome ids for white hippogryphs to spawn in.
  137. I:hippogryphWhiteBiomes <
  138. 13
  139. >
  140.  
  141. # True if hippogryphs are allowed to spawn.
  142. B:spawnHippogryphs=true
  143. }
  144.  
  145.  
  146. pixies {
  147. # The size of pixie villages.
  148. I:pixieVillageSize=5
  149.  
  150. # Wether to spawn pixie villages or not
  151. B:spawnPixies=true
  152.  
  153. # 1 out of this number chance per chunk for generation
  154. I:spawnPixiesChance=60
  155. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement