Advertisement
ORION528

Untitled

May 11th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.16 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # achievements
  5. ####################
  6.  
  7. achievements {
  8. I:idAchievBase=1784
  9. }
  10.  
  11.  
  12. ####################
  13. # block
  14. ####################
  15.  
  16. block {
  17. I:idBlockAirCollector=3357
  18. I:idBlockAirCompressor=3356
  19. I:idBlockAirDistributor=3355
  20. I:idBlockAirLockFrame=3373
  21. I:idBlockAirLockSeal=3374
  22. I:idBlockAirPipe=3368
  23. I:idBlockCargoLoader=3362
  24. I:idBlockCopperWire=3386
  25. I:idBlockCoreBreatheableAir=3350
  26. I:idBlockCrudeOilStill=3377
  27. I:idBlockDecorationBlock=3372
  28. I:idBlockDummy=3378
  29. I:idBlockEnclosedWire=3379
  30. I:idBlockFallenMeteor=3371
  31. I:idBlockFuel=3385
  32. I:idBlockFuelLoader=3359
  33. I:idBlockGlowstoneTorch=3384
  34. I:idBlockLandingPad=3351
  35. I:idBlockLandingPadFull=3352
  36. I:idBlockMachineB=3363
  37. I:idBlockMachineB2=3364
  38. I:idBlockOxygenDetector=3361
  39. I:idBlockOxygenSealer=3360
  40. I:idBlockParachest=3382
  41. I:idBlockRefinery=3358
  42. I:idBlockRocketBench=3370
  43. I:idBlockSapling2=3369
  44. I:idBlockSolarPanel=3383
  45.  
  46. # Even though this will be generated, it can use block IDs greater than 256
  47. I:idBlockSpaceStationBase=3380
  48.  
  49. # Even though this will be generated, it can use block IDs greater than 256
  50. I:idBlockTieredTreasureChest=3381
  51. I:idBlockUnlitTorch=3353
  52. I:idBlockUnlitTorchLit=3354
  53. }
  54.  
  55.  
  56. ####################
  57. # dimensions
  58. ####################
  59.  
  60. dimensions {
  61. # IDs to load at startup, and keep loaded until server stops. Can be added via /gckeeploaded
  62. I:"Static Loaded Dimensions" <
  63. >
  64. I:idDimensionOverworldOrbit=-27
  65.  
  66. # Static Space Station ID
  67. I:idDimensionOverworldOrbitStatic=-26
  68. }
  69.  
  70.  
  71. ####################
  72. # entities
  73. ####################
  74.  
  75. entities {
  76. I:idEntityAlienVillager=166
  77. I:idEntityAntiGravityArrow=160
  78. I:idEntityAstroOrb=164
  79. I:idEntityBuggy=162
  80. I:idEntityEvolvedCreeper=156
  81. I:idEntityEvolvedSkeleton=158
  82. I:idEntityEvolvedSkeletonBoss=170
  83. I:idEntityEvolvedSpider=155
  84. I:idEntityEvolvedZombie=157
  85. I:idEntityFlag=163
  86. I:idEntityLander=168
  87. I:idEntityLanderChest=169
  88. I:idEntityMeteor=161
  89. I:idEntityMeteorChunk=179
  90. I:idEntityOxygenBubble=167
  91. I:idEntityParaChest=165
  92. I:idEntitySpaceship=159
  93. }
  94.  
  95.  
  96. ####################
  97. # general
  98. ####################
  99.  
  100. general {
  101. # If set to true, Oxygen Collectors will not consume leaf blocks.
  102. B:"Disable Oxygen Collector Leaf Decay"=false
  103.  
  104. # Spaceships will not explode on contact if set to true
  105. B:"Disable Spaceship Explosion"=false
  106.  
  107. # If you have FPS problems, setting this to true will help if spaceship particles are in your sights
  108. B:"Disable Spaceship Particles"=false
  109.  
  110. # Change this is you wish to balance the mod (if you have more powerful weapon mods)
  111. D:"Dungeon Boss Health Modifier"=1.0
  112.  
  113. # If this is enabled, aluminum ore will generate on the overworld.
  114. B:"Enable Aluminum Ore Gen"=true
  115.  
  116. # If this is enabled, copper ore will generate on the overworld.
  117. B:"Enable Copper Ore Gen"=true
  118.  
  119. # If this is enabled, debug messages will appear in the console. This is useful for finding bugs in the mod.
  120. B:"Enable Debug Messages"=false
  121.  
  122. # If this is enabled, silicon ore will generate on the overworld.
  123. B:"Enable Silicon Ore Gen"=true
  124.  
  125. # If this is enabled, tin ore will generate on the overworld.
  126. B:"Enable Tin Ore Gen"=true
  127.  
  128. # List IDs from other mods that the Sensor Glasses should recognize as solid blocks. Format is ID:METADATA
  129. S:"External Detectable IDs" <
  130. 16:0
  131. 56:0
  132. 14:0
  133. 15:0
  134. 21:0
  135. 73:0
  136. 74:0
  137. >
  138.  
  139. # List IDs from other mods that the Oxygen Sealer should recognize as solid blocks. Format is ID:METADATA
  140. S:"External Sealable IDs" <
  141. 20:0
  142. 102:0
  143. >
  144.  
  145. # By default, you will respawn on galacticraft dimensions if you die. If you set this to true, you will respawn back on earth.
  146. B:"Force Overworld Spawn"=false
  147.  
  148. # If true, this will move the Oxygen Indicator to the bottom. You can combine this with "Minimap Left"
  149. B:"Minimap Bottom"=false
  150.  
  151. # If true, this will move the Oxygen Indicator to the left side. You can combine this with "Minimap Bottom"
  152. B:"Minimap Left"=false
  153.  
  154. # Setting this to false will revert night skies back to default minecraft star count
  155. B:"More Stars"=true
  156.  
  157. # Increasing this will increase amount of oil that will generate in each chunk.
  158. D:"Oil Generation Factor"=1.8
  159.  
  160. # List of non-galacticraft dimension IDs to generate oil in
  161. I:"Oil gen in external dimensions" <
  162. 0
  163. >
  164.  
  165. # By default, Galacticraft will override capes with the mod's donor cape. Set to false to disable.
  166. B:"Override Capes"=true
  167.  
  168. # If Mekanism is installed, solar panels will work (default 2x) more effective on space stations.
  169. D:"Space Station Solar Energy Multiplier"=2.0
  170.  
  171. # While true, space stations require you to invite other players using /ssinvite <playername>
  172. B:"Space Stations Require Permission"=true
  173.  
  174. # Lower/Raise this value to change time between suffocation damage ticks
  175. I:"Suffocation Cooldown"=100
  176.  
  177. # Change this value to modify the damage taken per suffocation tick
  178. I:"Suffocation Damage"=2
  179.  
  180. # If you prefer to move the Galaxy map with your mouse, set to false
  181. B:"WASD Map Movement"=true
  182. }
  183.  
  184.  
  185. ####################
  186. # gui
  187. ####################
  188.  
  189. gui {
  190. I:idGuiAddSchematic=138
  191. I:idGuiBuggyCraftingBench=131
  192. I:idGuiExtendedInventory=145
  193. I:idGuiGalaxyMap=132
  194. I:idGuiKnowledgeBook=140
  195. I:idGuiRocketCraftingBench=130
  196. I:idGuiSpaceshipInventory=133
  197. }
  198.  
  199.  
  200. ####################
  201. # item
  202. ####################
  203.  
  204. item {
  205. I:idArmorOxygenMask=9859
  206. I:idArmorSensorGlasses=9860
  207. I:idArmorSteelBoots=9893
  208. I:idArmorSteelChestplate=9891
  209. I:idArmorSteelHelmet=9890
  210. I:idArmorSteelLeggings=9892
  211. I:idItemAirVent=9862
  212. I:idItemBasic=9894
  213. I:idItemBattery=13970
  214. I:idItemBuggyMaterial=9884
  215. I:idItemBuggyPlacer=9871
  216. I:idItemCanister=9861
  217. I:idItemCanvas=9875
  218. I:idItemFan=9864
  219. I:idItemFlagPlacer=9873
  220. I:idItemFlagPole=9872
  221. I:idItemGravityBow=9865
  222. I:idItemHeavyOxygenTank=9858
  223. I:idItemHeavyPlate=9867
  224. I:idItemInfiniteBattery=13971
  225. I:idItemKey=9883
  226. I:idItemKnowledgeBook=9881
  227. I:idItemLightOxygenTank=9856
  228. I:idItemMedOxygenTank=9857
  229. I:idItemMeteorChunk=9895
  230. I:idItemOilCanister=9878
  231. I:idItemOilExtractor=9877
  232. I:idItemOxygenConcentrator=9863
  233. I:idItemOxygenGear=9874
  234. I:idItemParachute=9876
  235. I:idItemRocketEngine=9866
  236. I:idItemRocketFins=9869
  237. I:idItemRocketFuelCanister=9879
  238. I:idItemRocketNoseCone=9868
  239. I:idItemSchematic=9882
  240. I:idItemSensorLens=9870
  241. I:idItemSpaceship=9855
  242. I:idItemStandardWrench=9896
  243. I:idToolSteelAxe=9889
  244. I:idToolSteelHoe=9888
  245. I:idToolSteelPickaxe=9886
  246. I:idToolSteelSpade=9887
  247. I:idToolSteelSword=9885
  248. }
  249.  
  250.  
  251. ####################
  252. # schematic
  253. ####################
  254.  
  255. schematic {
  256. I:idSchematicAddSchematic=2147483647
  257. I:idSchematicMoonBuggy=1
  258. I:idSchematicRocketT1=0
  259. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement