Guest User

Untitled

a guest
Aug 7th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # block
  5. ####################
  6.  
  7. block {
  8. I:MFFSCapacitor=680
  9. I:MFFSControlSystem=690
  10. I:MFFSDefenceStation=681
  11. I:MFFSExtractor=682
  12. I:MFFSFieldblock=683
  13. I:MFFSForceEnergyConverter=687
  14. I:MFFSMonazitOre=688
  15. I:MFFSProjector=685
  16. I:MFFSSecurtyStation=686
  17. I:MFFSSecurtyStorage=684
  18. I:metaMachine=689
  19. }
  20.  
  21.  
  22. ####################
  23. # general
  24. ####################
  25.  
  26. general {
  27. # Set this to false to turn off the MFFS Chuncloader ability
  28. B:Chunkloader=true
  29.  
  30. # How much FE does the AreaDefenseStation when killing someone
  31. I:DefenceStationKillForceEnergy=10000
  32.  
  33. # Set this to true to turn off the DefenceStation notification is in NPC Mode
  34. B:DefenceStationNPCScannnotification=false
  35.  
  36. # How much FE does the AreaDefenseStation when Scann for Targets (amount * range / tick)
  37. I:DefenceStationScannForceEnergy=10
  38.  
  39. # How much FE does the AreaDefenseStation when searching someone for contraband
  40. I:DefenceStationSearchForceEnergy=1000
  41.  
  42. # How many ForceEnergy generate per WorkCycle
  43. I:ExtractorPassForceEnergyGenerate=12000
  44.  
  45. # Add users to this list to give them admin permissions split by ;
  46. S:ForceFieldMaster=nobody
  47.  
  48. # WorkCycle amount of Forcecium Cell inside a Extractor
  49. I:ForceciumCellWorkCylce=230
  50.  
  51. # WorkCycle amount of Forcecium inside a Extractor
  52. I:ForceciumWorkCylce=250
  53.  
  54. # Set Graphic Style for Blocks 0: Default(ugly ;-)) 1: UE-Thema
  55. I:GraphicStyle=1
  56.  
  57. # Controls the size of the ore node that Monazit Ore will generate in
  58. I:MonazitOreWorldGen=4
  59. S:VersionremoteUrl=https://raw.github.com/Thunderdark/ModularForceFieldSystem/master/src/minecraft/versioninfo?login=Thunderdark&token=7bd46da10acec0374ad5e5c02acece61
  60.  
  61. # Set MFFS to AdventureMap Mode Extractor need no Forcecium and ForceField have no click damage
  62. B:adventuremap=false
  63.  
  64. # How much upkeep FE cost a default ForceFieldblock per second
  65. I:forcefieldblockcost=1
  66.  
  67. # Energy need for create a ForceFieldblock (forcefieldblockcost*forcefieldblockcreatemodifier)
  68. I:forcefieldblockcreatemodifier=10
  69.  
  70. # Energy need multiplier used when the zapper option is installed
  71. I:forcefieldblockzappermodifier=2
  72.  
  73. # How many field blocks can be generated per tick?
  74. I:forcefieldmaxblockpeerTick=5000
  75.  
  76. # Should forcefields only remove water and lava when sponge is enabled?
  77. B:forcefieldremoveonlywaterandlava=false
  78.  
  79. # How much FE should it cost to transport through a field?
  80. I:forcefieldtransportcost=10000
  81.  
  82. # Should MFFS be influenced by other mods. e.g. ICBM's EMP
  83. B:influencedbyothermods=true
  84.  
  85. # Set this to false to turn off the small smoke particles present around TouchDamage enabled ForceFields.
  86. B:renderZapperParticles=true
  87.  
  88. # Add IC2 UU-Matter Recipes for Forcicium
  89. B:uumatterForcicium=false
  90. }
  91.  
  92.  
  93. ####################
  94. # item
  95. ####################
  96.  
  97. item {
  98. I:ItemMFDIDwriter=11110
  99. I:itemAccessCard=11114
  100. I:itemCardDataLink=11148
  101. I:itemForceFieldsync=11109
  102. I:itemForcePowerCrystal=11145
  103. I:itemForcicium=11144
  104. I:itemForcicumCell=11146
  105. I:itemIDCard=11134
  106. I:itemInfinitePower=11147
  107. I:itemMFDdebugger=11111
  108. I:itemManuelBook=11112
  109. I:itemPorjectorFocusmatrix=11133
  110. I:itemProjectorFFDistance=11131
  111. I:itemProjectorFFStrength=11132
  112. I:itemProjectorModuleAdvCube=11142
  113. I:itemProjectorModuleContainment=11140
  114. I:itemProjectorModulediagonallyWall=11113
  115. I:itemProjectorOptionCamoflage=11141
  116. I:itemProjectorOptionFFJammer=11139
  117. I:itemProjectorOptionFieldFusion=11143
  118. I:itemProjectorOptionMoobEx=11138
  119. I:itemProjectorOptiondefencestation=11137
  120. I:itemProjectorTypdeflector=11125
  121. I:itemProjectorTypkube=11122
  122. I:itemProjectorTypsphere=11121
  123. I:itemProjectorTyptube=11126
  124. I:itemProjectorTypwall=11124
  125. I:itemSecLinkCard=11135
  126. I:itemSwitch=11108
  127. I:itemUpgradeprocutter=11130
  128. I:itemWrench=11107
  129. I:itemcardempty=11115
  130. I:itemextractorbooster=11118
  131. I:itemfc=11116
  132. I:itemupgradecapcap=11120
  133. I:itemupgradecaprange=11119
  134. I:itemupgradeprodome=11129
  135. I:itemupgradeprosubwater=11128
  136. I:itemupgradeprozapper=11127
  137. }
Advertisement
Add Comment
Please, Sign In to add comment