Advertisement
Guest User

config-ae1

a guest
Aug 22nd, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.02 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # appeng
  5. ####################
  6.  
  7. appeng {
  8. ####################
  9. # options
  10. #===================
  11. # Options for Applied Energistics as a whole.
  12. ####################
  13.  
  14. options {
  15. B:enableVersionChecker=true
  16. B:enableWorldGenQuartz=true
  17. I:ore.additionalOresPerCluster=0
  18. }
  19.  
  20. ####################
  21. # bcintegration
  22. ####################
  23.  
  24. bcintegration {
  25. B:assemblyTableOnly=false
  26. B:enableBCtoMEChipRecipe=false
  27. B:useBuildcraftChips=false
  28. }
  29.  
  30. ####################
  31. # disablenetherquartzrecipes
  32. ####################
  33.  
  34. disablenetherquartzrecipes {
  35. B:ore.disableNetherQuartzRecipes=false
  36. }
  37.  
  38. ####################
  39. # disablenetherquartzdeblocking
  40. ####################
  41.  
  42. disablenetherquartzdeblocking {
  43. B:ore.disableNetherQuartzDeblocking=false
  44. }
  45.  
  46. ####################
  47. # vesionchecker
  48. ####################
  49.  
  50. vesionchecker {
  51. S:lastStarted=hz60035p
  52. }
  53.  
  54. }
  55.  
  56.  
  57. ####################
  58. # block
  59. #===================
  60. # BlockID's for blocks added by Applied Energistics ( these are not shifted. +256 for Ingame )
  61. # TinyTNT - set to -1 to disable ( you can turn off block damage for this item using enableTinyTNTBlockDamage )
  62. ####################
  63.  
  64. block {
  65. I:appeng.TinyTNT=904
  66. I:appeng.blockMulti=900
  67. I:appeng.blockMulti2=901
  68. I:appeng.blockMulti3=903
  69. I:appeng.blockWorld=902
  70. }
  71.  
  72.  
  73. ####################
  74. # features
  75. #===================
  76. # Enable / Disable AE Features.
  77. ####################
  78.  
  79. features {
  80. B:enableCrafting=true
  81. B:enableCraftingTerm=true
  82. B:enableEntropyAcc=true
  83. B:enableExportBus=true
  84. B:enableGrinder=true
  85. B:enableImportBus=true
  86. B:enableLevelEmiter=true
  87. B:enableMAC=true
  88. B:enableMassCannon=true
  89. B:enableMassCannonBlockDamage=true
  90. B:enableP2PTunnel=true
  91. B:enableP2PTunnelEU=true
  92. B:enableP2PTunnelItems=true
  93. B:enableP2PTunnelLiquids=true
  94. B:enableP2PTunnelMJ=true
  95. B:enableP2PTunnelRedstone=true
  96. B:enableQNB=true
  97. B:enableQuartzTools=true
  98. B:enableSpaceClickMoving=true
  99. B:enableSpatial=true
  100. B:enableStorageBus=true
  101. B:enableStorageMonitor=true
  102. B:enableStorageMonitorConvMatrix=true
  103. B:enableTPlane=true
  104. B:enableTinyTNTBlockDamage=true
  105. B:enableVibrationCata=true
  106. B:enableVillagerTrading=true
  107. B:enableWirelessAccess=true
  108. }
  109.  
  110.  
  111. ####################
  112. # graphics
  113. #===================
  114. # Adjust Visual quality of complicated rendering.
  115. ####################
  116.  
  117. graphics {
  118. B:gfxCableAnimation=true
  119. I:gfxCableMinTickRate=22
  120. B:gfxDrivesHighDef=true
  121. }
  122.  
  123.  
  124. ####################
  125. # grindstone
  126. ####################
  127.  
  128. grindstone {
  129. S:grindableOres <
  130. Obsidian
  131. EnderPearl
  132. Coal
  133. Iron
  134. Gold
  135. Invar
  136. Aluminium
  137. Electrum
  138. Charcoal
  139. Copper
  140. Tin
  141. Silver
  142. Lead
  143. Bronze
  144. Brass
  145. Platinum
  146. Nickel
  147. >
  148. }
  149.  
  150.  
  151. ####################
  152. # item
  153. #===================
  154. # ItemID's for items added by Applied Energistics.
  155. ####################
  156.  
  157. item {
  158. I:appeng.itemMulti=4105
  159. I:appeng.itemMultiChargeable=4117
  160. I:appeng.materialID=31743
  161. I:appeng.toolEntropyAccelerator=31742
  162. I:appeng.toolMassCannon=4116
  163. I:appeng.toolQuartzAxe=4109
  164. I:appeng.toolQuartzHoe=4110
  165. I:appeng.toolQuartzKnife=4115
  166. I:appeng.toolQuartzPick=4112
  167. I:appeng.toolQuartzShovel=4111
  168. I:appeng.toolQuartzSword=4113
  169. I:appeng.toolQuartzWrench=4114
  170. I:appeng.toolVibrationCatalyst=31741
  171. }
  172.  
  173.  
  174. ####################
  175. # logging
  176. #===================
  177. # Enable or disable various logging features, enabling logging features will create large logs.
  178. ####################
  179.  
  180. logging {
  181. B:enableLogging=false
  182. B:logBlockUpdates=false
  183. B:logConcurrentModificationExceptions=false
  184. B:logCrafting=false
  185. B:logGrinderOres=false
  186. B:logIntegration=false
  187. B:logInventoryAdaptor=false
  188. B:logPowerUsage=false
  189. B:logTransactions=false
  190. }
  191.  
  192.  
  193. ####################
  194. # me
  195. ####################
  196.  
  197. me {
  198. ####################
  199. # options
  200. #===================
  201. # Options for Mass Energy Components.
  202. ####################
  203.  
  204. options {
  205. I:automationMinTickRate=5
  206. D:base.wireless.range=32.0
  207. I:craftingMinTickRate=0
  208. S:defaultUnits=AE
  209. B:enableShiftInCondenser=false
  210. I:max.wireless.extenderBonus=2
  211. I:max.wireless.extenders=16
  212. D:perTickNetworkBridge=200.0
  213. D:powerUsageMultiplier=1.0
  214. D:powerWirelessDistanceMultiplier=10.0
  215. B:requirePower=true
  216. B:sharePowerLPRS485=true
  217. I:storageBusMinTickRate=5
  218. S:terminalAutoSearch=Autosearch
  219. B:terminalSearchToolTips=true
  220. S:terminalSortBy=Name
  221. S:terminalSortDirection=ASC
  222. I:terminalUpdateMinTickRate=0
  223. B:terminalUseLargeFont=false
  224. S:terminalViewItems=ALL
  225. I:updateMinTickRate=12
  226. }
  227.  
  228. ####################
  229. # condenser
  230. ####################
  231.  
  232. condenser {
  233. I:MatterBalls=256
  234. I:Singularies=256000
  235. }
  236.  
  237. ####################
  238. # power
  239. ####################
  240.  
  241. power {
  242. D:TunnelPowerLoss=5.0
  243. D:spatialPowerMultiplier=1250.0
  244. D:spatialPowerScaler=1.5
  245. D:tier1Power=0.5
  246. D:tier2Power=1.0
  247. D:tier3Power=1.5
  248. D:tier4Power=2.0
  249. }
  250.  
  251. }
  252.  
  253.  
  254. ####################
  255. # storagetransport
  256. ####################
  257.  
  258. storagetransport {
  259. ####################
  260. # storagebiomeid
  261. ####################
  262.  
  263. storagebiomeid {
  264. I:storageBiomeID=23
  265. }
  266.  
  267. ####################
  268. # storageproviderid
  269. ####################
  270.  
  271. storageproviderid {
  272. I:storageProviderID=-11
  273. }
  274.  
  275. }
  276.  
  277.  
  278. ####################
  279. # transitionplane
  280. ####################
  281.  
  282. transitionplane {
  283. S:blackList <
  284. >
  285. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement