Advertisement
Guest User

Untitled

a guest
Feb 1st, 2015
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.80 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # balancing
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Hello, I am OP. Nice to meet you.
  7. ##########################################################################################################
  8.  
  9. balancing {
  10. # Enable the chance of an extra shard to drop when breaking a crop.
  11. B:extraShardDrop=false
  12.  
  13. # Chance of an *extra* shard to drop when breaking a crop. This is a chance out of 1000.
  14. I:extraShardDropChance=0
  15.  
  16. # How many of the output you want when crafting with the shards.
  17. # Blanket over all recipes. Some recipes have hardcoded outputs, such as skulls.
  18. # Min - 1
  19. # Max - 16
  20. I:outputFromShardCraft=4
  21.  
  22. # How many seeds to obtain when crafting them. This is blanketed over all recipes.
  23. # Min - 1
  24. # Max - 16
  25. I:seedsFromCraft=1
  26.  
  27. # Max amount of shards to drop when breaking crops. You are guaranteed at least 1 shard.
  28. # Min - 1
  29. # Max - 8
  30. I:shardsToDrop=1
  31.  
  32. # Uses blocks of a material in recipes instead of gems, dusts, or ingots.
  33. # This performs no checks, meaning you (the user) need to make sure that
  34. # each material you whitelist has a block counterpart. If you need to add some blocks,
  35. # I suggest creating them with this: https://github.com/tterrag1098/CustomThings
  36. B:useBlocksInsteadOfIngots=false
  37. }
  38.  
  39.  
  40. ##########################################################################################################
  41. # compatibility
  42. #--------------------------------------------------------------------------------------------------------#
  43. # Don't like mod interaction? Here's your place to check!
  44. ##########################################################################################################
  45.  
  46. compatibility {
  47. # Adds crops to ttCore's right click harvesting automatically. No need to add through configs yourself.
  48. B:addTottCoreRightClickHandling=true
  49. B:enableAE2Compat=true
  50. B:enableBloodMagicCompat=true
  51. B:enableGalacticraftCompat=true
  52. B:enableMFRCompat=true
  53. B:enableThaumcraftCompat=true
  54. }
  55.  
  56.  
  57. ##########################################################################################################
  58. # lists
  59. #--------------------------------------------------------------------------------------------------------#
  60. # Hey, look! It's a list of lists!
  61. ##########################################################################################################
  62.  
  63. lists {
  64. # The silliest in the land.
  65. B:addSillyCrop=true
  66.  
  67. # Whitelist of supported materials not found in the OreDict.
  68. # Adding new entries will add new crops, but probably won't do anything useful.
  69. S:extraMaterialWhitelist <
  70. Ender
  71. Teary
  72. Fleshy
  73. Stringy
  74. Slimey
  75. Boney
  76. Alchemical
  77. Blaze
  78. Creepy
  79. Feathery
  80. Leathery
  81. Inky
  82. >
  83.  
  84. # Whitelist specific dusts to get a seed. Do not add the prefix.
  85. S:oreDictWhitelistDust <
  86. Coal
  87. Charcoal
  88. Redstone
  89. Glowstone
  90. Sulfur
  91. Saltpeter
  92. Salt
  93. >
  94.  
  95. # Whitelist specific gems to get a seed. Do not add the prefix.
  96. S:oreDictWhitelistGem <
  97. Diamond
  98. Lapis
  99. Emerald
  100. Quartz
  101. Ruby
  102. Peridot
  103. Topaz
  104. Tanzanite
  105. Malachite
  106. Sapphire
  107. Amber
  108. Apatite
  109. >
  110.  
  111. # Whitelist specific ingots to get a seed. Do not add the prefix.
  112. S:oreDictWhitelistIngot <
  113. Iron
  114. Gold
  115. Copper
  116. Tin
  117. Aluminum
  118. Silver
  119. Lead
  120. Nickel
  121. Mithril
  122. Platinum
  123. Yellorium
  124. Titanium
  125. Desh
  126. Osmium
  127. Zinc
  128. Uranium
  129. Iridium
  130. Cobalt
  131. Ardite
  132. >
  133. }
  134.  
  135.  
  136. ##########################################################################################################
  137. # miscellaneous
  138. #--------------------------------------------------------------------------------------------------------#
  139. # Miscelleneous settings
  140. ##########################################################################################################
  141.  
  142. miscellaneous {
  143. # If you *really* don't want things logged to your console, disable this.
  144. # If submitting a log, this must be enabled.
  145. B:addLogEntries=true
  146.  
  147. # y'all wnt sum sw4g rofl
  148. B:addSwag=true
  149.  
  150. # Creates "OreDictLog.txt" with a list of every compatible entry.
  151. # Disables self after first launch. Saves to root pack directory.
  152. B:logOreDictEntries=false
  153.  
  154. # Add search bar to the creative tab.
  155. # Requires a restart to fix the tab's background image. (Adding search bar graphic)
  156. B:searchBarForTab=false
  157. }
  158.  
  159.  
  160. ##########################################################################################################
  161. # seed tiers
  162. #--------------------------------------------------------------------------------------------------------#
  163. # Set the tiers of every seed you add to the game.
  164. # Just put the name you registered them as. IE: 'Iron' or 'Copper'.
  165. # Leave seeds unlisted to make them tier 1.
  166. ##########################################################################################################
  167.  
  168. "seed tiers" {
  169. # Requires Magical Essence
  170. S:tier2Seeds <
  171. Tin
  172. Copper
  173. Aluminum
  174. Zinc
  175. Coal
  176. Charcoal
  177. Saltpeter
  178. Salt
  179. Fleshy
  180. Stringy
  181. Slimey
  182. Boney
  183. >
  184.  
  185. # Requires Infused Essence
  186. S:tier3Seeds <
  187. Blaze
  188. Iron
  189. Gold
  190. Lead
  191. Nickel
  192. Mithril
  193. Osmium
  194. Ender
  195. Teary
  196. Alchemical
  197. Creepy
  198. Glowstone
  199. Sulfur
  200. Lapis
  201. Quartz
  202. Ruby
  203. Peridot
  204. Topaz
  205. Tanzanite
  206. Malachite
  207. Sapphire
  208. Amber
  209. Apatite
  210. Uranium
  211. >
  212.  
  213. # Requires True Essence
  214. S:tier4Seeds <
  215. Diamond
  216. Emerald
  217. Platinum
  218. Yellorium
  219. Titanium
  220. Desh
  221. Iridium
  222. Cobalt
  223. Ardite
  224. >
  225. }
  226.  
  227.  
  228. ##########################################################################################################
  229. # world
  230. #--------------------------------------------------------------------------------------------------------#
  231. # World settings.
  232. ##########################################################################################################
  233.  
  234. world {
  235. # Enables worldgen for ores.
  236. B:enableGeneration=true
  237.  
  238. # Max Y level of Gaianite Ore generation.
  239. I:gaianiteOreMaxY=40
  240. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement