Advertisement
Guest User

Untitled

a guest
Jun 30th, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # block
  5. ####################
  6.  
  7. block {
  8. I:ID.AutoScraper=998
  9. I:ID.CombustionGenerator=1011
  10. I:ID.CombustionGeneratorIdle=1012
  11. I:ID.DNAAnalyer=1000
  12. I:ID.DNAAutoSplitter=1010
  13. I:ID.DNABreeder=1004
  14. I:ID.DNACentrifuge=1005
  15. I:ID.DNACloner=996
  16. I:ID.DNACombiner=1006
  17. I:ID.DNAEncoder=1002
  18. I:ID.DNAExtractor=1001
  19. I:ID.DNAInsulator=997
  20. I:ID.DNARemover=1007
  21. I:ID.DNASplitter=1003
  22. I:ID.DNATransmutator=1008
  23. I:ID.DeathEnderChest=1013
  24. I:ID.HealCrystalBlock=1009
  25. I:ID.Microscope=999
  26. }
  27.  
  28.  
  29. ####################
  30. # general
  31. ####################
  32.  
  33. general {
  34. B:ABILITY.AllowDeathEnderchest=true
  35. B:ABILITY.AllowFireballs=true
  36. B:ABILITY.AllowFireballsExplode=false
  37. B:ABILITY.AllowFly=true
  38. B:ABILITY.AllowGrassAsFood=true
  39. B:ABILITY.AllowHighJump=true
  40. B:ABILITY.AllowLavaSwim=true
  41. B:ABILITY.AllowMilkProducer=true
  42. B:ABILITY.AllowMoreHearts=true
  43. B:ABILITY.AllowNoFall=true
  44. B:ABILITY.AllowSelfExplode=true
  45. B:ABILITY.AllowShearable=true
  46. B:ABILITY.AllowSpeed=true
  47. B:ABILITY.AllowStew=true
  48. B:ABILITY.AllowTeleport=true
  49. B:ABILITY.AllowWallClimb=true
  50. B:ABILITY.AllowWaterBreath=true
  51. B:ABILITY.AvoidCreeper=false
  52. B:ABILITY.Climb=true
  53. B:ABILITY.EnderHealth=true
  54. B:ABILITY.Infinity=true
  55. B:ABILITY.PotionThrower=true
  56. B:ABILITY.Resistance=true
  57. B:ABILITY.Slimy=true
  58. B:ABILITY.WithersHit=true
  59.  
  60. # By enableing this players are able to clone Bosses with the DNA Cloner. (Not recommend)
  61. B:ALLOW.AllowBossCloning=false
  62.  
  63. # Advanced Genetics patches the Milk Bucket to make sure that all players use the Antidote.
  64. B:ALLOW.AllowOverrideMilkBucket=true
  65. B:ALLOW.AllowOverrideVanillaBow=true
  66. B:BOOL.AllowDeathEnderchest=true
  67. B:BOOL.AllowFireballs=true
  68. B:BOOL.AllowFireballsExplode=false
  69. B:BOOL.AllowFly=true
  70. B:BOOL.AllowGrassAsFood=true
  71. B:BOOL.AllowHighJump=true
  72. B:BOOL.AllowLavaSwim=true
  73. B:BOOL.AllowMilkProducer=true
  74. B:BOOL.AllowMoreHearts=true
  75. B:BOOL.AllowNoFall=true
  76. B:BOOL.AllowOverrideVanillaBow=true
  77. B:BOOL.AllowSelfExplode=false
  78. B:BOOL.AllowShearable=true
  79. B:BOOL.AllowSpeed=true
  80. B:BOOL.AllowStew=true
  81. B:BOOL.AllowTeleport=true
  82. B:BOOL.AllowWallClimb=true
  83. B:BOOL.AllowWaterBreath=true
  84. B:BOOL.EnderHealth=true
  85. B:BOOL.Infinity=true
  86. B:BOOL.PotionThrower=true
  87. B:BOOL.Slimy=true
  88. B:BOOL.WithersHit=true
  89. I:CONST.MachineEnergyUsingForWork=20000
  90.  
  91. # Decide here how much energy one machine should use until it is working.
  92. I:INT.MachineEnergyUsingForWork=20000
  93. }
  94.  
  95.  
  96. ####################
  97. # item
  98. ####################
  99.  
  100. item {
  101. I:ID.AdvancedDictionary=31044
  102. I:ID.AntiGene=31045
  103. I:ID.AntidoteSyringe=31046
  104. I:ID.AuotOutputUpgrade=31047
  105. I:ID.BasicDictionary=31048
  106. I:ID.Cell=31049
  107. I:ID.Gene=31050
  108. I:ID.GeneticBow=31051
  109. I:ID.HealCrystal=31052
  110. I:ID.Helix=31053
  111. I:ID.HelixInsulated=31054
  112. I:ID.InsulatedCell=31055
  113. I:ID.Magnifier=31056
  114. I:ID.OrganicDrop=31057
  115. I:ID.Overclocker=31058
  116. I:ID.Scraper=31059
  117. I:ID.SkinScales=31060
  118. I:ID.StoneStick=31061
  119. I:ID.Syringe=31062
  120. I:ID.SyringeBloody=31063
  121. I:ID.SyringeBloodyMob=31064
  122. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement