Advertisement
katubug

mystical world config

Sep 15th, 2019
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.30 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Minimum distance between Barrow structures. Set to -1 to disable.
  5. # Min: -1
  6. # Max: 2147483647
  7. I:BarrowDistance=400
  8.  
  9. # Mininmum distance between Hut structures. Set to -1 to disable.
  10. # Min: -1
  11. # Max: 2147483647
  12. I:HutDistance=400
  13.  
  14. # Inject some items from Mystical World into dungeon & other loot chests
  15. B:InjectLoot=true
  16.  
  17. # Maximum nubmer of pulls for injected loot
  18. I:InjectMaximum=1
  19.  
  20. # Minimum number of pulls for injected loot
  21. I:InjectMinimum=1
  22.  
  23. # Enable squid drops
  24. B:InjectSquid=true
  25.  
  26. ##########################################################################################################
  27. # modules
  28. #--------------------------------------------------------------------------------------------------------#
  29. # Mystical world content modules. These modules are applied before any other config options.
  30. ##########################################################################################################
  31.  
  32. modules {
  33. # Enable Embers Content
  34. B:embersModuleEnabled=true
  35.  
  36. # Enable Mystical World Content
  37. B:mysticalWorldModuleEnabled=true
  38.  
  39. # Enable Roots Content
  40. B:rootsModuleEnabled=true
  41.  
  42. # Enable Solar Content
  43. B:solarModuleEnabled=true
  44. }
  45.  
  46. ##########################################################################################################
  47. # mobs
  48. #--------------------------------------------------------------------------------------------------------#
  49. # Controls the spawning of mobs in Mystical World and dependent mods.
  50. ##########################################################################################################
  51.  
  52. mobs {
  53. # Enable the spawning of Beetle.
  54. B:spawnBeetle=true
  55.  
  56. # Enable the spawning of Deer.
  57. B:spawnDeer=true
  58.  
  59. # Enable the spawning of Endermini.
  60. B:spawnEndermini=true
  61.  
  62. # Enable the spawning of Fox.
  63. B:spawnFox=true
  64.  
  65. # Enable the spawning of Frog.
  66. B:spawnFrog=true
  67.  
  68. # Enable the spawning of Owls.
  69. B:spawnOwl=true
  70.  
  71. # Enable the spawning of Sprouts.
  72. B:spawnSprout=true
  73. }
  74.  
  75. ##########################################################################################################
  76. # deer
  77. #--------------------------------------------------------------------------------------------------------#
  78. # Controls the spawn settings of Deer
  79. ##########################################################################################################
  80.  
  81. deer {
  82. # Biomes to spawn in. List consisting of elements from: |SAVANNA, CONIFEROUS, JUNGLE, SPOOKY, DEAD, LUSH, NETHER, END, MUSHROOM, MAGICAL, RARE, OCEAN, RIVER, WATER, MESA, FOREST, PLAINS, MOUNTAIN, HILLS, SWAMP, SANDY, SNOWY, WASTELAND, BEACH, VOID|
  83. S:biomes <
  84. FOREST
  85. COLD
  86. CONIFEROUS
  87. PLAINS
  88. >
  89.  
  90. # Maximum number of deer to spawn in a group
  91. I:max=4
  92.  
  93. # Min number of deer to spawn in a group
  94. I:min=2
  95.  
  96. # Spawn rate of deer
  97. I:rate=6
  98. }
  99.  
  100. ##########################################################################################################
  101. # fox
  102. #--------------------------------------------------------------------------------------------------------#
  103. # Controls the spawn settings of Foxes
  104. ##########################################################################################################
  105.  
  106. fox {
  107. # Biomes to spawn in. List consisting of elements from: |SAVANNA, CONIFEROUS, JUNGLE, SPOOKY, DEAD, LUSH, NETHER, END, MUSHROOM, MAGICAL, RARE, OCEAN, RIVER, WATER, MESA, FOREST, PLAINS, MOUNTAIN, HILLS, SWAMP, SANDY, SNOWY, WASTELAND, BEACH, VOID|
  108. S:biomes <
  109. FOREST
  110. COLD
  111. CONIFEROUS
  112. >
  113.  
  114. # Maximum number of fox to spawn in a group
  115. I:max=3
  116.  
  117. # Min number of fox to spawn in a group
  118. I:min=1
  119.  
  120. # Spawn rate of fox
  121. I:rate=4
  122. }
  123.  
  124. ##########################################################################################################
  125. # beetle
  126. #--------------------------------------------------------------------------------------------------------#
  127. # Controls the spawn settings of Beetle
  128. ##########################################################################################################
  129.  
  130. beetle {
  131. # Biome types to spawn in. List consisting of elements from: |SAVANNA, CONIFEROUS, JUNGLE, SPOOKY, DEAD, LUSH, NETHER, END, MUSHROOM, MAGICAL, RARE, OCEAN, RIVER, WATER, MESA, FOREST, PLAINS, MOUNTAIN, HILLS, SWAMP, SANDY, SNOWY, WASTELAND, BEACH, VOID|
  132. S:biomes <
  133. SWAMP
  134. JUNGLE
  135. FOREST
  136. PLAINS
  137. >
  138.  
  139. # Maximum number of beetles to spawn in a group
  140. I:max=4
  141.  
  142. # Min number of beetles to spawn in a group
  143. I:min=2
  144.  
  145. # Spawn rate of beetle
  146. I:rate=5
  147. }
  148.  
  149. ##########################################################################################################
  150. # frog
  151. #--------------------------------------------------------------------------------------------------------#
  152. # Controls the spawn settings of Frog
  153. ##########################################################################################################
  154.  
  155. frog {
  156. # Biomes to spawn in. List consisting of elements from: |SAVANNA, CONIFEROUS, JUNGLE, SPOOKY, DEAD, LUSH, NETHER, END, MUSHROOM, MAGICAL, RARE, OCEAN, RIVER, WATER, MESA, FOREST, PLAINS, MOUNTAIN, HILLS, SWAMP, SANDY, SNOWY, WASTELAND, BEACH, VOID|
  157. S:biomes <
  158. SWAMP
  159. JUNGLE
  160. BEACH
  161. RIVER
  162. >
  163.  
  164. # Maximum number of frogs to spawn in a group
  165. I:max=4
  166.  
  167. # Min number of frogs to spawn in a group
  168. I:min=2
  169.  
  170. # Spawn rate of frog
  171. I:rate=6
  172.  
  173. # How often slime balls are dropped; set to -1 to disable slime ball dropping
  174. I:slimeTime=18000
  175. }
  176.  
  177. ##########################################################################################################
  178. # sprout
  179. #--------------------------------------------------------------------------------------------------------#
  180. # Controls the spawn settings of Sprout
  181. ##########################################################################################################
  182.  
  183. sprout {
  184. # Biomes to spawn in. List consisting of elements from: |SAVANNA, CONIFEROUS, JUNGLE, SPOOKY, DEAD, LUSH, NETHER, END, MUSHROOM, MAGICAL, RARE, OCEAN, RIVER, WATER, MESA, FOREST, PLAINS, MOUNTAIN, HILLS, SWAMP, SANDY, SNOWY, WASTELAND, BEACH, VOID|
  185. S:biomes <
  186. JUNGLE
  187. LUSH
  188. MAGICAL
  189. RIVER
  190. FOREST
  191. BEACH
  192. >
  193.  
  194. # Maximum number of sprouts to spawn in a group
  195. I:max=4
  196.  
  197. # Min number of sprouts to spawn in a group
  198. I:min=2
  199.  
  200. # Spawn rate of sprouts
  201. I:rate=2
  202. }
  203.  
  204. ##########################################################################################################
  205. # endermini
  206. #--------------------------------------------------------------------------------------------------------#
  207. # Controls the spawn settings of Endermini
  208. ##########################################################################################################
  209.  
  210. endermini {
  211. # Maximum number of enderminis to spawn in a group
  212. I:max=1
  213.  
  214. # Min number of enderminis to spawn in a group
  215. I:min=1
  216.  
  217. # Spawn rate of enderminis in the End
  218. I:rate=50
  219. }
  220.  
  221. ##########################################################################################################
  222. # owl
  223. #--------------------------------------------------------------------------------------------------------#
  224. # Conntrols the spawn settings of owls
  225. ##########################################################################################################
  226.  
  227. owl {
  228. # Biomes to spawn in. List consisting of elements from: |SAVANNA, CONIFEROUS, JUNGLE, SPOOKY, DEAD, LUSH, NETHER, END, MUSHROOM, MAGICAL, RARE, OCEAN, RIVER, WATER, MESA, FOREST, PLAINS, MOUNTAIN, HILLS, SWAMP, SANDY, SNOWY, WASTELAND, BEACH, VOID|
  229. S:biomes <
  230. CONIFEROUS
  231. SPOOKY
  232. MAGICAL
  233. FOREST
  234. MOUNTAIN
  235. SNOWY
  236. >
  237.  
  238. # Maximum number of frogs to spawn in a group
  239. I:max=3
  240.  
  241. # Min number of owls to spawn in a group
  242. I:min=1
  243.  
  244. # Spawn rate of owls
  245. I:rate=9
  246. }
  247.  
  248. ##########################################################################################################
  249. # burnt trees
  250. #--------------------------------------------------------------------------------------------------------#
  251. # Spawn options for burn trees
  252. ##########################################################################################################
  253.  
  254. "burnt trees" {
  255. # Excluded biomes types. List consisting of elements from: |SAVANNA, CONIFEROUS, JUNGLE, SPOOKY, DEAD, LUSH, NETHER, END, MUSHROOM, MAGICAL, RARE, OCEAN, RIVER, WATER, MESA, FOREST, PLAINS, MOUNTAIN, HILLS, SWAMP, SANDY, SNOWY, WASTELAND, BEACH, VOID|
  256. S:"Excluded biome types" <
  257. VOID
  258. END
  259. WATER
  260. BEACH
  261. MESA
  262. MUSHROOM
  263. NETHER
  264. OCEAN
  265. RIVER
  266. >
  267.  
  268. # Attempts to spawn a tree per chunk
  269. # Min: 1
  270. # Max: 2147483647
  271. I:"Spawn attempts"=80
  272.  
  273. # Chance (1 in X) of burnt trees spawning; set to -1 to disable
  274. # Min: -1
  275. # Max: 2147483647
  276. I:"Spawn chance"=200
  277. }
  278.  
  279. ##########################################################################################################
  280. # gold
  281. #--------------------------------------------------------------------------------------------------------#
  282. # Mystical world gold dusts
  283. ##########################################################################################################
  284.  
  285. gold {
  286. # Enable Dusts for Gold
  287. B:enableDusts=false
  288.  
  289. # Enable Gold
  290. B:enableGold=false
  291.  
  292. # Enable Tiny Dusts for Gold
  293. B:enableTinyDusts=false
  294. }
  295.  
  296. ##########################################################################################################
  297. # iron
  298. #--------------------------------------------------------------------------------------------------------#
  299. # Mystical world iron dusts
  300. ##########################################################################################################
  301.  
  302. iron {
  303. # Enable Dusts for Iron
  304. B:enableDusts=false
  305.  
  306. # Enable Iron
  307. B:enableIron=false
  308.  
  309. # Enable Tiny Dusts for Iron
  310. B:enableTinyDusts=false
  311. }
  312.  
  313. ##########################################################################################################
  314. # amethyst
  315. #--------------------------------------------------------------------------------------------------------#
  316. # Mystical world gems and their components
  317. ##########################################################################################################
  318.  
  319. amethyst {
  320. # Enabled Amethyst
  321. B:enableAmethyst=false
  322.  
  323. # Enable blocks of Amethyst
  324. B:enableBlocks=false
  325.  
  326. # Enable gems of Amethyst
  327. B:enableGems=false
  328.  
  329. # Enable Amethyst ore
  330. B:enableOres=false
  331. }
  332.  
  333. ##########################################################################################################
  334. # copper
  335. #--------------------------------------------------------------------------------------------------------#
  336. # Mystical world copper options
  337. ##########################################################################################################
  338.  
  339. copper {
  340. # Enable Blocks for Copper
  341. B:enableBlocks=false
  342.  
  343. # Enable Copper
  344. B:enableCopper=false
  345.  
  346. # Enable Dusts for Copper
  347. B:enableDusts=false
  348.  
  349. # Enable Ingots for Copper
  350. B:enableIngots=false
  351.  
  352. # Enable Nuggets for Copper
  353. B:enableNuggets=false
  354.  
  355. # Enable Ores for Copper
  356. B:enableOres=false
  357.  
  358. # Enable Tiny Dusts for Copper
  359. B:enableTinyDusts=false
  360. }
  361.  
  362. ##########################################################################################################
  363. # silver
  364. #--------------------------------------------------------------------------------------------------------#
  365. # Mystical world silver options
  366. ##########################################################################################################
  367.  
  368. silver {
  369. # Enable Blocks for Silver
  370. B:enableBlocks=false
  371.  
  372. # Enable Dusts for Silver
  373. B:enableDusts=false
  374.  
  375. # Enable Ingots for Silver
  376. B:enableIngots=false
  377.  
  378. # Enable Nuggets for Silver
  379. B:enableNuggets=false
  380.  
  381. # Enable Ores for Silver
  382. B:enableOres=false
  383.  
  384. # Enable Silver
  385. B:enableSilver=false
  386.  
  387. # Enable Tiny Dusts for Silver
  388. B:enableTinyDusts=true
  389. }
  390.  
  391. ##########################################################################################################
  392. # toolenable
  393. #--------------------------------------------------------------------------------------------------------#
  394. # Tool/Weapon Enablind
  395. ##########################################################################################################
  396.  
  397. toolenable {
  398. # Set to false to disable amethyst tool recipes entirely
  399. B:"Enable amethyst tools"=false
  400.  
  401. # Set to false to disable copper tool recipes entirely
  402. B:"Enable copper tools"=false
  403.  
  404. # Set to false to disable silver tool recipes entirely
  405. B:"Enable silver tools"=false
  406.  
  407. ##########################################################################################################
  408. # amethyst tool recipes
  409. #--------------------------------------------------------------------------------------------------------#
  410. # Settings for individual Amethyst tool recipes
  411. ##########################################################################################################
  412.  
  413. "amethyst tool recipes" {
  414. # Set to false to disable the amethyst axe recipe
  415. B:"Enable amethyst axe"=false
  416.  
  417. # Set to false to disable the amethyst hoe recipe
  418. B:"Enable amethyst hoe"=false
  419.  
  420. # Set to false to disable the amethyst knife recipe
  421. B:"Enable amethyst knife"=false
  422.  
  423. # Set to false to disable the amethyst pickaxe recipe
  424. B:"Enable amethyst pickaxe"=false
  425.  
  426. # Set to false to disable the amethyst shovel recipe
  427. B:"Enable amethyst shovel"=false
  428.  
  429. # Set to false to disable the amethyst sword recipe
  430. B:"Enable amethyst sword"=false
  431. }
  432.  
  433. ##########################################################################################################
  434. # copper tool recipes
  435. #--------------------------------------------------------------------------------------------------------#
  436. # Settings for individual Copper tool recipes
  437. ##########################################################################################################
  438.  
  439. "copper tool recipes" {
  440. # Set to false to disable the copper axe recipe
  441. B:"Enable copper axe"=false
  442.  
  443. # Set to false to disable the copper hoe recipe
  444. B:"Enable copper hoe"=false
  445.  
  446. # Set to false to disable the copper knife recipe
  447. B:"Enable copper knife"=true
  448.  
  449. # Set to false to disable the copper pickaxe recipe
  450. B:"Enable copper pickaxe"=false
  451.  
  452. # Set to false to disable the copper shovel recipe
  453. B:"Enable copper shovel"=false
  454.  
  455. # Set to false to disable the copper sword recipe
  456. B:"Enable copper sword"=false
  457. }
  458.  
  459. ##########################################################################################################
  460. # silver tool recipes
  461. #--------------------------------------------------------------------------------------------------------#
  462. # Settings for individual Silver tool recipes
  463. ##########################################################################################################
  464.  
  465. "silver tool recipes" {
  466. # Set to false to disable the silver axe recipe
  467. B:"Enable silver axe"=false
  468.  
  469. # Set to false to disable the silver hoe recipe
  470. B:"Enable silver hoe"=false
  471.  
  472. # Set to false to disable the silver knife recipe
  473. B:"Enable silver knife"=true
  474.  
  475. # Set to false to disable the silver pickaxe recipe
  476. B:"Enable silver pickaxe"=false
  477.  
  478. # Set to false to disable the silver shovel recipe
  479. B:"Enable silver shovel"=false
  480.  
  481. # Set to false to disable the silver sword recipe
  482. B:"Enable silver sword"=false
  483. }
  484.  
  485. }
  486.  
  487. ##########################################################################################################
  488. # oredebugging
  489. #--------------------------------------------------------------------------------------------------------#
  490. # Ore Debugging Options
  491. ##########################################################################################################
  492.  
  493. oredebugging {
  494. # Enable the debugging of Amethyst Ore
  495. B:"Debug Amethyst Ore"=false
  496.  
  497. # Enable the debugging of Copper Ore
  498. B:"Debug Copper Ore"=false
  499.  
  500. # Enable the debugging of Silver Ore
  501. B:"Debug Silver Ore"=false
  502.  
  503. # Enable debugging at all. Specific ores will need to be enabled individually before any messages will be printed.
  504. B:"Enable Debugging"=false
  505.  
  506. # Enable debugging to the standard log file. Useful if you do not generate or have access to debug.log. WARNING: WILL OVERLY INFLATE YOUR STANDARD LOG FILE. ONLY ENABLE IF NEEDED.
  507. B:"Enable Info Debugging (ONLY IF NEEDED)"=false
  508. }
  509.  
  510. ##########################################################################################################
  511. # oregen
  512. #--------------------------------------------------------------------------------------------------------#
  513. # Controls ore generation for Mystical World Ores.
  514. ##########################################################################################################
  515.  
  516. oregen {
  517. # The highest an amethyst ore vein can generate
  518. # Min: 0
  519. # Max: 255
  520. I:amethystMaxY=32
  521.  
  522. # The lowest an amethsyt ore vein can generate
  523. # Min: 0
  524. # Max: 255
  525. I:amethystMinY=5
  526.  
  527. # The amount of amethyst veins to generate per chunk. Set to 0 to disable.
  528. I:amethystPerChunk=2
  529.  
  530. # The maximum size of an amethyst ore vein.
  531. I:amethystVeinSize=5
  532.  
  533. # The highest a copper ore vein can generate.
  534. # Min: 0
  535. # Max: 255
  536. I:copperMaxY=64
  537.  
  538. # The lowest a copper of vein can generate.
  539. # Min: 0
  540. # Max: 255
  541. I:copperMinY=0
  542.  
  543. # The amount of copper veins to generate per chunk. Set to 0 to disable.
  544. I:copperPerChunk=6
  545.  
  546. # The maximum size of a copper ore vein.
  547. I:copperVeinSize=12
  548.  
  549. # The highest a silver ore vein can generate.
  550. # Min: 0
  551. # Max: 255
  552. I:silverMaxY=28
  553.  
  554. # The lowest a silver of vein can generate.
  555. # Min: 0
  556. # Max: 255
  557. I:silverMinY=0
  558.  
  559. # The amount of silver veins to generate per chunk. Set to 0 to disable.
  560. I:silverPerChunk=4
  561.  
  562. # The maximum size of a silver ore vein.
  563. I:silverVeinSize=8
  564. }
  565.  
  566. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement