Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.20 KB | None | 0 0
  1. # Configuration file
  2.  
  3. Cache {
  4.  
  5. Creative {
  6. B:Enable=true
  7. }
  8.  
  9. Basic {
  10. I:Capacity=10000
  11. B:Recipe.Enable=true
  12. }
  13.  
  14. Hardened {
  15. I:Capacity=40000
  16. B:Recipe.Enable=true
  17. }
  18.  
  19. Reinforced {
  20. I:Capacity=160000
  21. B:Recipe.Enable=true
  22. }
  23.  
  24. Resonant {
  25. I:Capacity=640000
  26. B:Recipe.Enable=true
  27. }
  28.  
  29. }
  30.  
  31.  
  32. Cell {
  33.  
  34. Creative {
  35. B:Enable=true
  36. I:MaxValue=100000
  37. }
  38.  
  39. Basic {
  40. I:Capacity=400000
  41. I:MaxReceive=200
  42. I:MaxSend=200
  43. B:Recipe.Enable=true
  44. }
  45.  
  46. Hardened {
  47. I:Capacity=2000000
  48. I:MaxReceive=800
  49. I:MaxSend=800
  50. B:Recipe.Enable=true
  51. }
  52.  
  53. Reinforced {
  54. I:Capacity=20000000
  55. I:MaxReceive=8000
  56. I:MaxSend=8000
  57. B:Recipe.Enable=true
  58. }
  59.  
  60. Resonant {
  61. I:Capacity=80000000
  62. I:MaxReceive=32000
  63. I:MaxSend=32000
  64. B:Recipe.Enable=true
  65. }
  66.  
  67. }
  68.  
  69.  
  70. Device {
  71.  
  72. Workbench {
  73. B:Recipe.Enable=true
  74. }
  75.  
  76. Activator {
  77. I:ActivationEnergy=20
  78. I:BasePower=20
  79. B:Recipe.Enable=true
  80. }
  81.  
  82. Breaker {
  83. B:Recipe.Enable=true
  84.  
  85. # If enabled, The Block Breaker will require a Diamond Pickaxe instead of an Invar Pickaxe.
  86. B:Recipe.RequireDiamondPickaxe=false
  87. }
  88.  
  89. Nullifier {
  90. B:Recipe.Enable=true
  91. }
  92.  
  93. }
  94.  
  95.  
  96. Dynamo {
  97.  
  98. Steam {
  99. I:BasePower=40
  100. B:Recipe.Enable=true
  101. }
  102.  
  103. Magmatic {
  104. I:BasePower=40
  105. B:Recipe.Enable=true
  106. }
  107.  
  108. Compression {
  109. I:BasePower=50
  110. B:Recipe.Enable=true
  111. }
  112.  
  113. Reactant {
  114. I:BasePower=80
  115. B:Recipe.Enable=true
  116. }
  117.  
  118. Enervation {
  119. I:BasePower=10
  120. B:Recipe.Enable=false
  121. }
  122.  
  123. }
  124.  
  125.  
  126. Ender {
  127.  
  128. Tesseract {
  129. B:Recipe.Enable=true
  130. }
  131.  
  132. }
  133.  
  134.  
  135. General {
  136. B:PneumaticServo.AllowBronze=false
  137. B:PneumaticServo.AllowInvar=false
  138. B:PneumaticServo.AllowSilver=false
  139. B:PneumaticServo.AllowSteel=false
  140.  
  141. # If enabled, ingots are used instead of gears in many default recipes.
  142. B:UseIngots=false
  143. }
  144.  
  145.  
  146. Holiday {
  147. # Set this to true to disable Christmas cheer. Scrooge. :(
  148. B:HoHoNo=false
  149. }
  150.  
  151.  
  152. Item {
  153.  
  154. Capacitor {
  155.  
  156. Resonant {
  157. I:Capacity=20000000
  158. I:Receive=32000
  159. B:Recipe=true
  160. I:Send=16000
  161. }
  162.  
  163. Reinforced {
  164. I:Capacity=4000000
  165. I:Receive=8000
  166. B:Recipe=true
  167. I:Send=4000
  168. }
  169.  
  170. Hardened {
  171. I:Capacity=400000
  172. I:Receive=800
  173. B:Recipe=true
  174. I:Send=400
  175. }
  176.  
  177. Basic {
  178. I:Capacity=80000
  179. I:Receive=200
  180. B:Recipe=true
  181. I:Send=80
  182. }
  183.  
  184. Potato {
  185. I:Capacity=32000
  186. B:Recipe=true
  187. I:Send=160
  188. }
  189.  
  190. Creative {
  191. B:Enable=true
  192. I:Send=100000
  193. }
  194.  
  195. }
  196.  
  197. Tool {
  198.  
  199. Igniter {
  200. B:Recipe=true
  201. }
  202.  
  203. Chiller {
  204. B:Recipe=true
  205. }
  206.  
  207. Pump {
  208. B:Recipe=true
  209. }
  210.  
  211. Transfuser {
  212. B:Recipe=true
  213. }
  214.  
  215. BattleWrench {
  216. B:BattleWrench=true
  217. }
  218.  
  219. }
  220.  
  221. Satchel {
  222.  
  223. Creative {
  224. B:Enable=false
  225. }
  226.  
  227. Basic {
  228. B:Recipe=true
  229. }
  230.  
  231. Hardened {
  232. B:Recipe=true
  233. }
  234.  
  235. Reinforced {
  236. B:Recipe=true
  237. }
  238.  
  239. Resonant {
  240. B:Recipe=true
  241. }
  242.  
  243. }
  244.  
  245. }
  246.  
  247.  
  248. Light {
  249.  
  250. Illuminator {
  251. B:Recipe.Enable=true
  252. }
  253.  
  254. LampBasic {
  255. B:Recipe.Enable=true
  256. }
  257.  
  258. LampLumiumRadiant {
  259. B:Recipe.Enable=true
  260. }
  261.  
  262. LampLumium {
  263. B:Recipe.Enable=true
  264. }
  265.  
  266. }
  267.  
  268.  
  269. Machine {
  270.  
  271. Furnace {
  272. I:BasePower=20
  273. B:Recipe.Enable=true
  274. }
  275.  
  276. Pulverizer {
  277. I:BasePower=40
  278. B:Recipe.Enable=true
  279.  
  280. # If enabled, the Pulverizer will require Diamonds instead of Flint.
  281. B:RequireDiamonds=false
  282. }
  283.  
  284. Sawmill {
  285. I:BasePower=20
  286. B:Recipe.Enable=true
  287. }
  288.  
  289. Smelter {
  290. I:BasePower=40
  291. B:Recipe.Enable=true
  292. }
  293.  
  294. Crucible {
  295. I:BasePower=400
  296. B:Recipe.Enable=true
  297. }
  298.  
  299. Transposer {
  300. I:BasePower=40
  301. B:Recipe.Enable=true
  302. }
  303.  
  304. Precipitator {
  305. I:BasePower=20
  306. B:Recipe.Enable=true
  307. }
  308.  
  309. Extruder {
  310. B:Recipe.Enable=true
  311. }
  312.  
  313. Accumulator {
  314. # This controls how many mB/t the Accumulator generates. (Default: 25)
  315. I:BaseRate=25
  316. B:PassiveGeneration=false
  317.  
  318. # This controls how many mB/t the Accumulator generates without two or more adjacent source blocks, if enabled. (Default: 1)
  319. I:PassiveRate=1
  320. B:Recipe.Enable=true
  321. }
  322.  
  323. Assembler {
  324. I:BasePower=20
  325. B:Recipe.Enable=true
  326. }
  327.  
  328. Charger {
  329. I:BasePower=8000
  330. B:Recipe.Enable=true
  331. }
  332.  
  333. Insolator {
  334. I:BasePower=20
  335. B:Recipe.Enable=true
  336. }
  337.  
  338. All {
  339. B:CreativeTab.Basic=false
  340. B:CreativeTab.Hardened=false
  341. B:CreativeTab.Reinforced=false
  342. B:CreativeTab.Resonant=true
  343.  
  344. Augments {
  345. B:Default.AutoTransfer=true
  346. B:Default.ReconfigurableSides=true
  347. B:Default.RedstoneControl=true
  348. }
  349.  
  350. }
  351.  
  352. }
  353.  
  354.  
  355. Plate {
  356.  
  357. Frame {
  358. B:Recipe.Enable=true
  359. }
  360.  
  361. Signal {
  362. B:Recipe.Enable=true
  363. }
  364.  
  365. Impulse {
  366. B:Recipe.Enable=true
  367. }
  368.  
  369. Translocate {
  370. B:Recipe.Enable=true
  371. }
  372.  
  373. }
  374.  
  375.  
  376. Plugins {
  377.  
  378. MineFactoryReloaded {
  379. B:Enable=true
  380.  
  381. Straw {
  382. B:Coal=true
  383. B:Cryotheum=true
  384. B:Ender=true
  385. I:Ender.Range=16384
  386. B:Glowstone=true
  387. B:Pyrotheum=true
  388. B:Redstone=true
  389. }
  390.  
  391. }
  392.  
  393. Thaumcraft4 {
  394. B:Enable=true
  395. }
  396.  
  397. TConstruct {
  398. B:Enable=true
  399. }
  400.  
  401. Thaumcraft {
  402. B:Enable=true
  403. }
  404.  
  405. }
  406.  
  407.  
  408. RecipeManagers {
  409.  
  410. Pulverizer {
  411. B:AllowRecipeOverwrite=false
  412.  
  413. Ore {
  414. # This sets the default rate for Ore->Dust conversion. This number is used in all automatically generated recipes.
  415. I:DefaultMultiplier=2
  416. }
  417.  
  418. Recipes {
  419. B:BlazeRod=true
  420. B:BlizzRod=true
  421. B:Bone=true
  422. B:Netherrack=true
  423. B:Reed=true
  424. B:Sandstone=true
  425. B:Wool=true
  426. }
  427.  
  428. Wool {
  429. # This sets the default rate for Wool->String conversion. This number is used in all automatically generated recipes.
  430. I:String=4
  431.  
  432. Dye {
  433. I:Black=0
  434. I:Blue=5
  435. I:Brown=0
  436. I:Cyan=5
  437. I:Gray=5
  438. I:Green=0
  439. I:LightBlue=5
  440. I:LightGray=5
  441. I:Lime=5
  442. I:Magenta=5
  443. I:Orange=5
  444. I:Pink=5
  445. I:Purple=5
  446. I:Red=5
  447. I:White=0
  448. I:Yellow=5
  449. }
  450.  
  451. }
  452.  
  453. }
  454.  
  455. Sawmill {
  456. B:AllowRecipeOverwrite=false
  457.  
  458. Log {
  459. # This sets the default rate for Log->Plank conversion. This number is used in all automatically generated recipes.
  460. D:DefaultMultiplier=1.5
  461. }
  462.  
  463. }
  464.  
  465. Furnace {
  466. B:AllowRecipeOverwrite=false
  467. }
  468.  
  469. Smelter {
  470. B:AllowRecipeOverwrite=false
  471.  
  472. Ore {
  473. # This sets the default rate for Ore->Ingot conversion. This number is used in all automatically generated recipes.
  474. I:DefaultMultiplier=2
  475.  
  476. # This sets the boosted rate for Ore->Ingot conversion - when Rich Slag or Cinnabar Crystals are used. This number is used in all automatically generated recipes.
  477. I:SpecialMultiplier=3
  478. }
  479.  
  480. Recipes {
  481. B:Steel=false
  482. }
  483.  
  484. }
  485.  
  486. Transposer {
  487. B:AllowRecipeOverwrite=false
  488.  
  489. Recipes {
  490. B:EndStone=true
  491. B:MossyCobblestone=true
  492. B:MossyStoneBrick=true
  493. B:NetherBrick=false
  494. }
  495.  
  496. }
  497.  
  498. Crucible {
  499. B:AllowRecipeOverwrite=false
  500.  
  501. Recipes {
  502. B:BlazeRod=true
  503. I:BlazeRod.Energy=20000
  504. B:Netherrack=true
  505. I:Netherrack.Energy=120000
  506. }
  507.  
  508. }
  509.  
  510. Precipitator {
  511. B:AllowRecipeOverwrite=false
  512. }
  513.  
  514. Charger {
  515. B:AllowRecipeOverwrite=false
  516. }
  517.  
  518. Insolator {
  519. B:AllowRecipeOverwrite=false
  520.  
  521. Crop {
  522. # This sets the boosted rate for Crop growth - when Rich Phyto-Gro is used. This number is used in all automatically generated recipes.
  523. I:DefaultMultiplier=3
  524. }
  525.  
  526. Recipes {
  527. B:Cactus=true
  528. B:CocoaBean=true
  529. B:LilyPad=true
  530. B:Melon=true
  531. B:Pumpkin=true
  532. B:Reeds=true
  533. B:Vine=true
  534. }
  535.  
  536. }
  537.  
  538. }
  539.  
  540.  
  541. Security {
  542. # Enable this to allow for Energy Cells to be securable.
  543. B:Cell.All.Securable=true
  544.  
  545. # Enable this to allow for Activators to be securable.
  546. B:Device.Activator.Securable=true
  547.  
  548. # Enable this to allow for Breakers to be securable.
  549. B:Device.Breaker.Securable=true
  550.  
  551. # Enable this to allow for Nullifiers to be securable.
  552. B:Device.Nullifier.Securable=true
  553.  
  554. # Enable this to allow for Workbenches to be securable.
  555. B:Device.Workbench.Securable=true
  556.  
  557. # Enable this to allow for Dynamos to be securable.
  558. B:Dynamo.All.Securable=true
  559.  
  560. # Enable this to allow for Accumulators to be securable.
  561. B:Machine.Accumulator.Securable=true
  562.  
  563. # Enable this to allow for Assemblers to be securable.
  564. B:Machine.Assembler.Securable=true
  565.  
  566. # Enable this to allow for Chargers to be securable.
  567. B:Machine.Charger.Securable=true
  568.  
  569. # Enable this to allow for Crucibles to be securable.
  570. B:Machine.Crucible.Securable=true
  571.  
  572. # Enable this to allow for Extruders to be securable.
  573. B:Machine.Extruder.Securable=true
  574.  
  575. # Enable this to allow for Furnaces to be securable.
  576. B:Machine.Furnace.Securable=true
  577.  
  578. # Enable this to allow for Insolators to be securable.
  579. B:Machine.Insolator.Securable=true
  580.  
  581. # Enable this to allow for Precipitators to be securable.
  582. B:Machine.Precipitator.Securable=true
  583.  
  584. # Enable this to allow for Pulverizers to be securable.
  585. B:Machine.Pulverizer.Securable=true
  586.  
  587. # Enable this to allow for Sawmills to be securable.
  588. B:Machine.Sawmill.Securable=true
  589.  
  590. # Enable this to allow for Smelters to be securable.
  591. B:Machine.Smelter.Securable=true
  592.  
  593. # Enable this to allow for Transposers to be securable.
  594. B:Machine.Transposer.Securable=true
  595.  
  596. # Enable this to allow for Satchels to be securable.
  597. B:Satchel.All.Securable=true
  598.  
  599. # Enable this to allow for Strongboxes to be securable.
  600. B:Strongbox.All.Securable=true
  601. }
  602.  
  603.  
  604. Sponge {
  605.  
  606. Creative {
  607. B:Enable=true
  608. }
  609.  
  610. Basic {
  611. B:Recipe.Enable=true
  612. }
  613.  
  614. Magmatic {
  615. B:Recipe.Enable=true
  616. }
  617.  
  618. }
  619.  
  620.  
  621. Strongbox {
  622.  
  623. Basic {
  624. B:Recipe.Enable=true
  625. }
  626.  
  627. Hardened {
  628. B:Recipe.Enable=true
  629. }
  630.  
  631. Reinforced {
  632. B:Recipe.Enable=true
  633. }
  634.  
  635. Resonant {
  636. B:Recipe.Enable=true
  637. }
  638.  
  639. Creative {
  640. B:Enable=true
  641. }
  642.  
  643. }
  644.  
  645.  
  646. Tank {
  647.  
  648. Creative {
  649. B:Enable=true
  650. }
  651.  
  652. Basic {
  653. I:Capacity=8000
  654. B:Recipe.Enable=true
  655. }
  656.  
  657. Hardened {
  658. I:Capacity=32000
  659. B:Recipe.Enable=true
  660. }
  661.  
  662. Reinforced {
  663. I:Capacity=128000
  664. B:Recipe.Enable=true
  665. }
  666.  
  667. Resonant {
  668. I:Capacity=512000
  669. B:Recipe.Enable=true
  670. }
  671.  
  672. }
  673.  
  674.  
  675. Version {
  676. S:Identifier=1.7.10R4.0.1
  677. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement