Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.54 KB | None | 0 0
  1. # Configuration file
  2.  
  3. biome {
  4. I:biome.id.Clearing=87
  5. I:biome.id.DarkForest=88
  6. I:biome.id.DarkForestCenter=89
  7. I:biome.id.DeepMushrooms=90
  8. I:biome.id.EnchantedForest=91
  9. I:biome.id.FireSwamp=92
  10. I:biome.id.Glacier=93
  11. I:biome.id.Highlands=94
  12. I:biome.id.HighlandsCenter=95
  13. I:biome.id.Lake=96
  14. I:biome.id.LightedForest=97
  15. I:biome.id.Mushrooms=98
  16. I:biome.id.OakSavanna=99
  17. I:biome.id.Snowfield=100
  18. I:biome.id.Stream=101
  19. I:biome.id.Swamp=102
  20. I:biome.id.Thornlands=103
  21. I:biome.id.TwilightForest=104
  22. I:biome.id.TwilightForestVariant=105
  23. }
  24.  
  25.  
  26. dimension {
  27. # What ID number to assign to the Twilight Forest dimension. Change if you are having conflicts with another mod.
  28. I:dimensionID=7
  29.  
  30. # Dimension provider ID. Does not normally need to be changed, but the option is provided to work around a bug in MCPC+
  31. I:dimensionProviderID=-777
  32. }
  33.  
  34.  
  35. general {
  36. # Allow portals only for admins (ops). This severly reduces the range in which the mod usually scans for valid portal conditions, and it scans near ops only.
  37. B:AdminOnlyPortals=false
  38.  
  39. # Allow portals to the Twilight Forest to be made outside of dimension 0. May be considered an exploit.
  40. B:AllowPortalsInOtherDimensions=false
  41.  
  42. # Disable Twilight Forest portal creation entirely. Provided for server operators looking to restrict action to the dimension.
  43. B:DisablePortalCreation=false
  44.  
  45. # Disable the uncrafting function of the uncrafting table. Provided as an option when interaction with other mods produces exploitable recipes.
  46. B:DisableUncrafting=false
  47.  
  48. # Use old (pre Minecraft 1.7) map gen. May not be fully supported.
  49. B:OldMapGen=false
  50.  
  51. # Item to create the Twilight Forest Portal. Defaults to 'diamond'
  52. S:PortalCreationItem=diamond
  53.  
  54. # Make cicadas silent for those having sound library problems, or otherwise finding them annoying
  55. B:SilentCicadas=false
  56.  
  57. # If set, this will override the normal world seed when generating parts of the Twilight Forest Dimension.
  58. S:TwilightForestSeed=
  59. }
  60.  
  61.  
  62. performance {
  63. # Amount of canopy coverage, from 0.0 on up. Lower numbers improve chunk generation speed at the cost of a thinner forest.
  64. D:CanopyCoverage=1.7
  65.  
  66. # Chance that a chunk in the Twilight Forest will contain a twilight oak tree. Higher numbers reduce the number of trees, increasing performance.
  67. I:TwilightOakChance=48
  68. }
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. ------ erebus -----
  76.  
  77.  
  78.  
  79.  
  80.  
  81. # Configuration file
  82.  
  83. biomes {
  84. I:"Elysian Fields"=106
  85. I:"Fields - Forest"=107
  86. I:"Fungal Forest"=108
  87. I:"Submerged Swamp"=109
  88. I:"Subterranean Savannah"=110
  89. I:"Ulterior Outback"=111
  90. I:"Underground Jungle"=112
  91. I:"Volcanic Desert"=113
  92. }
  93.  
  94.  
  95. general {
  96. B:"Add Glowshrooms to World generation"=true
  97. B:"Alternative Planks Textures"=false
  98. I:"Antlion Maze Frequency lower numbers increase rate. May Cause issues if too low."=1024
  99.  
  100. # 0 = only wooden blocks except tile entities & logs, 1 = only wooden blocks except logs, 2 = anything
  101. I:"Beetle larva eating settings"=0
  102. B:"Block O' Bones Inventory Save"=true
  103.  
  104. # This will not stop block destruction for player attacks only collided with blocks!
  105. B:"Bombardier Beetle Block destruction"=true
  106. B:"Coloured Biome Fogs"=true
  107.  
  108. # There doesn't appear to be a limit on dimension IDs, but try to keep it low
  109. I:"Dimension ID of The Erebus"=66
  110. B:"Generate natural swap vents"=true
  111. B:"Glowing bugs emit light"=true
  112. I:"Number of seconds before the portal is usable again."=5
  113. B:"Play erebus songs"=true
  114. B:"Random mob names"=true
  115. B:"Should player re-spawn in dimension"=false
  116. B:"Should spawn beetles and larvae in the portal"=true
  117. B:"Spawn Black Widows in Nether"=true
  118. }
  119.  
  120.  
  121. integration {
  122. B:"Disable Forge Multipart integration"=false
  123. B:"Disable Thaumcraft integration"=false
  124. }
  125.  
  126.  
  127. "mob modifiers" {
  128. I:"Mob Attack Damage Multipier"=1
  129. I:"Mob Health Multiplier"=1
  130. }
  131.  
  132.  
  133. ores {
  134. B:"Generate aluminium"=false
  135. B:"Generate coal"=true
  136. B:"Generate copper"=false
  137. B:"Generate diamond"=true
  138. B:"Generate diamond_encrusted"=true
  139. B:"Generate emerald"=true
  140. B:"Generate fossil"=true
  141. B:"Generate gneiss"=true
  142. B:"Generate gold"=true
  143. B:"Generate iron"=true
  144. B:"Generate jade"=true
  145. B:"Generate lapis"=true
  146. B:"Generate lead"=false
  147. B:"Generate petrified_wood"=true
  148. B:"Generate quartz"=true
  149. B:"Generate silver"=false
  150. B:"Generate tin"=false
  151. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement