Advertisement
Rikki21

factorization 1.4.6

Dec 23rd, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.02 KB | None | 0 0
  1. # Configuration file
  2. # Generated on 12/23/12 12:57 AM
  3.  
  4. ####################
  5. # block
  6. ####################
  7.  
  8. block {
  9. # Factorization Machines.
  10. I:factoryBlockId=3095
  11.  
  12. # WrathFire and invisible lamp-air made by WrathLamps
  13. I:lightAirBlockId=3094
  14.  
  15. # Ores and metal blocks mostly
  16. I:resourceBlockId=3093
  17. }
  18.  
  19.  
  20. ####################
  21. # client
  22. ####################
  23.  
  24. client {
  25. # Lets you use the bag from GUIs
  26. B:anywhereBagSwap=true
  27.  
  28. # Lets you open the pocket crafting table from GUIs
  29. B:anywherePocketCraft=true
  30.  
  31. # Show invisible lamp-air
  32. B:debugLightAir=false
  33.  
  34. # If true, notifications are put in the chat log instead in the world
  35. B:notifyInChat=false
  36.  
  37. # 3 keys for: removing (x), cycling (c), balancing (b)
  38. S:pocketCraftingActionKeys=xcb
  39.  
  40. # If false, never use smooth lighting for drawing sculptures
  41. B:renderAmbientOcclusion=true
  42.  
  43. # If true, render barrel info only when nearby
  44. B:renderBarrelClose=false
  45. B:renderBarrelItem=true
  46. B:renderBarrelText=true
  47.  
  48. # If false, most TEs won't draw, making everything look broken but possibly improving FPS
  49. B:renderOtherTileEntities=true
  50. }
  51.  
  52.  
  53. ####################
  54. # general
  55. ####################
  56.  
  57. general {
  58. B:addBranding=false
  59.  
  60. # work in progress; may be unstable
  61. B:enableDimensionSlices=false
  62. I:entityRelightTask=3
  63.  
  64. # This disables silver ore generation
  65. B:generateSilverOre=false
  66.  
  67. # The size of silver ore nodes. Between 5 & 35. Default is 25
  68. I:silverOreNodeSize=25
  69. I:sliceDimensionID=-7
  70. }
  71.  
  72.  
  73. ####################
  74. # item
  75. ####################
  76.  
  77. item {
  78. I:acid=7024
  79. I:angularSaw=7042
  80. I:bagOfHolding=7001
  81. I:barrelEnlarge=7032
  82. I:battery=7033
  83. I:chargemeter=7029
  84. I:coil=7026
  85. I:darkIron=7008
  86. I:diamondCuttingHead=7038
  87. I:diamondShard=7006
  88. I:fan=7028
  89. I:heatHole=7046
  90. I:inverium=7040
  91. I:itemCraftId=7000
  92. I:leadIngot=7014
  93. I:logicMatrix=7044
  94. I:logicMatrixID=7045
  95. I:logicMatrixProgrammer=7043
  96. I:magnet=7025
  97. I:mechaBouyantBarrel=7021
  98. I:mechaChasis=7009
  99. I:mechaChest=7011
  100. I:mechaCobbleDrive=7022
  101. I:mechaFoot=7013
  102. I:mechaHead=7010
  103. I:mechaLeg=7012
  104. I:mechaMountedPiston=7023
  105. I:mechaSpring=7047
  106. I:mirror=7030
  107. I:motor=7027
  108. I:oreCleanGravel=7035
  109. I:oreCrystal=7037
  110. I:oreDirtyGravel=7034
  111. I:oreReduced=7036
  112. I:pocketCraftingTable=7002
  113. I:routerEject=7031
  114. I:routerItemFilter=7016
  115. I:routerMachineFilter=7017
  116. I:routerSpeed=7018
  117. I:routerThorough=7019
  118. I:routerThroughput=7020
  119. I:sculptTool=7041
  120. I:silverIngot=7015
  121. I:sludge=7039
  122. I:wandOfCooling=7005
  123. I:wrathIgniter=7007
  124. }
  125.  
  126.  
  127. ####################
  128. # server
  129. ####################
  130.  
  131. server {
  132. # This is a Java Regex to blacklist router access
  133. S:bannedRouterInventoriesRegex=
  134.  
  135. # If false, notifications will be translated by the client
  136. B:serversideTranslate=true
  137. B:spreadWrathFire=true
  138. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement