Advertisement
Guest User

Untitled

a guest
May 27th, 2015
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.52 KB | None | 0 0
  1.  
  2. <!-- ================================================================
  3.  
  4. Custom Ore Generation: RailCraft Module
  5.  
  6. Generates:
  7. Quarry Stone, Sulfur, Poor Iron, Poor Gold, Poor Copper, Poor Tin,
  8. Poor Lead, Saltpeter, Remove Abyssal Stone, Abyssal Diamond, Abyssal
  9. Emerald, Abyssal Lapis Lazuli, Firestone
  10.  
  11. ================================================================ -->
  12.  
  13. <!-- Mod detection -->
  14. <IfModInstalled name="Railcraft">
  15.  
  16. <!-- Starting Custom Ore Gen Configuration. -->
  17. <ConfigSection>
  18.  
  19.  
  20. <!-- Setup Screen Configuration -->
  21. <ConfigSection>
  22. <OptionDisplayGroup name='groupRailCraft' displayName='RailCraft' displayState='shown'>
  23. <Description>
  24. Distribution options for RailCraft Ores.
  25. </Description>
  26. </OptionDisplayGroup>
  27.  
  28. <!-- Quarry Stone Configuration UI Starting -->
  29. <ConfigSection>
  30. <OptionChoice name='rlcrQuarryStoneDist' displayState='shown' displayGroup='groupRailCraft'>
  31. <Description> Controls how Quarry Stone is generated </Description>
  32. <DisplayName>RailCraft Quarry Stone</DisplayName>
  33. <Choice value='layeredVeins' displayValue='Layered Veins'>
  34. <Description>
  35. Layered Veins.
  36. </Description>
  37. </Choice>
  38. <Choice value='none' displayValue='None' description='Quarry Stone is not generated in the world.'/>
  39. </OptionChoice>
  40. <OptionNumeric name='rlcrQuarryStoneFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  41. <Description> Frequency multiplier for RailCraft Quarry Stone distributions </Description>
  42. <DisplayName>RailCraft Quarry Stone Freq.</DisplayName>
  43. </OptionNumeric>
  44. <OptionNumeric name='rlcrQuarryStoneSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  45. <Description> Size multiplier for RailCraft Quarry Stone distributions </Description>
  46. <DisplayName>RailCraft Quarry Stone Size</DisplayName>
  47. </OptionNumeric>
  48. </ConfigSection>
  49. <!-- Quarry Stone Configuration UI Complete -->
  50.  
  51.  
  52. <!-- Sulfur Configuration UI Starting -->
  53. <ConfigSection>
  54. <OptionChoice name='rlcrSulfurDist' displayState='shown' displayGroup='groupRailCraft'>
  55. <Description> Controls how Sulfur is generated </Description>
  56. <DisplayName>RailCraft Sulfur</DisplayName>
  57. <Choice value='sparseVeins' displayValue='Sparse Veins'>
  58. <Description>
  59. Sparse Veins.
  60. </Description>
  61. </Choice>
  62. <Choice value='hugeVeins' displayValue='Huge Veins'>
  63. <Description>
  64. Huge Veins.
  65. </Description>
  66. </Choice>
  67. <Choice value='strategicCloud' displayValue='Clouds'>
  68. <Description>
  69. Strategic Clouds.
  70. </Description>
  71. </Choice>
  72. <Choice value='vanillaStdGen' displayValue='Vanilla'>
  73. <Description>
  74. Vanilla-style clusters.
  75. </Description>
  76. </Choice>
  77. <Choice value='none' displayValue='None' description='Sulfur is not generated in the world.'/>
  78. </OptionChoice>
  79. <OptionNumeric name='rlcrSulfurFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  80. <Description> Frequency multiplier for RailCraft Sulfur distributions </Description>
  81. <DisplayName>RailCraft Sulfur Freq.</DisplayName>
  82. </OptionNumeric>
  83. <OptionNumeric name='rlcrSulfurSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  84. <Description> Size multiplier for RailCraft Sulfur distributions </Description>
  85. <DisplayName>RailCraft Sulfur Size</DisplayName>
  86. </OptionNumeric>
  87. </ConfigSection>
  88. <!-- Sulfur Configuration UI Complete -->
  89.  
  90.  
  91. <!-- Poor Iron Configuration UI Starting -->
  92. <ConfigSection>
  93. <OptionChoice name='rlcrPoorIronDist' displayState='shown' displayGroup='groupRailCraft'>
  94. <Description> Controls how Poor Iron is generated </Description>
  95. <DisplayName>RailCraft Poor Iron</DisplayName>
  96. <Choice value='layeredVeins' displayValue='Layered Veins'>
  97. <Description>
  98. Layered Veins.
  99. </Description>
  100. </Choice>
  101. <Choice value='hugeVeins' displayValue='Huge Veins'>
  102. <Description>
  103. Huge Veins.
  104. </Description>
  105. </Choice>
  106. <Choice value='strategicCloud' displayValue='Clouds'>
  107. <Description>
  108. Strategic Clouds.
  109. </Description>
  110. </Choice>
  111. <Choice value='vanillaStdGen' displayValue='Vanilla'>
  112. <Description>
  113. Vanilla-style clusters.
  114. </Description>
  115. </Choice>
  116. <Choice value='none' displayValue='None' description='Poor Iron is not generated in the world.'/>
  117. </OptionChoice>
  118. <OptionNumeric name='rlcrPoorIronFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  119. <Description> Frequency multiplier for RailCraft Poor Iron distributions </Description>
  120. <DisplayName>RailCraft Poor Iron Freq.</DisplayName>
  121. </OptionNumeric>
  122. <OptionNumeric name='rlcrPoorIronSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  123. <Description> Size multiplier for RailCraft Poor Iron distributions </Description>
  124. <DisplayName>RailCraft Poor Iron Size</DisplayName>
  125. </OptionNumeric>
  126. </ConfigSection>
  127. <!-- Poor Iron Configuration UI Complete -->
  128.  
  129.  
  130. <!-- Poor Gold Configuration UI Starting -->
  131. <ConfigSection>
  132. <OptionChoice name='rlcrPoorGoldDist' displayState='shown' displayGroup='groupRailCraft'>
  133. <Description> Controls how Poor Gold is generated </Description>
  134. <DisplayName>RailCraft Poor Gold</DisplayName>
  135. <Choice value='layeredVeins' displayValue='Layered Veins'>
  136. <Description>
  137. Layered Veins.
  138. </Description>
  139. </Choice>
  140. <Choice value='hugeVeins' displayValue='Huge Veins'>
  141. <Description>
  142. Huge Veins.
  143. </Description>
  144. </Choice>
  145. <Choice value='strategicCloud' displayValue='Clouds'>
  146. <Description>
  147. Strategic Clouds.
  148. </Description>
  149. </Choice>
  150. <Choice value='vanillaStdGen' displayValue='Vanilla'>
  151. <Description>
  152. Vanilla-style clusters.
  153. </Description>
  154. </Choice>
  155. <Choice value='none' displayValue='None' description='Poor Gold is not generated in the world.'/>
  156. </OptionChoice>
  157. <OptionNumeric name='rlcrPoorGoldFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  158. <Description> Frequency multiplier for RailCraft Poor Gold distributions </Description>
  159. <DisplayName>RailCraft Poor Gold Freq.</DisplayName>
  160. </OptionNumeric>
  161. <OptionNumeric name='rlcrPoorGoldSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  162. <Description> Size multiplier for RailCraft Poor Gold distributions </Description>
  163. <DisplayName>RailCraft Poor Gold Size</DisplayName>
  164. </OptionNumeric>
  165. </ConfigSection>
  166. <!-- Poor Gold Configuration UI Complete -->
  167.  
  168.  
  169. <!-- Poor Copper Configuration UI Starting -->
  170. <ConfigSection>
  171. <OptionChoice name='rlcrPoorCopperDist' displayState='shown' displayGroup='groupRailCraft'>
  172. <Description> Controls how Poor Copper is generated </Description>
  173. <DisplayName>RailCraft Poor Copper</DisplayName>
  174. <Choice value='layeredVeins' displayValue='Layered Veins'>
  175. <Description>
  176. Layered Veins.
  177. </Description>
  178. </Choice>
  179. <Choice value='hugeVeins' displayValue='Huge Veins'>
  180. <Description>
  181. Huge Veins.
  182. </Description>
  183. </Choice>
  184. <Choice value='strategicCloud' displayValue='Clouds'>
  185. <Description>
  186. Strategic Clouds.
  187. </Description>
  188. </Choice>
  189. <Choice value='vanillaStdGen' displayValue='Vanilla'>
  190. <Description>
  191. Vanilla-style clusters.
  192. </Description>
  193. </Choice>
  194. <Choice value='none' displayValue='None' description='Poor Copper is not generated in the world.'/>
  195. </OptionChoice>
  196. <OptionNumeric name='rlcrPoorCopperFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  197. <Description> Frequency multiplier for RailCraft Poor Copper distributions </Description>
  198. <DisplayName>RailCraft Poor Copper Freq.</DisplayName>
  199. </OptionNumeric>
  200. <OptionNumeric name='rlcrPoorCopperSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  201. <Description> Size multiplier for RailCraft Poor Copper distributions </Description>
  202. <DisplayName>RailCraft Poor Copper Size</DisplayName>
  203. </OptionNumeric>
  204. </ConfigSection>
  205. <!-- Poor Copper Configuration UI Complete -->
  206.  
  207.  
  208. <!-- Poor Tin Configuration UI Starting -->
  209. <ConfigSection>
  210. <OptionChoice name='rlcrPoorTinDist' displayState='shown' displayGroup='groupRailCraft'>
  211. <Description> Controls how Poor Tin is generated </Description>
  212. <DisplayName>RailCraft Poor Tin</DisplayName>
  213. <Choice value='layeredVeins' displayValue='Layered Veins'>
  214. <Description>
  215. Layered Veins.
  216. </Description>
  217. </Choice>
  218. <Choice value='hugeVeins' displayValue='Huge Veins'>
  219. <Description>
  220. Huge Veins.
  221. </Description>
  222. </Choice>
  223. <Choice value='strategicCloud' displayValue='Clouds'>
  224. <Description>
  225. Strategic Clouds.
  226. </Description>
  227. </Choice>
  228. <Choice value='vanillaStdGen' displayValue='Vanilla'>
  229. <Description>
  230. Vanilla-style clusters.
  231. </Description>
  232. </Choice>
  233. <Choice value='none' displayValue='None' description='Poor Tin is not generated in the world.'/>
  234. </OptionChoice>
  235. <OptionNumeric name='rlcrPoorTinFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  236. <Description> Frequency multiplier for RailCraft Poor Tin distributions </Description>
  237. <DisplayName>RailCraft Poor Tin Freq.</DisplayName>
  238. </OptionNumeric>
  239. <OptionNumeric name='rlcrPoorTinSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  240. <Description> Size multiplier for RailCraft Poor Tin distributions </Description>
  241. <DisplayName>RailCraft Poor Tin Size</DisplayName>
  242. </OptionNumeric>
  243. </ConfigSection>
  244. <!-- Poor Tin Configuration UI Complete -->
  245.  
  246.  
  247. <!-- Poor Lead Configuration UI Starting -->
  248. <ConfigSection>
  249. <OptionChoice name='rlcrPoorLeadDist' displayState='shown' displayGroup='groupRailCraft'>
  250. <Description> Controls how Poor Lead is generated </Description>
  251. <DisplayName>RailCraft Poor Lead</DisplayName>
  252. <Choice value='layeredVeins' displayValue='Layered Veins'>
  253. <Description>
  254. Layered Veins.
  255. </Description>
  256. </Choice>
  257. <Choice value='hugeVeins' displayValue='Huge Veins'>
  258. <Description>
  259. Huge Veins.
  260. </Description>
  261. </Choice>
  262. <Choice value='strategicCloud' displayValue='Clouds'>
  263. <Description>
  264. Strategic Clouds.
  265. </Description>
  266. </Choice>
  267. <Choice value='vanillaStdGen' displayValue='Vanilla'>
  268. <Description>
  269. Vanilla-style clusters.
  270. </Description>
  271. </Choice>
  272. <Choice value='none' displayValue='None' description='Poor Lead is not generated in the world.'/>
  273. </OptionChoice>
  274. <OptionNumeric name='rlcrPoorLeadFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  275. <Description> Frequency multiplier for RailCraft Poor Lead distributions </Description>
  276. <DisplayName>RailCraft Poor Lead Freq.</DisplayName>
  277. </OptionNumeric>
  278. <OptionNumeric name='rlcrPoorLeadSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  279. <Description> Size multiplier for RailCraft Poor Lead distributions </Description>
  280. <DisplayName>RailCraft Poor Lead Size</DisplayName>
  281. </OptionNumeric>
  282. </ConfigSection>
  283. <!-- Poor Lead Configuration UI Complete -->
  284.  
  285.  
  286. <!-- Saltpeter Configuration UI Starting -->
  287. <ConfigSection>
  288. <OptionChoice name='rlcrSaltpeterDist' displayState='shown' displayGroup='groupRailCraft'>
  289. <Description> Controls how Saltpeter is generated </Description>
  290. <DisplayName>RailCraft Saltpeter</DisplayName>
  291. <Choice value='layeredVeins' displayValue='Layered Veins'>
  292. <Description>
  293. Layered Veins.
  294. </Description>
  295. </Choice>
  296. <Choice value='hugeVeins' displayValue='Huge Veins'>
  297. <Description>
  298. Huge Veins.
  299. </Description>
  300. </Choice>
  301. <Choice value='strategicCloud' displayValue='Clouds'>
  302. <Description>
  303. Strategic Clouds.
  304. </Description>
  305. </Choice>
  306. <Choice value='vanillaStdGen' displayValue='Vanilla'>
  307. <Description>
  308. Vanilla-style clusters.
  309. </Description>
  310. </Choice>
  311. <Choice value='none' displayValue='None' description='Saltpeter is not generated in the world.'/>
  312. </OptionChoice>
  313. <OptionNumeric name='rlcrSaltpeterFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  314. <Description> Frequency multiplier for RailCraft Saltpeter distributions </Description>
  315. <DisplayName>RailCraft Saltpeter Freq.</DisplayName>
  316. </OptionNumeric>
  317. <OptionNumeric name='rlcrSaltpeterSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  318. <Description> Size multiplier for RailCraft Saltpeter distributions </Description>
  319. <DisplayName>RailCraft Saltpeter Size</DisplayName>
  320. </OptionNumeric>
  321. </ConfigSection>
  322. <!-- Saltpeter Configuration UI Complete -->
  323.  
  324.  
  325. <!-- Remove Abyssal Stone Configuration UI Starting -->
  326. <ConfigSection>
  327. <OptionChoice name='rlcrRemoveAbyssalStoneDist' displayState='shown' displayGroup='groupRailCraft'>
  328. <Description> Controls how Remove Abyssal Stone is generated </Description>
  329. <DisplayName>RailCraft Remove Abyssal Stone</DisplayName>
  330. <Choice value='substituteGen' displayValue='Substitute'>
  331. <Description>
  332. Simple substitution.
  333. </Description>
  334. </Choice>
  335. <Choice value='none' displayValue='None' description='Remove Abyssal Stone is not generated in the world.'/>
  336. </OptionChoice>
  337. <OptionNumeric name='rlcrRemoveAbyssalStoneFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  338. <Description> Frequency multiplier for RailCraft Remove Abyssal Stone distributions </Description>
  339. <DisplayName>RailCraft Remove Abyssal Stone Freq.</DisplayName>
  340. </OptionNumeric>
  341. <OptionNumeric name='rlcrRemoveAbyssalStoneSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  342. <Description> Size multiplier for RailCraft Remove Abyssal Stone distributions </Description>
  343. <DisplayName>RailCraft Remove Abyssal Stone Size</DisplayName>
  344. </OptionNumeric>
  345. </ConfigSection>
  346. <!-- Remove Abyssal Stone Configuration UI Complete -->
  347.  
  348.  
  349. <!-- Abyssal Diamond Configuration UI Starting -->
  350. <ConfigSection>
  351. <OptionChoice name='rlcrAbyssalDiamondDist' displayState='shown' displayGroup='groupRailCraft'>
  352. <Description> Controls how Abyssal Diamond is generated </Description>
  353. <DisplayName>RailCraft Abyssal Diamond</DisplayName>
  354. <Choice value='geodes' displayValue='Geodes'>
  355. <Description>
  356. Geodes.
  357. </Description>
  358. </Choice>
  359. <Choice value='none' displayValue='None' description='Abyssal Diamond is not generated in the world.'/>
  360. </OptionChoice>
  361. <OptionNumeric name='rlcrAbyssalDiamondFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  362. <Description> Frequency multiplier for RailCraft Abyssal Diamond distributions </Description>
  363. <DisplayName>RailCraft Abyssal Diamond Freq.</DisplayName>
  364. </OptionNumeric>
  365. <OptionNumeric name='rlcrAbyssalDiamondSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  366. <Description> Size multiplier for RailCraft Abyssal Diamond distributions </Description>
  367. <DisplayName>RailCraft Abyssal Diamond Size</DisplayName>
  368. </OptionNumeric>
  369. </ConfigSection>
  370. <!-- Abyssal Diamond Configuration UI Complete -->
  371.  
  372.  
  373. <!-- Abyssal Emerald Configuration UI Starting -->
  374. <ConfigSection>
  375. <OptionChoice name='rlcrAbyssalEmeraldDist' displayState='shown' displayGroup='groupRailCraft'>
  376. <Description> Controls how Abyssal Emerald is generated </Description>
  377. <DisplayName>RailCraft Abyssal Emerald</DisplayName>
  378. <Choice value='geodes' displayValue='Geodes'>
  379. <Description>
  380. Geodes.
  381. </Description>
  382. </Choice>
  383. <Choice value='none' displayValue='None' description='Abyssal Emerald is not generated in the world.'/>
  384. </OptionChoice>
  385. <OptionNumeric name='rlcrAbyssalEmeraldFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  386. <Description> Frequency multiplier for RailCraft Abyssal Emerald distributions </Description>
  387. <DisplayName>RailCraft Abyssal Emerald Freq.</DisplayName>
  388. </OptionNumeric>
  389. <OptionNumeric name='rlcrAbyssalEmeraldSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  390. <Description> Size multiplier for RailCraft Abyssal Emerald distributions </Description>
  391. <DisplayName>RailCraft Abyssal Emerald Size</DisplayName>
  392. </OptionNumeric>
  393. </ConfigSection>
  394. <!-- Abyssal Emerald Configuration UI Complete -->
  395.  
  396.  
  397. <!-- Abyssal Lapis Lazuli Configuration UI Starting -->
  398. <ConfigSection>
  399. <OptionChoice name='rlcrAbyssalLapisLazuliDist' displayState='shown' displayGroup='groupRailCraft'>
  400. <Description> Controls how Abyssal Lapis Lazuli is generated </Description>
  401. <DisplayName>RailCraft Abyssal Lapis Lazuli</DisplayName>
  402. <Choice value='geodes' displayValue='Geodes'>
  403. <Description>
  404. Geodes.
  405. </Description>
  406. </Choice>
  407. <Choice value='none' displayValue='None' description='Abyssal Lapis Lazuli is not generated in the world.'/>
  408. </OptionChoice>
  409. <OptionNumeric name='rlcrAbyssalLapisLazuliFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  410. <Description> Frequency multiplier for RailCraft Abyssal Lapis Lazuli distributions </Description>
  411. <DisplayName>RailCraft Abyssal Lapis Lazuli Freq.</DisplayName>
  412. </OptionNumeric>
  413. <OptionNumeric name='rlcrAbyssalLapisLazuliSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  414. <Description> Size multiplier for RailCraft Abyssal Lapis Lazuli distributions </Description>
  415. <DisplayName>RailCraft Abyssal Lapis Lazuli Size</DisplayName>
  416. </OptionNumeric>
  417. </ConfigSection>
  418. <!-- Abyssal Lapis Lazuli Configuration UI Complete -->
  419.  
  420.  
  421. <!-- Firestone Configuration UI Starting -->
  422. <ConfigSection>
  423. <OptionChoice name='rlcrFirestoneDist' displayState='shown' displayGroup='groupRailCraft'>
  424. <Description> Controls how Firestone is generated </Description>
  425. <DisplayName>RailCraft Firestone</DisplayName>
  426. <Choice value='layeredVeins' displayValue='Layered Veins'>
  427. <Description>
  428. Layered Veins.
  429. </Description>
  430. </Choice>
  431. <Choice value='hugeVeins' displayValue='Huge Veins'>
  432. <Description>
  433. Huge Veins.
  434. </Description>
  435. </Choice>
  436. <Choice value='strategicCloud' displayValue='Clouds'>
  437. <Description>
  438. Strategic Clouds.
  439. </Description>
  440. </Choice>
  441. <Choice value='vanillaStdGen' displayValue='Vanilla'>
  442. <Description>
  443. Vanilla-style clusters.
  444. </Description>
  445. </Choice>
  446. <Choice value='none' displayValue='None' description='Firestone is not generated in the world.'/>
  447. </OptionChoice>
  448. <OptionNumeric name='rlcrFirestoneFreq' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  449. <Description> Frequency multiplier for RailCraft Firestone distributions </Description>
  450. <DisplayName>RailCraft Firestone Freq.</DisplayName>
  451. </OptionNumeric>
  452. <OptionNumeric name='rlcrFirestoneSize' default='1' min='0' max='5' displayState=':= if(?advOptions,"shown","hidden")' displayGroup='groupRailCraft'>
  453. <Description> Size multiplier for RailCraft Firestone distributions </Description>
  454. <DisplayName>RailCraft Firestone Size</DisplayName>
  455. </OptionNumeric>
  456. </ConfigSection>
  457. <!-- Firestone Configuration UI Complete -->
  458.  
  459. </ConfigSection>
  460. <!-- Setup Screen Complete -->
  461.  
  462.  
  463. <!-- Setup Overworld -->
  464. <IfCondition condition=':= ?COGActive'>
  465.  
  466. <!-- Starting Original Overworld Ore Removal -->
  467. <Substitute name='rlcrOverworldOreSubstitute0' block='Railcraft:cube:6'>
  468. <Description>
  469. Replace vanilla-generated ore clusters.
  470. </Description>
  471. <Comment>
  472. The global option deferredPopulationRange must be large enough to catch all ore clusters (>= 32).
  473. </Comment>
  474. <Replaces block='minecraft:stone:0' />
  475. </Substitute>
  476. <Substitute name='rlcrOverworldOreSubstitute1' block='minecraft:stone'>
  477. <Description>
  478. Replace vanilla-generated ore clusters.
  479. </Description>
  480. <Comment>
  481. The global option deferredPopulationRange must be large enough to catch all ore clusters (>= 32).
  482. </Comment>
  483. <Replaces block='Railcraft:cube:7' />
  484. <Replaces block='Railcraft:ore:0' />
  485. <Replaces block='Railcraft:ore:7' />
  486. <Replaces block='Railcraft:ore:8' />
  487. <Replaces block='Railcraft:ore:9' />
  488. <Replaces block='Railcraft:ore:10' />
  489. <Replaces block='Railcraft:ore:11' />
  490. <Replaces block='Railcraft:ore:2' />
  491. <Replaces block='Railcraft:ore:3' />
  492. <Replaces block='Railcraft:ore:4' />
  493. </Substitute>
  494. <Substitute name='rlcrOverworldOreSubstitute2' block='minecraft:sandstone'>
  495. <Description>
  496. Replace vanilla-generated ore clusters.
  497. </Description>
  498. <Comment>
  499. The global option deferredPopulationRange must be large enough to catch all ore clusters (>= 32).
  500. </Comment>
  501. <Replaces block='Railcraft:ore:1' />
  502. </Substitute>
  503. <!-- Original Overworld Ore Removal Complete -->
  504.  
  505. <!-- Adding ores -->
  506.  
  507. <!-- Begin Quarry Stone Generation -->
  508.  
  509. <!-- Begin Layered Veins distribution of Quarry Stone -->
  510. <IfCondition condition=':= rlcrQuarryStoneDist = "layeredVeins"'>
  511.  
  512. <Veins name='rlcrQuarryStoneBaseVeins' block='Railcraft:cube:7' inherits='PresetLayeredVeins'>
  513. <Description>
  514. Small, fairly rare motherlodes with 2-4 horizontal veins each.
  515. </Description>
  516. <DrawWireframe>:=drawWireframes</DrawWireframe>
  517. <WireframeColor>0x60463F16</WireframeColor>
  518. <Setting name='MotherlodeSize' avg=':= 1 * 1 * rlcrQuarryStoneSize * _default_' range=':= 1 * 1 * rlcrQuarryStoneSize * _default_'/>
  519. <Setting name='MotherlodeHeight' avg=':= 64' range=':= 64' type='normal' scaleTo='SeaLevel'/>
  520. <Setting name='SegmentRadius' avg=':= 1 * 1 * rlcrQuarryStoneSize * _default_' range=':= 1 * 1 * rlcrQuarryStoneSize * _default_'/>
  521. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  522. <Setting name='MotherlodeFrequency' avg=':= 1 * 1 * rlcrQuarryStoneFreq * _default_'/>
  523. <Replaces block='minecraft:stone'/>
  524. </Veins>
  525.  
  526. <!-- Begin Preferred Biome Distribution (Quarry Stone Layered Veins) Settings -->
  527. <Veins name='rlcrQuarryStonePrefersVeins' block='Railcraft:cube:7' inherits='rlcrQuarryStoneBaseVeins'>
  528. <Description>
  529. Spawns 2 more times in preferred biomes.
  530. </Description>
  531. <DrawWireframe>:=drawWireframes</DrawWireframe>
  532. <WireframeColor>0x60463F16</WireframeColor>
  533. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  534. <BiomeType name='Mountain'/>
  535. </Veins>
  536. <!-- End Preferred Biome Distribution (Quarry Stone Layered Veins) Settings -->
  537.  
  538. </IfCondition>
  539. <!-- End Layered Veins distribution of Quarry Stone -->
  540.  
  541. <!-- End Quarry Stone Generation -->
  542.  
  543.  
  544. <!-- Begin Sulfur Generation -->
  545.  
  546. <!-- Begin SparseVeins distribution of Sulfur -->
  547. <IfCondition condition=':= rlcrSulfurDist = "sparseVeins"'>
  548.  
  549. <Veins name='rlcrSulfurBaseVeins' block='Railcraft:ore' inherits='PresetSparseVeins'>
  550. <Description>
  551. Large veins filled very lightly with ore. Because they contain less ore per volume,
  552. these veins are relatively wide and long. Mining the ore from them is time consuming
  553. compared to solid ore veins. They are also more difficult to follow, since it is
  554. harder to get an idea of their direction while mining.
  555. </Description>
  556. <DrawWireframe>:=drawWireframes</DrawWireframe>
  557. <WireframeColor>0x60463F16</WireframeColor>
  558. <Setting name='MotherlodeSize' avg=':= 1 * 1 * rlcrSulfurSize * _default_' range=':= 1 * 1 * rlcrSulfurSize * _default_'/>
  559. <Setting name='MotherlodeHeight' avg=':= 60' range=':= 10' type='normal' scaleTo='SeaLevel' />
  560. <Setting name='SegmentRadius' avg=':= 1 * 1 * rlcrSulfurSize * _default_' range=':= 1 * 1 * rlcrSulfurSize * _default_'/>
  561. <Setting name='OreDensity' avg=':= 1 * 1.75 * _default_' range=':= _default_'/>
  562. <Setting name='MotherlodeFrequency' avg=':= 1 * 10.7 * rlcrSulfurFreq * _default_'/>
  563. <Setting name='BranchLength' avg=':= 0.45 * _default_' range=':= 0.45 * _default_'/>
  564. <Setting name='BranchHeightLimit' avg='10'/>
  565. <Setting name='BranchInclination' avg='0' range='0.35'/>
  566. <Replaces block='minecraft:stone'/>
  567. </Veins>
  568.  
  569. <!-- Begin Preferred Biome Distribution (Sulfur Sparse Veins) Settings -->
  570. <Veins name='rlcrSulfurPrefersVeins' block='Railcraft:ore' inherits='rlcrSulfurBaseVeins'>
  571. <Description>
  572. Spawns 2 more times in preferred biomes.
  573. </Description>
  574. <DrawWireframe>:=drawWireframes</DrawWireframe>
  575. <WireframeColor>0x60463F16</WireframeColor>
  576. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  577. <BiomeType name='Swamp'/>
  578. </Veins>
  579. <!-- End Preferred Biome Distribution (Sulfur Sparse Veins) Settings -->
  580.  
  581. </IfCondition>
  582. <!-- End SparseVeins distribution of Sulfur -->
  583.  
  584.  
  585. <!-- Begin Huge Veins distribution of Sulfur -->
  586. <IfCondition condition=':= rlcrSulfurDist = "hugeVeins"'>
  587.  
  588. <Veins name='rlcrSulfurBaseVeins' block='Railcraft:ore' inherits='PresetLayeredVeins'>
  589. <Description>
  590. Very large, extremely rare motherlodes. Each motherlode has many long slender branches - so thin that
  591. parts of the branch won't contain any ore at all. This, combined with the incredible length of the
  592. branches, makes them more challenging to follow underground. Once found, however, a motherlode contains
  593. enough ore to keep a player supplied for a very long time.
  594. The rarity of these veins might be too frustrating in a single-player setting. In SMP, though, teamwork
  595. could make finding them much easier and the motherlodes are big enough to supply several people without
  596. shortage. This might be a good way to add challenge to multiplayer worlds.
  597. Credit: based on feedback by dyrewulf from the MC forums.
  598. </Description>
  599. <DrawWireframe>:=drawWireframes</DrawWireframe>
  600. <WireframeColor>0x60463F16</WireframeColor>
  601. <Setting name='MotherlodeSize' avg=':= 1 * 1 * rlcrSulfurSize * _default_' range=':= 1 * 1 * rlcrSulfurSize * _default_'/>
  602. <Setting name='MotherlodeHeight' avg=':= 60' range=':= 10' type='normal' scaleTo='SeaLevel' />
  603. <Setting name='SegmentRadius' avg=':= 1 * 1 * rlcrSulfurSize * _default_' range=':= 1 * 1 * rlcrSulfurSize * _default_'/>
  604. <Setting name='OreDensity' avg=':= 1 * 1.75 * _default_' range=':= _default_'/>
  605. <Setting name='MotherlodeFrequency' avg=':= 1 * 10.7 * rlcrSulfurFreq * _default_'/>
  606. <Setting name='BranchLength' avg=':= 0.45 * _default_' range=':= 0.45 * _default_'/>
  607. <Setting name='BranchHeightLimit' avg='10'/>
  608. <Setting name='BranchInclination' avg='0' range='0.35'/>
  609. <Replaces block='minecraft:stone'/>
  610.  
  611. <!-- Begin Sulfur Huge Vein Hint Veins -->
  612. <Veins name='rlcrSulfurBaseHintVeins' block='Railcraft:ore' inherits='PresetHintVeins'>
  613. <Description>
  614. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  615. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  616. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  617. deposits that would otherwise be very difficult to find.
  618. </Description>
  619. <DrawWireframe>:=drawWireframes</DrawWireframe>
  620. <WireframeColor>0x60463F16</WireframeColor>
  621. <Replaces block='minecraft:dirt'/>
  622. <Replaces block='minecraft:sandstone'/>
  623. <Replaces block='minecraft:stone'/>
  624. </Veins>
  625. <!-- End Sulfur Huge Vein Hint Veins -->
  626.  
  627. </Veins>
  628.  
  629. <!-- Begin Preferred Biome Distribution (Sulfur Huge Veins) Settings -->
  630. <Veins name='rlcrSulfurPrefersVeins' block='Railcraft:ore' inherits='rlcrSulfurBaseVeins'>
  631. <Description>
  632. Spawns 2 more times in preferred biomes.
  633. </Description>
  634. <DrawWireframe>:=drawWireframes</DrawWireframe>
  635. <WireframeColor>0x60463F16</WireframeColor>
  636. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  637. <BiomeType name='Swamp'/>
  638.  
  639. <!-- Begin Sulfur Huge Vein Hint Veins -->
  640. <Veins name='rlcrSulfurPrefersHintVeins' block='Railcraft:ore' inherits='rlcrSulfurBaseHintVeins'>
  641. <Description>
  642. Spawns 2 more times in preferred biomes.
  643. </Description>
  644. <DrawWireframe>:=drawWireframes</DrawWireframe>
  645. <WireframeColor>0x60463F16</WireframeColor>
  646. <Replaces block='minecraft:dirt'/>
  647. <Replaces block='minecraft:sandstone'/>
  648. <Replaces block='minecraft:stone'/>
  649. <BiomeType name='Swamp'/>
  650. </Veins>
  651. <!-- End Sulfur Huge Vein Hint Veins -->
  652.  
  653. </Veins>
  654. <!-- End Preferred Biome Distribution (Sulfur Huge Veins) Settings -->
  655.  
  656. </IfCondition>
  657. <!-- End Huge Veins distribution of Sulfur -->
  658.  
  659.  
  660. <!-- Begin StrategicCloud distribution of Sulfur -->
  661. <IfCondition condition=':= rlcrSulfurDist = "strategicCloud"'>
  662.  
  663. <Cloud name='rlcrSulfurBaseCloud' block='Railcraft:ore' inherits='PresetStrategicCloud'>
  664. <Description>
  665. Large irregular clouds filled lightly with ore. These are huge, spanning several
  666. adjacent chunks, and consequently rather rare. They contain a sizeable amount of
  667. ore, but it takes some time and effort to mine due to low density.
  668. The intent for strategic clouds is that the player will need to actively search for
  669. one and then set up a semi-permanent mining base and spend some time actually mining
  670. the ore.
  671. </Description>
  672. <DrawWireframe>:=drawWireframes</DrawWireframe>
  673. <WireframeColor>0x60463F16</WireframeColor>
  674. <Setting name='CloudRadius' avg=':= 1 * 1.2 * rlcrSulfurSize * _default_' range=':= 1 * 1.2 * rlcrSulfurSize * _default_'/>
  675. <Setting name='CloudThickness' avg=':= 1 * 1.2 * rlcrSulfurSize * _default_' range=':= 1 * 1.2 * rlcrSulfurSize * _default_'/>
  676. <Setting name='CloudHeight' avg='60' range='10' type='normal' scaleTo='SeaLevel'/>
  677. <Setting name='OreDensity' avg=':= 1 * 0.75 * _default_' range=':= _default_'/>
  678. <Setting name='CloudThickness' avg=':= 1 * 1 * 1.2 * rlcrSulfurSize * _default_' range=':= 1 * 1 * 1.2 * rlcrSulfurSize * _default_'/>
  679. <Setting name='DistributionFrequency' avg=':= 1 * 5 * rlcrSulfurFreq *_default_'/>
  680. <Replaces block='minecraft:stone'/>
  681.  
  682. <!-- Begin Sulfur Strategic Cloud Hint Veins -->
  683. <Veins name='rlcrSulfurBaseHintVeins' block='Railcraft:ore' inherits='PresetHintVeins'>
  684. <Description>
  685. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  686. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  687. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  688. deposits that would otherwise be very difficult to find.
  689. </Description>
  690. <DrawWireframe>:=drawWireframes</DrawWireframe>
  691. <WireframeColor>0x60463F16</WireframeColor>
  692. <Replaces block='minecraft:dirt'/>
  693. <Replaces block='minecraft:sandstone'/>
  694. <Replaces block='minecraft:stone'/>
  695. </Veins>
  696. <!-- End Sulfur Strategic Cloud Hint Veins -->
  697.  
  698. </Cloud>
  699.  
  700.  
  701. </IfCondition>
  702. <!-- End StrategicCloud distribution of Sulfur -->
  703.  
  704.  
  705. <!-- Begin Vanilla distribution of Sulfur -->
  706. <IfCondition condition=':= rlcrSulfurDist = "vanillaStdGen"'>
  707.  
  708. <StandardGen name='rlcrSulfurBaseStandard' block='Railcraft:ore' inherits='PresetStandardGen'>
  709. <Description>
  710. This mimics vanilla ore generation.
  711. </Description>
  712. <DrawWireframe>:=drawWireframes</DrawWireframe>
  713. <WireframeColor>0x60463F16</WireframeColor>
  714. <Setting name='Size' avg=':= 1 * 2 * rlcrSulfurSize * _default_'/>
  715. <Setting name='Height' avg=':= 60' range=':= 10' type='normal'/>
  716. <Setting name='Frequency' avg=':= 1 * 1 * rlcrSulfurFreq * _default_'/>
  717. <Replaces block='minecraft:stone'/>
  718. </StandardGen>
  719.  
  720.  
  721. </IfCondition>
  722. <!-- End Vanilla distribution of Sulfur -->
  723.  
  724. <!-- End Sulfur Generation -->
  725.  
  726.  
  727. <!-- Begin Poor Iron Generation -->
  728.  
  729. <!-- Begin LayeredVeins distribution of Poor Iron -->
  730. <IfCondition condition=':= rlcrPoorIronDist = "layeredVeins"'>
  731.  
  732. <Veins name='rlcrPoorIronBaseVeins' block='Railcraft:ore:7' inherits='PresetLayeredVeins'>
  733. <Description>
  734. Small, fairly rare motherlodes with 2-4 horizontal veins each.
  735. </Description>
  736. <DrawWireframe>:=drawWireframes</DrawWireframe>
  737. <WireframeColor>0x60463F16</WireframeColor>
  738. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrPoorIronSize * _default_' range=':= 3 * 1 * rlcrPoorIronSize * _default_'/>
  739. <Setting name='MotherlodeHeight' avg=':= 43' range=':= 10.5' type='normal' scaleTo='SeaLevel'/>
  740. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrPoorIronSize * _default_' range=':= 3 * 1 * rlcrPoorIronSize * _default_'/>
  741. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  742. <Setting name='MotherlodeFrequency' avg=':= 1 * 0.9 * rlcrPoorIronFreq * _default_'/>
  743. <Setting name='BranchHeightLimit' avg='10.5'/>
  744. <Replaces block='minecraft:stone'/>
  745. </Veins>
  746.  
  747. <!-- Begin Preferred Biome Distribution (Poor Iron Layered Veins) Settings -->
  748. <Veins name='rlcrPoorIronPrefersVeins' block='Railcraft:ore:7' inherits='rlcrPoorIronBaseVeins'>
  749. <Description>
  750. Spawns 2 more times in preferred biomes.
  751. </Description>
  752. <DrawWireframe>:=drawWireframes</DrawWireframe>
  753. <WireframeColor>0x60463F16</WireframeColor>
  754. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  755. <BiomeType name='Cold'/>
  756. <BiomeType name='Ocean' weight='-1'/>
  757. </Veins>
  758. <!-- End Preferred Biome Distribution (Poor Iron Layered Veins) Settings -->
  759.  
  760. </IfCondition>
  761. <!-- End LayeredVeins distribution of Poor Iron -->
  762.  
  763.  
  764. <!-- Begin Huge Veins distribution of Poor Iron -->
  765. <IfCondition condition=':= rlcrPoorIronDist = "hugeVeins"'>
  766.  
  767. <Veins name='rlcrPoorIronBaseVeins' block='Railcraft:ore:7' inherits='PresetLayeredVeins'>
  768. <Description>
  769. Very large, extremely rare motherlodes. Each motherlode has many long slender branches - so thin that
  770. parts of the branch won't contain any ore at all. This, combined with the incredible length of the
  771. branches, makes them more challenging to follow underground. Once found, however, a motherlode contains
  772. enough ore to keep a player supplied for a very long time.
  773. The rarity of these veins might be too frustrating in a single-player setting. In SMP, though, teamwork
  774. could make finding them much easier and the motherlodes are big enough to supply several people without
  775. shortage. This might be a good way to add challenge to multiplayer worlds.
  776. Credit: based on feedback by dyrewulf from the MC forums.
  777. </Description>
  778. <DrawWireframe>:=drawWireframes</DrawWireframe>
  779. <WireframeColor>0x60463F16</WireframeColor>
  780. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrPoorIronSize * _default_' range=':= 3 * 1 * rlcrPoorIronSize * _default_'/>
  781. <Setting name='MotherlodeHeight' avg=':= 43' range=':= 10.5' type='normal' scaleTo='SeaLevel' />
  782. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrPoorIronSize * _default_' range=':= 3 * 1 * rlcrPoorIronSize * _default_'/>
  783. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  784. <Setting name='MotherlodeFrequency' avg=':= 1 * 0.9 * rlcrPoorIronFreq * _default_'/>
  785. <Setting name='BranchHeightLimit' avg='10.5'/>
  786. <Replaces block='minecraft:stone'/>
  787.  
  788. <!-- Begin Poor Iron Huge Vein Hint Veins -->
  789. <Veins name='rlcrPoorIronBaseHintVeins' block='Railcraft:ore:7' inherits='PresetHintVeins'>
  790. <Description>
  791. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  792. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  793. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  794. deposits that would otherwise be very difficult to find.
  795. </Description>
  796. <DrawWireframe>:=drawWireframes</DrawWireframe>
  797. <WireframeColor>0x60463F16</WireframeColor>
  798. <Replaces block='minecraft:dirt'/>
  799. <Replaces block='minecraft:sandstone'/>
  800. <Replaces block='minecraft:stone'/>
  801. </Veins>
  802. <!-- End Poor Iron Huge Vein Hint Veins -->
  803.  
  804. </Veins>
  805.  
  806. <!-- Begin Preferred Biome Distribution (Poor Iron Huge Veins) Settings -->
  807. <Veins name='rlcrPoorIronPrefersVeins' block='Railcraft:ore:7' inherits='rlcrPoorIronBaseVeins'>
  808. <Description>
  809. Spawns 2 more times in preferred biomes.
  810. </Description>
  811. <DrawWireframe>:=drawWireframes</DrawWireframe>
  812. <WireframeColor>0x60463F16</WireframeColor>
  813. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  814. <BiomeType name='Cold'/>
  815. <BiomeType name='Ocean' weight='-1'/>
  816.  
  817. <!-- Begin Poor Iron Huge Vein Hint Veins -->
  818. <Veins name='rlcrPoorIronPrefersHintVeins' block='Railcraft:ore:7' inherits='rlcrPoorIronBaseHintVeins'>
  819. <Description>
  820. Spawns 2 more times in preferred biomes.
  821. </Description>
  822. <DrawWireframe>:=drawWireframes</DrawWireframe>
  823. <WireframeColor>0x60463F16</WireframeColor>
  824. <Replaces block='minecraft:dirt'/>
  825. <Replaces block='minecraft:sandstone'/>
  826. <Replaces block='minecraft:stone'/>
  827. <BiomeType name='Cold'/>
  828. <BiomeType name='Ocean' weight='-1'/>
  829. </Veins>
  830. <!-- End Poor Iron Huge Vein Hint Veins -->
  831.  
  832. </Veins>
  833. <!-- End Preferred Biome Distribution (Poor Iron Huge Veins) Settings -->
  834.  
  835. </IfCondition>
  836. <!-- End Huge Veins distribution of Poor Iron -->
  837.  
  838.  
  839. <!-- Begin StrategicCloud distribution of Poor Iron -->
  840. <IfCondition condition=':= rlcrPoorIronDist = "strategicCloud"'>
  841.  
  842. <Cloud name='rlcrPoorIronBaseCloud' block='Railcraft:ore:7' inherits='PresetStrategicCloud'>
  843. <Description>
  844. Large irregular clouds filled lightly with ore. These are huge, spanning several
  845. adjacent chunks, and consequently rather rare. They contain a sizeable amount of
  846. ore, but it takes some time and effort to mine due to low density.
  847. The intent for strategic clouds is that the player will need to actively search for
  848. one and then set up a semi-permanent mining base and spend some time actually mining
  849. the ore.
  850. </Description>
  851. <DrawWireframe>:=drawWireframes</DrawWireframe>
  852. <WireframeColor>0x60463F16</WireframeColor>
  853. <Setting name='CloudRadius' avg=':= 3 * 1 * rlcrPoorIronSize * _default_' range=':= 3 * 1 * rlcrPoorIronSize * _default_'/>
  854. <Setting name='CloudThickness' avg=':= 3 * 1 * rlcrPoorIronSize * _default_' range=':= 3 * 1 * rlcrPoorIronSize * _default_'/>
  855. <Setting name='CloudHeight' avg='32' range='32' type='normal' scaleTo='SeaLevel'/>
  856. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  857. <Setting name='CloudThickness' avg=':= 3 * 1 * 1 * rlcrPoorIronSize * _default_' range=':= 3 * 1 * 1 * rlcrPoorIronSize * _default_'/>
  858. <Setting name='DistributionFrequency' avg=':= 1 * 2.5 * rlcrPoorIronFreq *_default_'/>
  859. <Replaces block='minecraft:stone'/>
  860.  
  861. <!-- Begin Poor Iron Strategic Cloud Hint Veins -->
  862. <Veins name='rlcrPoorIronBaseHintVeins' block='Railcraft:ore:7' inherits='PresetHintVeins'>
  863. <Description>
  864. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  865. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  866. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  867. deposits that would otherwise be very difficult to find.
  868. </Description>
  869. <DrawWireframe>:=drawWireframes</DrawWireframe>
  870. <WireframeColor>0x60463F16</WireframeColor>
  871. <Replaces block='minecraft:dirt'/>
  872. <Replaces block='minecraft:sandstone'/>
  873. <Replaces block='minecraft:stone'/>
  874. </Veins>
  875. <!-- End Poor Iron Strategic Cloud Hint Veins -->
  876.  
  877. </Cloud>
  878.  
  879.  
  880. </IfCondition>
  881. <!-- End StrategicCloud distribution of Poor Iron -->
  882.  
  883.  
  884. <!-- Begin Vanilla distribution of Poor Iron -->
  885. <IfCondition condition=':= rlcrPoorIronDist = "vanillaStdGen"'>
  886.  
  887. <StandardGen name='rlcrPoorIronBaseStandard' block='Railcraft:ore:7' inherits='PresetStandardGen'>
  888. <Description>
  889. This mimics vanilla ore generation.
  890. </Description>
  891. <DrawWireframe>:=drawWireframes</DrawWireframe>
  892. <WireframeColor>0x60463F16</WireframeColor>
  893. <Setting name='Size' avg=':= 3 * 1 * rlcrPoorIronSize * _default_'/>
  894. <Setting name='Height' avg=':= 32' range=':= 32' type='normal'/>
  895. <Setting name='Frequency' avg=':= 1 * 1 * rlcrPoorIronFreq * _default_'/>
  896. <Replaces block='minecraft:stone'/>
  897. </StandardGen>
  898.  
  899.  
  900. </IfCondition>
  901. <!-- End Vanilla distribution of Poor Iron -->
  902.  
  903. <!-- End Poor Iron Generation -->
  904.  
  905.  
  906. <!-- Begin Poor Gold Generation -->
  907.  
  908. <!-- Begin LayeredVeins distribution of Poor Gold -->
  909. <IfCondition condition=':= rlcrPoorGoldDist = "layeredVeins"'>
  910.  
  911. <Veins name='rlcrPoorGoldBaseVeins' block='Railcraft:ore:8' inherits='PresetLayeredVeins'>
  912. <Description>
  913. Small, fairly rare motherlodes with 2-4 horizontal veins each.
  914. </Description>
  915. <DrawWireframe>:=drawWireframes</DrawWireframe>
  916. <WireframeColor>0x60463F16</WireframeColor>
  917. <Setting name='MotherlodeSize' avg=':= 3 * 0.8 * rlcrPoorGoldSize * _default_' range=':= 3 * 0.8 * rlcrPoorGoldSize * _default_'/>
  918. <Setting name='MotherlodeHeight' avg=':= 20' range=':= 10' type='normal' scaleTo='SeaLevel'/>
  919. <Setting name='SegmentRadius' avg=':= 3 * 0.8 * rlcrPoorGoldSize * _default_' range=':= 3 * 0.8 * rlcrPoorGoldSize * _default_'/>
  920. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  921. <Setting name='MotherlodeFrequency' avg=':= 1 * 0.85 * rlcrPoorGoldFreq * _default_'/>
  922. <Setting name='BranchFrequency' avg=':= 0.85 * _default_'/>
  923. <Setting name='BranchLength' avg=':= 0.75 * _default_' range=':= 0.66 * _default_'/>
  924. <Setting name='BranchHeightLimit' avg='10'/>
  925. <Replaces block='minecraft:stone'/>
  926. </Veins>
  927.  
  928. <!-- Begin Preferred Biome Distribution (Poor Gold Layered Veins) Settings -->
  929. <Veins name='rlcrPoorGoldPrefersVeins' block='Railcraft:ore:8' inherits='rlcrPoorGoldBaseVeins'>
  930. <Description>
  931. Spawns 2 more times in preferred biomes.
  932. </Description>
  933. <DrawWireframe>:=drawWireframes</DrawWireframe>
  934. <WireframeColor>0x60463F16</WireframeColor>
  935. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  936. <BiomeType name='Forest'/>
  937. </Veins>
  938. <!-- End Preferred Biome Distribution (Poor Gold Layered Veins) Settings -->
  939.  
  940. </IfCondition>
  941. <!-- End LayeredVeins distribution of Poor Gold -->
  942.  
  943.  
  944. <!-- Begin Huge Veins distribution of Poor Gold -->
  945. <IfCondition condition=':= rlcrPoorGoldDist = "hugeVeins"'>
  946.  
  947. <Veins name='rlcrPoorGoldBaseVeins' block='Railcraft:ore:8' inherits='PresetLayeredVeins'>
  948. <Description>
  949. Very large, extremely rare motherlodes. Each motherlode has many long slender branches - so thin that
  950. parts of the branch won't contain any ore at all. This, combined with the incredible length of the
  951. branches, makes them more challenging to follow underground. Once found, however, a motherlode contains
  952. enough ore to keep a player supplied for a very long time.
  953. The rarity of these veins might be too frustrating in a single-player setting. In SMP, though, teamwork
  954. could make finding them much easier and the motherlodes are big enough to supply several people without
  955. shortage. This might be a good way to add challenge to multiplayer worlds.
  956. Credit: based on feedback by dyrewulf from the MC forums.
  957. </Description>
  958. <DrawWireframe>:=drawWireframes</DrawWireframe>
  959. <WireframeColor>0x60463F16</WireframeColor>
  960. <Setting name='MotherlodeSize' avg=':= 3 * 0.8 * rlcrPoorGoldSize * _default_' range=':= 3 * 0.8 * rlcrPoorGoldSize * _default_'/>
  961. <Setting name='MotherlodeHeight' avg=':= 20' range=':= 10' type='normal' scaleTo='SeaLevel' />
  962. <Setting name='SegmentRadius' avg=':= 3 * 0.8 * rlcrPoorGoldSize * _default_' range=':= 3 * 0.8 * rlcrPoorGoldSize * _default_'/>
  963. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  964. <Setting name='MotherlodeFrequency' avg=':= 1 * 0.85 * rlcrPoorGoldFreq * _default_'/>
  965. <Setting name='BranchFrequency' avg=':= 0.85 * _default_'/>
  966. <Setting name='BranchLength' avg=':= 0.75 * _default_' range=':= 0.66 * _default_'/>
  967. <Setting name='BranchHeightLimit' avg='10'/>
  968. <Replaces block='minecraft:stone'/>
  969.  
  970. <!-- Begin Poor Gold Huge Vein Hint Veins -->
  971. <Veins name='rlcrPoorGoldBaseHintVeins' block='Railcraft:ore:8' inherits='PresetHintVeins'>
  972. <Description>
  973. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  974. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  975. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  976. deposits that would otherwise be very difficult to find.
  977. </Description>
  978. <DrawWireframe>:=drawWireframes</DrawWireframe>
  979. <WireframeColor>0x60463F16</WireframeColor>
  980. <Replaces block='minecraft:dirt'/>
  981. <Replaces block='minecraft:sandstone'/>
  982. <Replaces block='minecraft:stone'/>
  983. </Veins>
  984. <!-- End Poor Gold Huge Vein Hint Veins -->
  985.  
  986. </Veins>
  987.  
  988. <!-- Begin Preferred Biome Distribution (Poor Gold Huge Veins) Settings -->
  989. <Veins name='rlcrPoorGoldPrefersVeins' block='Railcraft:ore:8' inherits='rlcrPoorGoldBaseVeins'>
  990. <Description>
  991. Spawns 2 more times in preferred biomes.
  992. </Description>
  993. <DrawWireframe>:=drawWireframes</DrawWireframe>
  994. <WireframeColor>0x60463F16</WireframeColor>
  995. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  996. <BiomeType name='Forest'/>
  997.  
  998. <!-- Begin Poor Gold Huge Vein Hint Veins -->
  999. <Veins name='rlcrPoorGoldPrefersHintVeins' block='Railcraft:ore:8' inherits='rlcrPoorGoldBaseHintVeins'>
  1000. <Description>
  1001. Spawns 2 more times in preferred biomes.
  1002. </Description>
  1003. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1004. <WireframeColor>0x60463F16</WireframeColor>
  1005. <Replaces block='minecraft:dirt'/>
  1006. <Replaces block='minecraft:sandstone'/>
  1007. <Replaces block='minecraft:stone'/>
  1008. <BiomeType name='Forest'/>
  1009. </Veins>
  1010. <!-- End Poor Gold Huge Vein Hint Veins -->
  1011.  
  1012. </Veins>
  1013. <!-- End Preferred Biome Distribution (Poor Gold Huge Veins) Settings -->
  1014.  
  1015. </IfCondition>
  1016. <!-- End Huge Veins distribution of Poor Gold -->
  1017.  
  1018.  
  1019. <!-- Begin StrategicCloud distribution of Poor Gold -->
  1020. <IfCondition condition=':= rlcrPoorGoldDist = "strategicCloud"'>
  1021.  
  1022. <Cloud name='rlcrPoorGoldBaseCloud' block='Railcraft:ore:8' inherits='PresetStrategicCloud'>
  1023. <Description>
  1024. Large irregular clouds filled lightly with ore. These are huge, spanning several
  1025. adjacent chunks, and consequently rather rare. They contain a sizeable amount of
  1026. ore, but it takes some time and effort to mine due to low density.
  1027. The intent for strategic clouds is that the player will need to actively search for
  1028. one and then set up a semi-permanent mining base and spend some time actually mining
  1029. the ore.
  1030. </Description>
  1031. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1032. <WireframeColor>0x60463F16</WireframeColor>
  1033. <Setting name='CloudRadius' avg=':= 3 * 0.8 * rlcrPoorGoldSize * _default_' range=':= 3 * 0.8 * rlcrPoorGoldSize * _default_'/>
  1034. <Setting name='CloudThickness' avg=':= 3 * 0.8 * rlcrPoorGoldSize * _default_' range=':= 3 * 0.8 * rlcrPoorGoldSize * _default_'/>
  1035. <Setting name='CloudHeight' avg='16' range='16' type='normal' scaleTo='SeaLevel'/>
  1036. <Setting name='OreDensity' avg=':= 1 * 0.3 * _default_' range=':= _default_'/>
  1037. <Setting name='CloudThickness' avg=':= 3 * 0.8 * 0.8 * rlcrPoorGoldSize * _default_' range=':= 3 * 0.8 * 0.8 * rlcrPoorGoldSize * _default_'/>
  1038. <Setting name='DistributionFrequency' avg=':= 1 * 4.5 * rlcrPoorGoldFreq *_default_'/>
  1039. <Replaces block='minecraft:stone'/>
  1040.  
  1041. <!-- Begin Poor Gold Strategic Cloud Hint Veins -->
  1042. <Veins name='rlcrPoorGoldBaseHintVeins' block='Railcraft:ore:8' inherits='PresetHintVeins'>
  1043. <Description>
  1044. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  1045. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  1046. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  1047. deposits that would otherwise be very difficult to find.
  1048. </Description>
  1049. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1050. <WireframeColor>0x60463F16</WireframeColor>
  1051. <Replaces block='minecraft:dirt'/>
  1052. <Replaces block='minecraft:sandstone'/>
  1053. <Replaces block='minecraft:stone'/>
  1054. </Veins>
  1055. <!-- End Poor Gold Strategic Cloud Hint Veins -->
  1056.  
  1057. </Cloud>
  1058.  
  1059.  
  1060. </IfCondition>
  1061. <!-- End StrategicCloud distribution of Poor Gold -->
  1062.  
  1063.  
  1064. <!-- Begin Vanilla distribution of Poor Gold -->
  1065. <IfCondition condition=':= rlcrPoorGoldDist = "vanillaStdGen"'>
  1066.  
  1067. <StandardGen name='rlcrPoorGoldBaseStandard' block='Railcraft:ore:8' inherits='PresetStandardGen'>
  1068. <Description>
  1069. This mimics vanilla ore generation.
  1070. </Description>
  1071. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1072. <WireframeColor>0x60463F16</WireframeColor>
  1073. <Setting name='Size' avg=':= 3 * 1 * rlcrPoorGoldSize * _default_'/>
  1074. <Setting name='Height' avg=':= 16' range=':= 16' type='normal'/>
  1075. <Setting name='Frequency' avg=':= 1 * 1 * rlcrPoorGoldFreq * _default_'/>
  1076. <Replaces block='minecraft:stone'/>
  1077. </StandardGen>
  1078.  
  1079.  
  1080. </IfCondition>
  1081. <!-- End Vanilla distribution of Poor Gold -->
  1082.  
  1083. <!-- End Poor Gold Generation -->
  1084.  
  1085.  
  1086. <!-- Begin Poor Copper Generation -->
  1087.  
  1088. <!-- Begin LayeredVeins distribution of Poor Copper -->
  1089. <IfCondition condition=':= rlcrPoorCopperDist = "layeredVeins"'>
  1090.  
  1091. <Veins name='rlcrPoorCopperBaseVeins' block='Railcraft:ore:9' inherits='PresetLayeredVeins'>
  1092. <Description>
  1093. Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1094. </Description>
  1095. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1096. <WireframeColor>0x60463F16</WireframeColor>
  1097. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrPoorCopperSize * _default_' range=':= 3 * 1 * rlcrPoorCopperSize * _default_'/>
  1098. <Setting name='MotherlodeHeight' avg=':= 43' range=':= 10.5' type='normal' scaleTo='SeaLevel'/>
  1099. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrPoorCopperSize * _default_' range=':= 3 * 1 * rlcrPoorCopperSize * _default_'/>
  1100. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1101. <Setting name='MotherlodeFrequency' avg=':= 1 * 0.9 * rlcrPoorCopperFreq * _default_'/>
  1102. <Setting name='BranchHeightLimit' avg='10.5'/>
  1103. <Replaces block='minecraft:stone'/>
  1104. </Veins>
  1105.  
  1106. <!-- Begin Preferred Biome Distribution (Poor Copper Layered Veins) Settings -->
  1107. <Veins name='rlcrPoorCopperPrefersVeins' block='Railcraft:ore:9' inherits='rlcrPoorCopperBaseVeins'>
  1108. <Description>
  1109. Spawns 2 more times in preferred biomes.
  1110. </Description>
  1111. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1112. <WireframeColor>0x60463F16</WireframeColor>
  1113. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  1114. <BiomeType name='Cold'/>
  1115. <BiomeType name='Ocean' weight='-1'/>
  1116. </Veins>
  1117. <!-- End Preferred Biome Distribution (Poor Copper Layered Veins) Settings -->
  1118.  
  1119. </IfCondition>
  1120. <!-- End LayeredVeins distribution of Poor Copper -->
  1121.  
  1122.  
  1123. <!-- Begin Huge Veins distribution of Poor Copper -->
  1124. <IfCondition condition=':= rlcrPoorCopperDist = "hugeVeins"'>
  1125.  
  1126. <Veins name='rlcrPoorCopperBaseVeins' block='Railcraft:ore:9' inherits='PresetLayeredVeins'>
  1127. <Description>
  1128. Very large, extremely rare motherlodes. Each motherlode has many long slender branches - so thin that
  1129. parts of the branch won't contain any ore at all. This, combined with the incredible length of the
  1130. branches, makes them more challenging to follow underground. Once found, however, a motherlode contains
  1131. enough ore to keep a player supplied for a very long time.
  1132. The rarity of these veins might be too frustrating in a single-player setting. In SMP, though, teamwork
  1133. could make finding them much easier and the motherlodes are big enough to supply several people without
  1134. shortage. This might be a good way to add challenge to multiplayer worlds.
  1135. Credit: based on feedback by dyrewulf from the MC forums.
  1136. </Description>
  1137. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1138. <WireframeColor>0x60463F16</WireframeColor>
  1139. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrPoorCopperSize * _default_' range=':= 3 * 1 * rlcrPoorCopperSize * _default_'/>
  1140. <Setting name='MotherlodeHeight' avg=':= 43' range=':= 10.5' type='normal' scaleTo='SeaLevel' />
  1141. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrPoorCopperSize * _default_' range=':= 3 * 1 * rlcrPoorCopperSize * _default_'/>
  1142. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1143. <Setting name='MotherlodeFrequency' avg=':= 1 * 0.9 * rlcrPoorCopperFreq * _default_'/>
  1144. <Setting name='BranchHeightLimit' avg='10.5'/>
  1145. <Replaces block='minecraft:stone'/>
  1146.  
  1147. <!-- Begin Poor Copper Huge Vein Hint Veins -->
  1148. <Veins name='rlcrPoorCopperBaseHintVeins' block='Railcraft:ore:9' inherits='PresetHintVeins'>
  1149. <Description>
  1150. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  1151. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  1152. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  1153. deposits that would otherwise be very difficult to find.
  1154. </Description>
  1155. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1156. <WireframeColor>0x60463F16</WireframeColor>
  1157. <Replaces block='minecraft:dirt'/>
  1158. <Replaces block='minecraft:sandstone'/>
  1159. <Replaces block='minecraft:stone'/>
  1160. </Veins>
  1161. <!-- End Poor Copper Huge Vein Hint Veins -->
  1162.  
  1163. </Veins>
  1164.  
  1165. <!-- Begin Preferred Biome Distribution (Poor Copper Huge Veins) Settings -->
  1166. <Veins name='rlcrPoorCopperPrefersVeins' block='Railcraft:ore:9' inherits='rlcrPoorCopperBaseVeins'>
  1167. <Description>
  1168. Spawns 2 more times in preferred biomes.
  1169. </Description>
  1170. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1171. <WireframeColor>0x60463F16</WireframeColor>
  1172. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  1173. <BiomeType name='Cold'/>
  1174. <BiomeType name='Ocean' weight='-1'/>
  1175.  
  1176. <!-- Begin Poor Copper Huge Vein Hint Veins -->
  1177. <Veins name='rlcrPoorCopperPrefersHintVeins' block='Railcraft:ore:9' inherits='rlcrPoorCopperBaseHintVeins'>
  1178. <Description>
  1179. Spawns 2 more times in preferred biomes.
  1180. </Description>
  1181. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1182. <WireframeColor>0x60463F16</WireframeColor>
  1183. <Replaces block='minecraft:dirt'/>
  1184. <Replaces block='minecraft:sandstone'/>
  1185. <Replaces block='minecraft:stone'/>
  1186. <BiomeType name='Cold'/>
  1187. <BiomeType name='Ocean' weight='-1'/>
  1188. </Veins>
  1189. <!-- End Poor Copper Huge Vein Hint Veins -->
  1190.  
  1191. </Veins>
  1192. <!-- End Preferred Biome Distribution (Poor Copper Huge Veins) Settings -->
  1193.  
  1194. </IfCondition>
  1195. <!-- End Huge Veins distribution of Poor Copper -->
  1196.  
  1197.  
  1198. <!-- Begin StrategicCloud distribution of Poor Copper -->
  1199. <IfCondition condition=':= rlcrPoorCopperDist = "strategicCloud"'>
  1200.  
  1201. <Cloud name='rlcrPoorCopperBaseCloud' block='Railcraft:ore:9' inherits='PresetStrategicCloud'>
  1202. <Description>
  1203. Large irregular clouds filled lightly with ore. These are huge, spanning several
  1204. adjacent chunks, and consequently rather rare. They contain a sizeable amount of
  1205. ore, but it takes some time and effort to mine due to low density.
  1206. The intent for strategic clouds is that the player will need to actively search for
  1207. one and then set up a semi-permanent mining base and spend some time actually mining
  1208. the ore.
  1209. </Description>
  1210. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1211. <WireframeColor>0x60463F16</WireframeColor>
  1212. <Setting name='CloudRadius' avg=':= 3 * 1 * rlcrPoorCopperSize * _default_' range=':= 3 * 1 * rlcrPoorCopperSize * _default_'/>
  1213. <Setting name='CloudThickness' avg=':= 3 * 1 * rlcrPoorCopperSize * _default_' range=':= 3 * 1 * rlcrPoorCopperSize * _default_'/>
  1214. <Setting name='CloudHeight' avg='32' range='32' type='normal' scaleTo='SeaLevel'/>
  1215. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1216. <Setting name='CloudThickness' avg=':= 3 * 1 * 1 * rlcrPoorCopperSize * _default_' range=':= 3 * 1 * 1 * rlcrPoorCopperSize * _default_'/>
  1217. <Setting name='DistributionFrequency' avg=':= 1 * 2.5 * rlcrPoorCopperFreq *_default_'/>
  1218. <Replaces block='minecraft:stone'/>
  1219.  
  1220. <!-- Begin Poor Copper Strategic Cloud Hint Veins -->
  1221. <Veins name='rlcrPoorCopperBaseHintVeins' block='Railcraft:ore:9' inherits='PresetHintVeins'>
  1222. <Description>
  1223. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  1224. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  1225. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  1226. deposits that would otherwise be very difficult to find.
  1227. </Description>
  1228. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1229. <WireframeColor>0x60463F16</WireframeColor>
  1230. <Replaces block='minecraft:dirt'/>
  1231. <Replaces block='minecraft:sandstone'/>
  1232. <Replaces block='minecraft:stone'/>
  1233. </Veins>
  1234. <!-- End Poor Copper Strategic Cloud Hint Veins -->
  1235.  
  1236. </Cloud>
  1237.  
  1238.  
  1239. </IfCondition>
  1240. <!-- End StrategicCloud distribution of Poor Copper -->
  1241.  
  1242.  
  1243. <!-- Begin Vanilla distribution of Poor Copper -->
  1244. <IfCondition condition=':= rlcrPoorCopperDist = "vanillaStdGen"'>
  1245.  
  1246. <StandardGen name='rlcrPoorCopperBaseStandard' block='Railcraft:ore:9' inherits='PresetStandardGen'>
  1247. <Description>
  1248. This mimics vanilla ore generation.
  1249. </Description>
  1250. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1251. <WireframeColor>0x60463F16</WireframeColor>
  1252. <Setting name='Size' avg=':= 3 * 1 * rlcrPoorCopperSize * _default_'/>
  1253. <Setting name='Height' avg=':= 32' range=':= 32' type='normal'/>
  1254. <Setting name='Frequency' avg=':= 1 * 1 * rlcrPoorCopperFreq * _default_'/>
  1255. <Replaces block='minecraft:stone'/>
  1256. </StandardGen>
  1257.  
  1258.  
  1259. </IfCondition>
  1260. <!-- End Vanilla distribution of Poor Copper -->
  1261.  
  1262. <!-- End Poor Copper Generation -->
  1263.  
  1264.  
  1265. <!-- Begin Poor Tin Generation -->
  1266.  
  1267. <!-- Begin LayeredVeins distribution of Poor Tin -->
  1268. <IfCondition condition=':= rlcrPoorTinDist = "layeredVeins"'>
  1269.  
  1270. <Veins name='rlcrPoorTinBaseVeins' block='Railcraft:ore:10' inherits='PresetLayeredVeins'>
  1271. <Description>
  1272. Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1273. </Description>
  1274. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1275. <WireframeColor>0x60463F16</WireframeColor>
  1276. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrPoorTinSize * _default_' range=':= 3 * 1 * rlcrPoorTinSize * _default_'/>
  1277. <Setting name='MotherlodeHeight' avg=':= 43' range=':= 10.5' type='normal' scaleTo='SeaLevel'/>
  1278. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrPoorTinSize * _default_' range=':= 3 * 1 * rlcrPoorTinSize * _default_'/>
  1279. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1280. <Setting name='MotherlodeFrequency' avg=':= 1 * 0.9 * rlcrPoorTinFreq * _default_'/>
  1281. <Setting name='BranchHeightLimit' avg='10.5'/>
  1282. <Replaces block='minecraft:stone'/>
  1283. </Veins>
  1284.  
  1285. <!-- Begin Preferred Biome Distribution (Poor Tin Layered Veins) Settings -->
  1286. <Veins name='rlcrPoorTinPrefersVeins' block='Railcraft:ore:10' inherits='rlcrPoorTinBaseVeins'>
  1287. <Description>
  1288. Spawns 2 more times in preferred biomes.
  1289. </Description>
  1290. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1291. <WireframeColor>0x60463F16</WireframeColor>
  1292. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  1293. <BiomeType name='Cold'/>
  1294. <BiomeType name='Ocean' weight='-1'/>
  1295. </Veins>
  1296. <!-- End Preferred Biome Distribution (Poor Tin Layered Veins) Settings -->
  1297.  
  1298. </IfCondition>
  1299. <!-- End LayeredVeins distribution of Poor Tin -->
  1300.  
  1301.  
  1302. <!-- Begin Huge Veins distribution of Poor Tin -->
  1303. <IfCondition condition=':= rlcrPoorTinDist = "hugeVeins"'>
  1304.  
  1305. <Veins name='rlcrPoorTinBaseVeins' block='Railcraft:ore:10' inherits='PresetLayeredVeins'>
  1306. <Description>
  1307. Very large, extremely rare motherlodes. Each motherlode has many long slender branches - so thin that
  1308. parts of the branch won't contain any ore at all. This, combined with the incredible length of the
  1309. branches, makes them more challenging to follow underground. Once found, however, a motherlode contains
  1310. enough ore to keep a player supplied for a very long time.
  1311. The rarity of these veins might be too frustrating in a single-player setting. In SMP, though, teamwork
  1312. could make finding them much easier and the motherlodes are big enough to supply several people without
  1313. shortage. This might be a good way to add challenge to multiplayer worlds.
  1314. Credit: based on feedback by dyrewulf from the MC forums.
  1315. </Description>
  1316. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1317. <WireframeColor>0x60463F16</WireframeColor>
  1318. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrPoorTinSize * _default_' range=':= 3 * 1 * rlcrPoorTinSize * _default_'/>
  1319. <Setting name='MotherlodeHeight' avg=':= 43' range=':= 10.5' type='normal' scaleTo='SeaLevel' />
  1320. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrPoorTinSize * _default_' range=':= 3 * 1 * rlcrPoorTinSize * _default_'/>
  1321. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1322. <Setting name='MotherlodeFrequency' avg=':= 1 * 0.9 * rlcrPoorTinFreq * _default_'/>
  1323. <Setting name='BranchHeightLimit' avg='10.5'/>
  1324. <Replaces block='minecraft:stone'/>
  1325.  
  1326. <!-- Begin Poor Tin Huge Vein Hint Veins -->
  1327. <Veins name='rlcrPoorTinBaseHintVeins' block='Railcraft:ore:10' inherits='PresetHintVeins'>
  1328. <Description>
  1329. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  1330. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  1331. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  1332. deposits that would otherwise be very difficult to find.
  1333. </Description>
  1334. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1335. <WireframeColor>0x60463F16</WireframeColor>
  1336. <Replaces block='minecraft:dirt'/>
  1337. <Replaces block='minecraft:sandstone'/>
  1338. <Replaces block='minecraft:stone'/>
  1339. </Veins>
  1340. <!-- End Poor Tin Huge Vein Hint Veins -->
  1341.  
  1342. </Veins>
  1343.  
  1344. <!-- Begin Preferred Biome Distribution (Poor Tin Huge Veins) Settings -->
  1345. <Veins name='rlcrPoorTinPrefersVeins' block='Railcraft:ore:10' inherits='rlcrPoorTinBaseVeins'>
  1346. <Description>
  1347. Spawns 2 more times in preferred biomes.
  1348. </Description>
  1349. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1350. <WireframeColor>0x60463F16</WireframeColor>
  1351. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  1352. <BiomeType name='Cold'/>
  1353. <BiomeType name='Ocean' weight='-1'/>
  1354.  
  1355. <!-- Begin Poor Tin Huge Vein Hint Veins -->
  1356. <Veins name='rlcrPoorTinPrefersHintVeins' block='Railcraft:ore:10' inherits='rlcrPoorTinBaseHintVeins'>
  1357. <Description>
  1358. Spawns 2 more times in preferred biomes.
  1359. </Description>
  1360. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1361. <WireframeColor>0x60463F16</WireframeColor>
  1362. <Replaces block='minecraft:dirt'/>
  1363. <Replaces block='minecraft:sandstone'/>
  1364. <Replaces block='minecraft:stone'/>
  1365. <BiomeType name='Cold'/>
  1366. <BiomeType name='Ocean' weight='-1'/>
  1367. </Veins>
  1368. <!-- End Poor Tin Huge Vein Hint Veins -->
  1369.  
  1370. </Veins>
  1371. <!-- End Preferred Biome Distribution (Poor Tin Huge Veins) Settings -->
  1372.  
  1373. </IfCondition>
  1374. <!-- End Huge Veins distribution of Poor Tin -->
  1375.  
  1376.  
  1377. <!-- Begin StrategicCloud distribution of Poor Tin -->
  1378. <IfCondition condition=':= rlcrPoorTinDist = "strategicCloud"'>
  1379.  
  1380. <Cloud name='rlcrPoorTinBaseCloud' block='Railcraft:ore:10' inherits='PresetStrategicCloud'>
  1381. <Description>
  1382. Large irregular clouds filled lightly with ore. These are huge, spanning several
  1383. adjacent chunks, and consequently rather rare. They contain a sizeable amount of
  1384. ore, but it takes some time and effort to mine due to low density.
  1385. The intent for strategic clouds is that the player will need to actively search for
  1386. one and then set up a semi-permanent mining base and spend some time actually mining
  1387. the ore.
  1388. </Description>
  1389. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1390. <WireframeColor>0x60463F16</WireframeColor>
  1391. <Setting name='CloudRadius' avg=':= 3 * 1 * rlcrPoorTinSize * _default_' range=':= 3 * 1 * rlcrPoorTinSize * _default_'/>
  1392. <Setting name='CloudThickness' avg=':= 3 * 1 * rlcrPoorTinSize * _default_' range=':= 3 * 1 * rlcrPoorTinSize * _default_'/>
  1393. <Setting name='CloudHeight' avg='32' range='32' type='normal' scaleTo='SeaLevel'/>
  1394. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1395. <Setting name='CloudThickness' avg=':= 3 * 1 * 1 * rlcrPoorTinSize * _default_' range=':= 3 * 1 * 1 * rlcrPoorTinSize * _default_'/>
  1396. <Setting name='DistributionFrequency' avg=':= 1 * 2.5 * rlcrPoorTinFreq *_default_'/>
  1397. <Replaces block='minecraft:stone'/>
  1398.  
  1399. <!-- Begin Poor Tin Strategic Cloud Hint Veins -->
  1400. <Veins name='rlcrPoorTinBaseHintVeins' block='Railcraft:ore:10' inherits='PresetHintVeins'>
  1401. <Description>
  1402. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  1403. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  1404. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  1405. deposits that would otherwise be very difficult to find.
  1406. </Description>
  1407. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1408. <WireframeColor>0x60463F16</WireframeColor>
  1409. <Replaces block='minecraft:dirt'/>
  1410. <Replaces block='minecraft:sandstone'/>
  1411. <Replaces block='minecraft:stone'/>
  1412. </Veins>
  1413. <!-- End Poor Tin Strategic Cloud Hint Veins -->
  1414.  
  1415. </Cloud>
  1416.  
  1417.  
  1418. </IfCondition>
  1419. <!-- End StrategicCloud distribution of Poor Tin -->
  1420.  
  1421.  
  1422. <!-- Begin Vanilla distribution of Poor Tin -->
  1423. <IfCondition condition=':= rlcrPoorTinDist = "vanillaStdGen"'>
  1424.  
  1425. <StandardGen name='rlcrPoorTinBaseStandard' block='Railcraft:ore:10' inherits='PresetStandardGen'>
  1426. <Description>
  1427. This mimics vanilla ore generation.
  1428. </Description>
  1429. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1430. <WireframeColor>0x60463F16</WireframeColor>
  1431. <Setting name='Size' avg=':= 3 * 1 * rlcrPoorTinSize * _default_'/>
  1432. <Setting name='Height' avg=':= 32' range=':= 32' type='normal'/>
  1433. <Setting name='Frequency' avg=':= 1 * 1 * rlcrPoorTinFreq * _default_'/>
  1434. <Replaces block='minecraft:stone'/>
  1435. </StandardGen>
  1436.  
  1437.  
  1438. </IfCondition>
  1439. <!-- End Vanilla distribution of Poor Tin -->
  1440.  
  1441. <!-- End Poor Tin Generation -->
  1442.  
  1443.  
  1444. <!-- Begin Poor Lead Generation -->
  1445.  
  1446. <!-- Begin LayeredVeins distribution of Poor Lead -->
  1447. <IfCondition condition=':= rlcrPoorLeadDist = "layeredVeins"'>
  1448.  
  1449. <Veins name='rlcrPoorLeadBaseVeins' block='Railcraft:ore:11' inherits='PresetLayeredVeins'>
  1450. <Description>
  1451. Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1452. </Description>
  1453. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1454. <WireframeColor>0x60463F16</WireframeColor>
  1455. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrPoorLeadSize * _default_' range=':= 3 * 1 * rlcrPoorLeadSize * _default_'/>
  1456. <Setting name='MotherlodeHeight' avg=':= 43' range=':= 10.5' type='normal' scaleTo='SeaLevel'/>
  1457. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrPoorLeadSize * _default_' range=':= 3 * 1 * rlcrPoorLeadSize * _default_'/>
  1458. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1459. <Setting name='MotherlodeFrequency' avg=':= 1 * 0.9 * rlcrPoorLeadFreq * _default_'/>
  1460. <Setting name='BranchHeightLimit' avg='10.5'/>
  1461. <Replaces block='minecraft:stone'/>
  1462. </Veins>
  1463.  
  1464. <!-- Begin Preferred Biome Distribution (Poor Lead Layered Veins) Settings -->
  1465. <Veins name='rlcrPoorLeadPrefersVeins' block='Railcraft:ore:11' inherits='rlcrPoorLeadBaseVeins'>
  1466. <Description>
  1467. Spawns 2 more times in preferred biomes.
  1468. </Description>
  1469. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1470. <WireframeColor>0x60463F16</WireframeColor>
  1471. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  1472. <BiomeType name='Cold'/>
  1473. <BiomeType name='Ocean' weight='-1'/>
  1474. </Veins>
  1475. <!-- End Preferred Biome Distribution (Poor Lead Layered Veins) Settings -->
  1476.  
  1477. </IfCondition>
  1478. <!-- End LayeredVeins distribution of Poor Lead -->
  1479.  
  1480.  
  1481. <!-- Begin Huge Veins distribution of Poor Lead -->
  1482. <IfCondition condition=':= rlcrPoorLeadDist = "hugeVeins"'>
  1483.  
  1484. <Veins name='rlcrPoorLeadBaseVeins' block='Railcraft:ore:11' inherits='PresetLayeredVeins'>
  1485. <Description>
  1486. Very large, extremely rare motherlodes. Each motherlode has many long slender branches - so thin that
  1487. parts of the branch won't contain any ore at all. This, combined with the incredible length of the
  1488. branches, makes them more challenging to follow underground. Once found, however, a motherlode contains
  1489. enough ore to keep a player supplied for a very long time.
  1490. The rarity of these veins might be too frustrating in a single-player setting. In SMP, though, teamwork
  1491. could make finding them much easier and the motherlodes are big enough to supply several people without
  1492. shortage. This might be a good way to add challenge to multiplayer worlds.
  1493. Credit: based on feedback by dyrewulf from the MC forums.
  1494. </Description>
  1495. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1496. <WireframeColor>0x60463F16</WireframeColor>
  1497. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrPoorLeadSize * _default_' range=':= 3 * 1 * rlcrPoorLeadSize * _default_'/>
  1498. <Setting name='MotherlodeHeight' avg=':= 43' range=':= 10.5' type='normal' scaleTo='SeaLevel' />
  1499. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrPoorLeadSize * _default_' range=':= 3 * 1 * rlcrPoorLeadSize * _default_'/>
  1500. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1501. <Setting name='MotherlodeFrequency' avg=':= 1 * 0.9 * rlcrPoorLeadFreq * _default_'/>
  1502. <Setting name='BranchHeightLimit' avg='10.5'/>
  1503. <Replaces block='minecraft:stone'/>
  1504.  
  1505. <!-- Begin Poor Lead Huge Vein Hint Veins -->
  1506. <Veins name='rlcrPoorLeadBaseHintVeins' block='Railcraft:ore:11' inherits='PresetHintVeins'>
  1507. <Description>
  1508. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  1509. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  1510. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  1511. deposits that would otherwise be very difficult to find.
  1512. </Description>
  1513. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1514. <WireframeColor>0x60463F16</WireframeColor>
  1515. <Replaces block='minecraft:dirt'/>
  1516. <Replaces block='minecraft:sandstone'/>
  1517. <Replaces block='minecraft:stone'/>
  1518. </Veins>
  1519. <!-- End Poor Lead Huge Vein Hint Veins -->
  1520.  
  1521. </Veins>
  1522.  
  1523. <!-- Begin Preferred Biome Distribution (Poor Lead Huge Veins) Settings -->
  1524. <Veins name='rlcrPoorLeadPrefersVeins' block='Railcraft:ore:11' inherits='rlcrPoorLeadBaseVeins'>
  1525. <Description>
  1526. Spawns 2 more times in preferred biomes.
  1527. </Description>
  1528. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1529. <WireframeColor>0x60463F16</WireframeColor>
  1530. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  1531. <BiomeType name='Cold'/>
  1532. <BiomeType name='Ocean' weight='-1'/>
  1533.  
  1534. <!-- Begin Poor Lead Huge Vein Hint Veins -->
  1535. <Veins name='rlcrPoorLeadPrefersHintVeins' block='Railcraft:ore:11' inherits='rlcrPoorLeadBaseHintVeins'>
  1536. <Description>
  1537. Spawns 2 more times in preferred biomes.
  1538. </Description>
  1539. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1540. <WireframeColor>0x60463F16</WireframeColor>
  1541. <Replaces block='minecraft:dirt'/>
  1542. <Replaces block='minecraft:sandstone'/>
  1543. <Replaces block='minecraft:stone'/>
  1544. <BiomeType name='Cold'/>
  1545. <BiomeType name='Ocean' weight='-1'/>
  1546. </Veins>
  1547. <!-- End Poor Lead Huge Vein Hint Veins -->
  1548.  
  1549. </Veins>
  1550. <!-- End Preferred Biome Distribution (Poor Lead Huge Veins) Settings -->
  1551.  
  1552. </IfCondition>
  1553. <!-- End Huge Veins distribution of Poor Lead -->
  1554.  
  1555.  
  1556. <!-- Begin StrategicCloud distribution of Poor Lead -->
  1557. <IfCondition condition=':= rlcrPoorLeadDist = "strategicCloud"'>
  1558.  
  1559. <Cloud name='rlcrPoorLeadBaseCloud' block='Railcraft:ore:11' inherits='PresetStrategicCloud'>
  1560. <Description>
  1561. Large irregular clouds filled lightly with ore. These are huge, spanning several
  1562. adjacent chunks, and consequently rather rare. They contain a sizeable amount of
  1563. ore, but it takes some time and effort to mine due to low density.
  1564. The intent for strategic clouds is that the player will need to actively search for
  1565. one and then set up a semi-permanent mining base and spend some time actually mining
  1566. the ore.
  1567. </Description>
  1568. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1569. <WireframeColor>0x60463F16</WireframeColor>
  1570. <Setting name='CloudRadius' avg=':= 3 * 1 * rlcrPoorLeadSize * _default_' range=':= 3 * 1 * rlcrPoorLeadSize * _default_'/>
  1571. <Setting name='CloudThickness' avg=':= 3 * 1 * rlcrPoorLeadSize * _default_' range=':= 3 * 1 * rlcrPoorLeadSize * _default_'/>
  1572. <Setting name='CloudHeight' avg='32' range='32' type='normal' scaleTo='SeaLevel'/>
  1573. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1574. <Setting name='CloudThickness' avg=':= 3 * 1 * 1 * rlcrPoorLeadSize * _default_' range=':= 3 * 1 * 1 * rlcrPoorLeadSize * _default_'/>
  1575. <Setting name='DistributionFrequency' avg=':= 1 * 2.5 * rlcrPoorLeadFreq *_default_'/>
  1576. <Replaces block='minecraft:stone'/>
  1577.  
  1578. <!-- Begin Poor Lead Strategic Cloud Hint Veins -->
  1579. <Veins name='rlcrPoorLeadBaseHintVeins' block='Railcraft:ore:11' inherits='PresetHintVeins'>
  1580. <Description>
  1581. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  1582. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  1583. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  1584. deposits that would otherwise be very difficult to find.
  1585. </Description>
  1586. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1587. <WireframeColor>0x60463F16</WireframeColor>
  1588. <Replaces block='minecraft:dirt'/>
  1589. <Replaces block='minecraft:sandstone'/>
  1590. <Replaces block='minecraft:stone'/>
  1591. </Veins>
  1592. <!-- End Poor Lead Strategic Cloud Hint Veins -->
  1593.  
  1594. </Cloud>
  1595.  
  1596.  
  1597. </IfCondition>
  1598. <!-- End StrategicCloud distribution of Poor Lead -->
  1599.  
  1600.  
  1601. <!-- Begin Vanilla distribution of Poor Lead -->
  1602. <IfCondition condition=':= rlcrPoorLeadDist = "vanillaStdGen"'>
  1603.  
  1604. <StandardGen name='rlcrPoorLeadBaseStandard' block='Railcraft:ore:11' inherits='PresetStandardGen'>
  1605. <Description>
  1606. This mimics vanilla ore generation.
  1607. </Description>
  1608. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1609. <WireframeColor>0x60463F16</WireframeColor>
  1610. <Setting name='Size' avg=':= 3 * 1 * rlcrPoorLeadSize * _default_'/>
  1611. <Setting name='Height' avg=':= 32' range=':= 32' type='normal'/>
  1612. <Setting name='Frequency' avg=':= 1 * 1 * rlcrPoorLeadFreq * _default_'/>
  1613. <Replaces block='minecraft:stone'/>
  1614. </StandardGen>
  1615.  
  1616.  
  1617. </IfCondition>
  1618. <!-- End Vanilla distribution of Poor Lead -->
  1619.  
  1620. <!-- End Poor Lead Generation -->
  1621.  
  1622.  
  1623. <!-- Begin Saltpeter Generation -->
  1624.  
  1625. <!-- Begin LayeredVeins distribution of Saltpeter -->
  1626. <IfCondition condition=':= rlcrSaltpeterDist = "layeredVeins"'>
  1627.  
  1628. <Veins name='rlcrSaltpeterBaseVeins' block='Railcraft:ore:1' inherits='PresetLayeredVeins'>
  1629. <Description>
  1630. Small, fairly rare motherlodes with 2-4 horizontal veins each.
  1631. </Description>
  1632. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1633. <WireframeColor>0x60463F16</WireframeColor>
  1634. <Setting name='MotherlodeSize' avg=':= 1 * 1 * rlcrSaltpeterSize * _default_' range=':= 1 * 1 * rlcrSaltpeterSize * _default_'/>
  1635. <Setting name='MotherlodeHeight' avg=':= 60' range=':= 10' type='normal' scaleTo='SeaLevel'/>
  1636. <Setting name='SegmentRadius' avg=':= 1 * 1 * rlcrSaltpeterSize * _default_' range=':= 1 * 1 * rlcrSaltpeterSize * _default_'/>
  1637. <Setting name='OreDensity' avg=':= 1 * 1.75 * _default_' range=':= _default_'/>
  1638. <Setting name='MotherlodeFrequency' avg=':= 1 * 10.7 * rlcrSaltpeterFreq * _default_'/>
  1639. <Setting name='BranchLength' avg=':= 0.45 * _default_' range=':= 0.45 * _default_'/>
  1640. <Setting name='BranchHeightLimit' avg='10'/>
  1641. <Setting name='BranchInclination' avg='0' range='0.35'/>
  1642. <Replaces block='minecraft:sandstone'/>
  1643. </Veins>
  1644.  
  1645. <!-- Begin Preferred Biome Distribution (Saltpeter Layered Veins) Settings -->
  1646. <Veins name='rlcrSaltpeterPrefersVeins' block='Railcraft:ore:1' inherits='rlcrSaltpeterBaseVeins'>
  1647. <Description>
  1648. Spawns 2 more times in preferred biomes.
  1649. </Description>
  1650. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1651. <WireframeColor>0x60463F16</WireframeColor>
  1652. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  1653. <BiomeType name='Desert'/>
  1654. </Veins>
  1655. <!-- End Preferred Biome Distribution (Saltpeter Layered Veins) Settings -->
  1656.  
  1657. </IfCondition>
  1658. <!-- End LayeredVeins distribution of Saltpeter -->
  1659.  
  1660.  
  1661. <!-- Begin Huge Veins distribution of Saltpeter -->
  1662. <IfCondition condition=':= rlcrSaltpeterDist = "hugeVeins"'>
  1663.  
  1664. <Veins name='rlcrSaltpeterBaseVeins' block='Railcraft:ore:1' inherits='PresetLayeredVeins'>
  1665. <Description>
  1666. Very large, extremely rare motherlodes. Each motherlode has many long slender branches - so thin that
  1667. parts of the branch won't contain any ore at all. This, combined with the incredible length of the
  1668. branches, makes them more challenging to follow underground. Once found, however, a motherlode contains
  1669. enough ore to keep a player supplied for a very long time.
  1670. The rarity of these veins might be too frustrating in a single-player setting. In SMP, though, teamwork
  1671. could make finding them much easier and the motherlodes are big enough to supply several people without
  1672. shortage. This might be a good way to add challenge to multiplayer worlds.
  1673. Credit: based on feedback by dyrewulf from the MC forums.
  1674. </Description>
  1675. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1676. <WireframeColor>0x60463F16</WireframeColor>
  1677. <Setting name='MotherlodeSize' avg=':= 1 * 1 * rlcrSaltpeterSize * _default_' range=':= 1 * 1 * rlcrSaltpeterSize * _default_'/>
  1678. <Setting name='MotherlodeHeight' avg=':= 60' range=':= 10' type='normal' scaleTo='SeaLevel' />
  1679. <Setting name='SegmentRadius' avg=':= 1 * 1 * rlcrSaltpeterSize * _default_' range=':= 1 * 1 * rlcrSaltpeterSize * _default_'/>
  1680. <Setting name='OreDensity' avg=':= 1 * 1.75 * _default_' range=':= _default_'/>
  1681. <Setting name='MotherlodeFrequency' avg=':= 1 * 10.7 * rlcrSaltpeterFreq * _default_'/>
  1682. <Setting name='BranchLength' avg=':= 0.45 * _default_' range=':= 0.45 * _default_'/>
  1683. <Setting name='BranchHeightLimit' avg='10'/>
  1684. <Setting name='BranchInclination' avg='0' range='0.35'/>
  1685. <Replaces block='minecraft:sandstone'/>
  1686.  
  1687. <!-- Begin Saltpeter Huge Vein Hint Veins -->
  1688. <Veins name='rlcrSaltpeterBaseHintVeins' block='Railcraft:ore:1' inherits='PresetHintVeins'>
  1689. <Description>
  1690. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  1691. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  1692. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  1693. deposits that would otherwise be very difficult to find.
  1694. </Description>
  1695. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1696. <WireframeColor>0x60463F16</WireframeColor>
  1697. <Replaces block='minecraft:dirt'/>
  1698. <Replaces block='minecraft:sandstone'/>
  1699. <Replaces block='minecraft:sandstone'/>
  1700. </Veins>
  1701. <!-- End Saltpeter Huge Vein Hint Veins -->
  1702.  
  1703. </Veins>
  1704.  
  1705. <!-- Begin Preferred Biome Distribution (Saltpeter Huge Veins) Settings -->
  1706. <Veins name='rlcrSaltpeterPrefersVeins' block='Railcraft:ore:1' inherits='rlcrSaltpeterBaseVeins'>
  1707. <Description>
  1708. Spawns 2 more times in preferred biomes.
  1709. </Description>
  1710. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1711. <WireframeColor>0x60463F16</WireframeColor>
  1712. <Setting name='MotherlodeFrequency' avg=':= 2 * _default_'/>
  1713. <BiomeType name='Desert'/>
  1714.  
  1715. <!-- Begin Saltpeter Huge Vein Hint Veins -->
  1716. <Veins name='rlcrSaltpeterPrefersHintVeins' block='Railcraft:ore:1' inherits='rlcrSaltpeterBaseHintVeins'>
  1717. <Description>
  1718. Spawns 2 more times in preferred biomes.
  1719. </Description>
  1720. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1721. <WireframeColor>0x60463F16</WireframeColor>
  1722. <Replaces block='minecraft:dirt'/>
  1723. <Replaces block='minecraft:sandstone'/>
  1724. <Replaces block='minecraft:sandstone'/>
  1725. <BiomeType name='Desert'/>
  1726. </Veins>
  1727. <!-- End Saltpeter Huge Vein Hint Veins -->
  1728.  
  1729. </Veins>
  1730. <!-- End Preferred Biome Distribution (Saltpeter Huge Veins) Settings -->
  1731.  
  1732. </IfCondition>
  1733. <!-- End Huge Veins distribution of Saltpeter -->
  1734.  
  1735.  
  1736. <!-- Begin StrategicCloud distribution of Saltpeter -->
  1737. <IfCondition condition=':= rlcrSaltpeterDist = "strategicCloud"'>
  1738.  
  1739. <Cloud name='rlcrSaltpeterBaseCloud' block='Railcraft:ore:1' inherits='PresetStrategicCloud'>
  1740. <Description>
  1741. Large irregular clouds filled lightly with ore. These are huge, spanning several
  1742. adjacent chunks, and consequently rather rare. They contain a sizeable amount of
  1743. ore, but it takes some time and effort to mine due to low density.
  1744. The intent for strategic clouds is that the player will need to actively search for
  1745. one and then set up a semi-permanent mining base and spend some time actually mining
  1746. the ore.
  1747. </Description>
  1748. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1749. <WireframeColor>0x60463F16</WireframeColor>
  1750. <Setting name='CloudRadius' avg=':= 1 * 1.2 * rlcrSaltpeterSize * _default_' range=':= 1 * 1.2 * rlcrSaltpeterSize * _default_'/>
  1751. <Setting name='CloudThickness' avg=':= 1 * 1.2 * rlcrSaltpeterSize * _default_' range=':= 1 * 1.2 * rlcrSaltpeterSize * _default_'/>
  1752. <Setting name='CloudHeight' avg='60' range='10' type='normal' scaleTo='SeaLevel'/>
  1753. <Setting name='OreDensity' avg=':= 1 * 0.75 * _default_' range=':= _default_'/>
  1754. <Setting name='CloudThickness' avg=':= 1 * 1 * 1.2 * rlcrSaltpeterSize * _default_' range=':= 1 * 1 * 1.2 * rlcrSaltpeterSize * _default_'/>
  1755. <Setting name='DistributionFrequency' avg=':= 1 * 5 * rlcrSaltpeterFreq *_default_'/>
  1756. <Replaces block='minecraft:sandstone'/>
  1757.  
  1758. <!-- Begin Saltpeter Strategic Cloud Hint Veins -->
  1759. <Veins name='rlcrSaltpeterBaseHintVeins' block='Railcraft:ore:1' inherits='PresetHintVeins'>
  1760. <Description>
  1761. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  1762. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  1763. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  1764. deposits that would otherwise be very difficult to find.
  1765. </Description>
  1766. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1767. <WireframeColor>0x60463F16</WireframeColor>
  1768. <Replaces block='minecraft:dirt'/>
  1769. <Replaces block='minecraft:sandstone'/>
  1770. <Replaces block='minecraft:sandstone'/>
  1771. </Veins>
  1772. <!-- End Saltpeter Strategic Cloud Hint Veins -->
  1773.  
  1774. </Cloud>
  1775.  
  1776.  
  1777. </IfCondition>
  1778. <!-- End StrategicCloud distribution of Saltpeter -->
  1779.  
  1780.  
  1781. <!-- Begin Vanilla distribution of Saltpeter -->
  1782. <IfCondition condition=':= rlcrSaltpeterDist = "vanillaStdGen"'>
  1783.  
  1784. <StandardGen name='rlcrSaltpeterBaseStandard' block='Railcraft:ore:1' inherits='PresetStandardGen'>
  1785. <Description>
  1786. This mimics vanilla ore generation.
  1787. </Description>
  1788. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1789. <WireframeColor>0x60463F16</WireframeColor>
  1790. <Setting name='Size' avg=':= 1 * 2 * rlcrSaltpeterSize * _default_'/>
  1791. <Setting name='Height' avg=':= 60' range=':= 10' type='normal'/>
  1792. <Setting name='Frequency' avg=':= 1 * 1 * rlcrSaltpeterFreq * _default_'/>
  1793. <Replaces block='minecraft:sandstone'/>
  1794. </StandardGen>
  1795.  
  1796.  
  1797. </IfCondition>
  1798. <!-- End Vanilla distribution of Saltpeter -->
  1799.  
  1800. <!-- End Saltpeter Generation -->
  1801.  
  1802.  
  1803. <!-- Begin Remove Abyssal Stone Generation -->
  1804.  
  1805. <!-- Begin Substitute distribution of Remove Abyssal Stone -->
  1806. <IfCondition condition=':= rlcrRemoveAbyssalStoneDist = "substituteGen"'>
  1807.  
  1808. <Substitute name='rlcrRemoveAbyssalStoneBaseSubstitute' block='minecraft:stone'>
  1809. <Description> This is a straight-up replacement of one block with another. </Description>
  1810. <Replaces block='Railcraft:cube:6'/>
  1811. </Substitute>
  1812.  
  1813. </IfCondition>
  1814. <!-- End Substitute distribution of Remove Abyssal Stone -->
  1815.  
  1816. <!-- End Remove Abyssal Stone Generation -->
  1817.  
  1818.  
  1819. <!-- Begin Abyssal Diamond Generation -->
  1820.  
  1821. <!-- Begin Geodes distribution of Abyssal Diamond -->
  1822. <IfCondition condition=':= rlcrAbyssalDiamondDist = "geodes"'>
  1823.  
  1824.  
  1825. <!-- Begin Abyssal Diamond Geode Crust -->
  1826. <Veins name='rlcrAbyssalDiamondBaseShell' block='Railcraft:cube:6' inherits='PresetSmallDeposits' seed='0x87B1'>
  1827. <Description>
  1828. The geode's outer shell, composed of the Pipe material.
  1829. </Description>
  1830. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1831. <WireframeColor>0x60463F16</WireframeColor>
  1832. <Setting name='MotherlodeSize' avg=':= 3 * 3 * 1 * rlcrAbyssalDiamondSize * _default_' range=':= 3 * 1 * rlcrAbyssalDiamondSize * _default_'/>
  1833. <Setting name='MotherlodeHeight' avg=':= 16' range=':= 16' type='normal' scaleTo='SeaLevel' />
  1834. <Setting name='MotherlodeFrequency' avg=':= 0.2 * 1 * rlcrAbyssalDiamondFreq * _default_'/>
  1835. <Replaces block='minecraft:air'/>
  1836. <Replaces block='minecraft:water'/>
  1837. <Replaces block='minecraft:lava'/>
  1838. <Replaces block='minecraft:stone'/>
  1839. <BiomeType name='Ocean'/>
  1840. </Veins>
  1841. <!-- End Abyssal Diamond Geode Crust -->
  1842.  
  1843.  
  1844. <!-- Begin Abyssal Diamond Geode Crystals -->
  1845. <Veins name='rlcrAbyssalDiamondBaseCrystal' block='Railcraft:ore:2' inherits='PresetSmallDeposits' seed='0x87B1'>
  1846. <Description>
  1847. The geode's inner material, usually some form of crystal.
  1848. </Description>
  1849. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1850. <WireframeColor>0x60463F16</WireframeColor>
  1851. <Setting name='MotherlodeSize' avg=':= 1.5 * 3 * 1 * rlcrAbyssalDiamondSize * _default_' range=':= 3 * 1 * rlcrAbyssalDiamondSize * _default_'/>
  1852. <Setting name='MotherlodeHeight' avg=':= 16' range=':= 16' type='normal' scaleTo='SeaLevel' />
  1853. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1854. <Setting name='MotherlodeFrequency' avg=':= 0.2 * 1 * rlcrAbyssalDiamondFreq * _default_'/>
  1855. <Replaces block='minecraft:stone'/>
  1856. <BiomeType name='Ocean'/>
  1857. </Veins>
  1858. <!-- End Abyssal Diamond Geode Crystals -->
  1859.  
  1860.  
  1861. <!-- Begin Abyssal Diamond Geode Air Pocket -->
  1862. <Veins name='rlcrAbyssalDiamondBaseAirBubble' block='minecraft:air' inherits='PresetSmallDeposits' seed='0x87B1'>
  1863. <Description>
  1864. The air pocket within the center of a geode.
  1865. </Description>
  1866. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1867. <WireframeColor>0x60463F16</WireframeColor>
  1868. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrAbyssalDiamondSize * _default_' range=':= 3 * 1 * rlcrAbyssalDiamondSize * _default_'/>
  1869. <Setting name='MotherlodeHeight' avg=':= 16' range=':= 16' type='normal' scaleTo='SeaLevel' />
  1870. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrAbyssalDiamondSize * _default_' range=':= 3 * 1 * rlcrAbyssalDiamondSize * _default_'/>
  1871. <Setting name='MotherlodeFrequency' avg=':= 0.2 * 1 * rlcrAbyssalDiamondFreq * _default_'/>
  1872. <Replaces block='minecraft:stone'/>
  1873. <BiomeType name='Ocean'/>
  1874. </Veins>
  1875. <!-- End Abyssal Diamond Geode Air Pocket -->
  1876.  
  1877.  
  1878. </IfCondition>
  1879. <!-- End Geodes distribution of Abyssal Diamond -->
  1880.  
  1881. <!-- End Abyssal Diamond Generation -->
  1882.  
  1883.  
  1884. <!-- Begin Abyssal Emerald Generation -->
  1885.  
  1886. <!-- Begin Geodes distribution of Abyssal Emerald -->
  1887. <IfCondition condition=':= rlcrAbyssalEmeraldDist = "geodes"'>
  1888.  
  1889.  
  1890. <!-- Begin Abyssal Emerald Geode Crust -->
  1891. <Veins name='rlcrAbyssalEmeraldBaseShell' block='Railcraft:cube:6' inherits='PresetSmallDeposits' seed='0x778F'>
  1892. <Description>
  1893. The geode's outer shell, composed of the Pipe material.
  1894. </Description>
  1895. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1896. <WireframeColor>0x60463F16</WireframeColor>
  1897. <Setting name='MotherlodeSize' avg=':= 3 * 3 * 1 * rlcrAbyssalEmeraldSize * _default_' range=':= 3 * 1 * rlcrAbyssalEmeraldSize * _default_'/>
  1898. <Setting name='MotherlodeHeight' avg=':= 16' range=':= 16' type='normal' scaleTo='SeaLevel' />
  1899. <Setting name='MotherlodeFrequency' avg=':= 0.2 * 1 * rlcrAbyssalEmeraldFreq * _default_'/>
  1900. <Replaces block='minecraft:air'/>
  1901. <Replaces block='minecraft:water'/>
  1902. <Replaces block='minecraft:lava'/>
  1903. <Replaces block='minecraft:stone'/>
  1904. <BiomeType name='Ocean'/>
  1905. </Veins>
  1906. <!-- End Abyssal Emerald Geode Crust -->
  1907.  
  1908.  
  1909. <!-- Begin Abyssal Emerald Geode Crystals -->
  1910. <Veins name='rlcrAbyssalEmeraldBaseCrystal' block='Railcraft:ore:3' inherits='PresetSmallDeposits' seed='0x778F'>
  1911. <Description>
  1912. The geode's inner material, usually some form of crystal.
  1913. </Description>
  1914. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1915. <WireframeColor>0x60463F16</WireframeColor>
  1916. <Setting name='MotherlodeSize' avg=':= 1.5 * 3 * 1 * rlcrAbyssalEmeraldSize * _default_' range=':= 3 * 1 * rlcrAbyssalEmeraldSize * _default_'/>
  1917. <Setting name='MotherlodeHeight' avg=':= 16' range=':= 16' type='normal' scaleTo='SeaLevel' />
  1918. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1919. <Setting name='MotherlodeFrequency' avg=':= 0.2 * 1 * rlcrAbyssalEmeraldFreq * _default_'/>
  1920. <Replaces block='minecraft:stone'/>
  1921. <BiomeType name='Ocean'/>
  1922. </Veins>
  1923. <!-- End Abyssal Emerald Geode Crystals -->
  1924.  
  1925.  
  1926. <!-- Begin Abyssal Emerald Geode Air Pocket -->
  1927. <Veins name='rlcrAbyssalEmeraldBaseAirBubble' block='minecraft:air' inherits='PresetSmallDeposits' seed='0x778F'>
  1928. <Description>
  1929. The air pocket within the center of a geode.
  1930. </Description>
  1931. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1932. <WireframeColor>0x60463F16</WireframeColor>
  1933. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrAbyssalEmeraldSize * _default_' range=':= 3 * 1 * rlcrAbyssalEmeraldSize * _default_'/>
  1934. <Setting name='MotherlodeHeight' avg=':= 16' range=':= 16' type='normal' scaleTo='SeaLevel' />
  1935. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrAbyssalEmeraldSize * _default_' range=':= 3 * 1 * rlcrAbyssalEmeraldSize * _default_'/>
  1936. <Setting name='MotherlodeFrequency' avg=':= 0.2 * 1 * rlcrAbyssalEmeraldFreq * _default_'/>
  1937. <Replaces block='minecraft:stone'/>
  1938. <BiomeType name='Ocean'/>
  1939. </Veins>
  1940. <!-- End Abyssal Emerald Geode Air Pocket -->
  1941.  
  1942.  
  1943. </IfCondition>
  1944. <!-- End Geodes distribution of Abyssal Emerald -->
  1945.  
  1946. <!-- End Abyssal Emerald Generation -->
  1947.  
  1948.  
  1949. <!-- Begin Abyssal Lapis Lazuli Generation -->
  1950.  
  1951. <!-- Begin Geodes distribution of Abyssal Lapis Lazuli -->
  1952. <IfCondition condition=':= rlcrAbyssalLapisLazuliDist = "geodes"'>
  1953.  
  1954.  
  1955. <!-- Begin Abyssal Lapis Lazuli Geode Crust -->
  1956. <Veins name='rlcrAbyssalLapisLazuliBaseShell' block='Railcraft:cube:6' inherits='PresetSmallDeposits' seed='0x1B21'>
  1957. <Description>
  1958. The geode's outer shell, composed of the Pipe material.
  1959. </Description>
  1960. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1961. <WireframeColor>0x60463F16</WireframeColor>
  1962. <Setting name='MotherlodeSize' avg=':= 3 * 3 * 1 * rlcrAbyssalLapisLazuliSize * _default_' range=':= 3 * 1 * rlcrAbyssalLapisLazuliSize * _default_'/>
  1963. <Setting name='MotherlodeHeight' avg=':= 16' range=':= 16' type='normal' scaleTo='SeaLevel' />
  1964. <Setting name='MotherlodeFrequency' avg=':= 0.2 * 1 * rlcrAbyssalLapisLazuliFreq * _default_'/>
  1965. <Replaces block='minecraft:air'/>
  1966. <Replaces block='minecraft:water'/>
  1967. <Replaces block='minecraft:lava'/>
  1968. <Replaces block='minecraft:stone'/>
  1969. <BiomeType name='Ocean'/>
  1970. </Veins>
  1971. <!-- End Abyssal Lapis Lazuli Geode Crust -->
  1972.  
  1973.  
  1974. <!-- Begin Abyssal Lapis Lazuli Geode Crystals -->
  1975. <Veins name='rlcrAbyssalLapisLazuliBaseCrystal' block='Railcraft:ore:4' inherits='PresetSmallDeposits' seed='0x1B21'>
  1976. <Description>
  1977. The geode's inner material, usually some form of crystal.
  1978. </Description>
  1979. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1980. <WireframeColor>0x60463F16</WireframeColor>
  1981. <Setting name='MotherlodeSize' avg=':= 1.5 * 3 * 1 * rlcrAbyssalLapisLazuliSize * _default_' range=':= 3 * 1 * rlcrAbyssalLapisLazuliSize * _default_'/>
  1982. <Setting name='MotherlodeHeight' avg=':= 16' range=':= 16' type='normal' scaleTo='SeaLevel' />
  1983. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  1984. <Setting name='MotherlodeFrequency' avg=':= 0.2 * 1 * rlcrAbyssalLapisLazuliFreq * _default_'/>
  1985. <Replaces block='minecraft:stone'/>
  1986. <BiomeType name='Ocean'/>
  1987. </Veins>
  1988. <!-- End Abyssal Lapis Lazuli Geode Crystals -->
  1989.  
  1990.  
  1991. <!-- Begin Abyssal Lapis Lazuli Geode Air Pocket -->
  1992. <Veins name='rlcrAbyssalLapisLazuliBaseAirBubble' block='minecraft:air' inherits='PresetSmallDeposits' seed='0x1B21'>
  1993. <Description>
  1994. The air pocket within the center of a geode.
  1995. </Description>
  1996. <DrawWireframe>:=drawWireframes</DrawWireframe>
  1997. <WireframeColor>0x60463F16</WireframeColor>
  1998. <Setting name='MotherlodeSize' avg=':= 3 * 1 * rlcrAbyssalLapisLazuliSize * _default_' range=':= 3 * 1 * rlcrAbyssalLapisLazuliSize * _default_'/>
  1999. <Setting name='MotherlodeHeight' avg=':= 16' range=':= 16' type='normal' scaleTo='SeaLevel' />
  2000. <Setting name='SegmentRadius' avg=':= 3 * 1 * rlcrAbyssalLapisLazuliSize * _default_' range=':= 3 * 1 * rlcrAbyssalLapisLazuliSize * _default_'/>
  2001. <Setting name='MotherlodeFrequency' avg=':= 0.2 * 1 * rlcrAbyssalLapisLazuliFreq * _default_'/>
  2002. <Replaces block='minecraft:stone'/>
  2003. <BiomeType name='Ocean'/>
  2004. </Veins>
  2005. <!-- End Abyssal Lapis Lazuli Geode Air Pocket -->
  2006.  
  2007.  
  2008. </IfCondition>
  2009. <!-- End Geodes distribution of Abyssal Lapis Lazuli -->
  2010.  
  2011. <!-- End Abyssal Lapis Lazuli Generation -->
  2012.  
  2013. <!-- Done adding ores -->
  2014.  
  2015. </IfCondition>
  2016. <!-- Overworld Setup Complete -->
  2017.  
  2018.  
  2019. <!-- Setup Nether -->
  2020. <IfCondition condition=':= dimension.generator = "HellRandomLevelSource"'>
  2021.  
  2022. <!-- Starting Original Nether Ore Removal -->
  2023. <Substitute name='rlcrNetherOreSubstitute0' block='minecraft:netherrack'>
  2024. <Description>
  2025. Replace vanilla-generated ore clusters.
  2026. </Description>
  2027. <Comment>
  2028. The global option deferredPopulationRange must be large enough to catch all ore clusters (>= 32).
  2029. </Comment>
  2030. <Replaces block='Railcraft:ore:5' />
  2031. </Substitute>
  2032. <!-- Original Nether Ore Removal Complete -->
  2033.  
  2034. <!-- Adding ores -->
  2035.  
  2036. <!-- Begin Firestone Generation -->
  2037.  
  2038. <!-- Begin LayeredVeins distribution of Firestone -->
  2039. <IfCondition condition=':= rlcrFirestoneDist = "layeredVeins"'>
  2040.  
  2041. <Veins name='rlcrFirestoneBaseVeins' block='Railcraft:ore:5' inherits='PresetLayeredVeins'>
  2042. <Description>
  2043. Small, fairly rare motherlodes with 2-4 horizontal veins each.
  2044. </Description>
  2045. <DrawWireframe>:=drawWireframes</DrawWireframe>
  2046. <WireframeColor>0x60463F16</WireframeColor>
  2047. <Setting name='MotherlodeSize' avg=':= 0.5 * 1 * rlcrFirestoneSize * _default_' range=':= 0.5 * 1 * rlcrFirestoneSize * _default_'/>
  2048. <Setting name='MotherlodeHeight' avg=':= 120' range=':= 120' type='normal' scaleTo='SeaLevel'/>
  2049. <Setting name='SegmentRadius' avg=':= 0.5 * 1 * rlcrFirestoneSize * _default_' range=':= 0.5 * 1 * rlcrFirestoneSize * _default_'/>
  2050. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  2051. <Setting name='MotherlodeFrequency' avg=':= 0.5 * 1 * rlcrFirestoneFreq * _default_'/>
  2052. <Replaces block='minecraft:netherrack'/>
  2053. </Veins>
  2054.  
  2055. </IfCondition>
  2056. <!-- End LayeredVeins distribution of Firestone -->
  2057.  
  2058.  
  2059. <!-- Begin Huge Veins distribution of Firestone -->
  2060. <IfCondition condition=':= rlcrFirestoneDist = "hugeVeins"'>
  2061.  
  2062. <Veins name='rlcrFirestoneBaseVeins' block='Railcraft:ore:5' inherits='PresetLayeredVeins'>
  2063. <Description>
  2064. Very large, extremely rare motherlodes. Each motherlode has many long slender branches - so thin that
  2065. parts of the branch won't contain any ore at all. This, combined with the incredible length of the
  2066. branches, makes them more challenging to follow underground. Once found, however, a motherlode contains
  2067. enough ore to keep a player supplied for a very long time.
  2068. The rarity of these veins might be too frustrating in a single-player setting. In SMP, though, teamwork
  2069. could make finding them much easier and the motherlodes are big enough to supply several people without
  2070. shortage. This might be a good way to add challenge to multiplayer worlds.
  2071. Credit: based on feedback by dyrewulf from the MC forums.
  2072. </Description>
  2073. <DrawWireframe>:=drawWireframes</DrawWireframe>
  2074. <WireframeColor>0x60463F16</WireframeColor>
  2075. <Setting name='MotherlodeSize' avg=':= 0.5 * 1 * rlcrFirestoneSize * _default_' range=':= 0.5 * 1 * rlcrFirestoneSize * _default_'/>
  2076. <Setting name='MotherlodeHeight' avg=':= 120' range=':= 120' type='normal' scaleTo='SeaLevel' />
  2077. <Setting name='SegmentRadius' avg=':= 0.5 * 1 * rlcrFirestoneSize * _default_' range=':= 0.5 * 1 * rlcrFirestoneSize * _default_'/>
  2078. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  2079. <Setting name='MotherlodeFrequency' avg=':= 0.5 * 1 * rlcrFirestoneFreq * _default_'/>
  2080. <Replaces block='minecraft:netherrack'/>
  2081.  
  2082. <!-- Begin Firestone Huge Vein Hint Veins -->
  2083. <Veins name='rlcrFirestoneBaseHintVeins' block='Railcraft:ore:5' inherits='PresetHintVeins'>
  2084. <Description>
  2085. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  2086. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  2087. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  2088. deposits that would otherwise be very difficult to find.
  2089. </Description>
  2090. <DrawWireframe>:=drawWireframes</DrawWireframe>
  2091. <WireframeColor>0x60463F16</WireframeColor>
  2092. <Replaces block='minecraft:dirt'/>
  2093. <Replaces block='minecraft:sandstone'/>
  2094. <Replaces block='minecraft:netherrack'/>
  2095. </Veins>
  2096. <!-- End Firestone Huge Vein Hint Veins -->
  2097.  
  2098. </Veins>
  2099.  
  2100. </IfCondition>
  2101. <!-- End Huge Veins distribution of Firestone -->
  2102.  
  2103.  
  2104. <!-- Begin StrategicCloud distribution of Firestone -->
  2105. <IfCondition condition=':= rlcrFirestoneDist = "strategicCloud"'>
  2106.  
  2107. <Cloud name='rlcrFirestoneBaseCloud' block='Railcraft:ore:5' inherits='PresetStrategicCloud'>
  2108. <Description>
  2109. Large irregular clouds filled lightly with ore. These are huge, spanning several
  2110. adjacent chunks, and consequently rather rare. They contain a sizeable amount of
  2111. ore, but it takes some time and effort to mine due to low density.
  2112. The intent for strategic clouds is that the player will need to actively search for
  2113. one and then set up a semi-permanent mining base and spend some time actually mining
  2114. the ore.
  2115. </Description>
  2116. <DrawWireframe>:=drawWireframes</DrawWireframe>
  2117. <WireframeColor>0x60463F16</WireframeColor>
  2118. <Setting name='CloudRadius' avg=':= 0.5 * 1 * rlcrFirestoneSize * _default_' range=':= 0.5 * 1 * rlcrFirestoneSize * _default_'/>
  2119. <Setting name='CloudThickness' avg=':= 0.5 * 1 * rlcrFirestoneSize * _default_' range=':= 0.5 * 1 * rlcrFirestoneSize * _default_'/>
  2120. <Setting name='CloudHeight' avg='120' range='120' type='normal' scaleTo='SeaLevel'/>
  2121. <Setting name='OreDensity' avg=':= 1 * 1 * _default_' range=':= _default_'/>
  2122. <Setting name='CloudThickness' avg=':= 0.5 * 1 * 1 * rlcrFirestoneSize * _default_' range=':= 0.5 * 1 * 1 * rlcrFirestoneSize * _default_'/>
  2123. <Setting name='DistributionFrequency' avg=':= 0.5 * 1 * rlcrFirestoneFreq *_default_'/>
  2124. <Replaces block='minecraft:netherrack'/>
  2125.  
  2126. <!-- Begin Firestone Strategic Cloud Hint Veins -->
  2127. <Veins name='rlcrFirestoneBaseHintVeins' block='Railcraft:ore:5' inherits='PresetHintVeins'>
  2128. <Description>
  2129. Single blocks, generously scattered through all heights (density is about that of vanilla iron ore).
  2130. They will replace dirt and sandstone (but not grass or sand), so they can be found nearer
  2131. to the surface than most ores. Intened to be used as a child distribution for large, rare strategic
  2132. deposits that would otherwise be very difficult to find.
  2133. </Description>
  2134. <DrawWireframe>:=drawWireframes</DrawWireframe>
  2135. <WireframeColor>0x60463F16</WireframeColor>
  2136. <Replaces block='minecraft:dirt'/>
  2137. <Replaces block='minecraft:sandstone'/>
  2138. <Replaces block='minecraft:netherrack'/>
  2139. </Veins>
  2140. <!-- End Firestone Strategic Cloud Hint Veins -->
  2141.  
  2142. </Cloud>
  2143.  
  2144. </IfCondition>
  2145. <!-- End StrategicCloud distribution of Firestone -->
  2146.  
  2147.  
  2148. <!-- Begin Vanilla distribution of Firestone -->
  2149. <IfCondition condition=':= rlcrFirestoneDist = "vanillaStdGen"'>
  2150.  
  2151. <StandardGen name='rlcrFirestoneBaseStandard' block='Railcraft:ore:5' inherits='PresetStandardGen'>
  2152. <Description>
  2153. This mimics vanilla ore generation.
  2154. </Description>
  2155. <DrawWireframe>:=drawWireframes</DrawWireframe>
  2156. <WireframeColor>0x60463F16</WireframeColor>
  2157. <Setting name='Size' avg=':= 0.5 * 1 * rlcrFirestoneSize * _default_'/>
  2158. <Setting name='Height' avg=':= 120' range=':= 120' type='normal'/>
  2159. <Setting name='Frequency' avg=':= 0.5 * 1 * rlcrFirestoneFreq * _default_'/>
  2160. <Replaces block='minecraft:netherrack'/>
  2161. </StandardGen>
  2162.  
  2163. </IfCondition>
  2164. <!-- End Vanilla distribution of Firestone -->
  2165.  
  2166. <!-- End Firestone Generation -->
  2167.  
  2168. <!-- Done adding ores -->
  2169.  
  2170. </IfCondition>
  2171. <!-- Nether Setup Complete -->
  2172.  
  2173.  
  2174.  
  2175.  
  2176. </ConfigSection>
  2177. <!-- Custom Ore Gen Configuration Complete! -->
  2178.  
  2179. </IfModInstalled>
  2180.  
  2181.  
  2182.  
  2183. <!-- This file was made using the Sprocket Configuration Generator. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement