Advertisement
Guest User

Untitled

a guest
Aug 10th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.36 KB | None | 0 0
  1. # Configuration file
  2.  
  3. block {
  4.  
  5. ##########################################################################################################
  6. # kami
  7. #--------------------------------------------------------------------------------------------------------#
  8. # These will only be used if KAMI is loaded. (KAMI is a separate download you can find in the Thaumic Tinkerer thread)
  9. ##########################################################################################################
  10.  
  11. kami {
  12. }
  13.  
  14. }
  15.  
  16.  
  17. enchantments {
  18. I:"id_enchant.ttinkerer:ascentBoost"=220
  19. I:"id_enchant.ttinkerer:autoSmelt"=222
  20. I:"id_enchant.ttinkerer:desintegrate"=223
  21. I:"id_enchant.ttinkerer:dispersedStrike"=166
  22. I:"id_enchant.ttinkerer:finalStrike"=168
  23. I:"id_enchant.ttinkerer:focusedStrike"=169
  24. I:"id_enchant.ttinkerer:pounce"=170
  25. I:"id_enchant.ttinkerer:quickDraw"=224
  26. I:"id_enchant.ttinkerer:shatter"=167
  27. I:"id_enchant.ttinkerer:shockwave"=171
  28. I:"id_enchant.ttinkerer:slowFall"=221
  29. I:"id_enchant.ttinkerer:tunnel"=172
  30. I:"id_enchant.ttinkerer:valiance"=173
  31. I:"id_enchant.ttinkerer:vampirism"=225
  32. }
  33.  
  34.  
  35. general {
  36. # The number of verticle veins of ore per chunk. Default: 1
  37. I:"Bedrock Dimension ore density"=1
  38.  
  39. # Allows crops to be grown using bonemeal. Useful for debug purposes.
  40. B:cropsAllowBonemeal.enabled=false
  41.  
  42. # Set to true to enable debugging commands.
  43. B:debugCommands.enabled=false
  44.  
  45. # Set to false to disable imbued fire making cake. For those people who don't like cake
  46. B:imbuedFire.cake.enabled=true
  47. B:imbuedFire.enabled=true
  48.  
  49. # Set to true to enable all kami stuff (note, either this OR the kami mod file will work)
  50. B:kami.forceenabled=true
  51.  
  52. # Set to true to enable flight in this mod.
  53. B:modFlight.enabled=true
  54.  
  55. # Set to false to disable usage of ore dictionary metals (tin and copper).
  56. B:oreDictMetal.enabled=true
  57.  
  58. # Can Thaumic Tinkerer repair Tinkers Construct tools.
  59. B:repairTconTools.enabled=false
  60.  
  61. # Set to true to enable Easy Research (getting research notes = instant discovery). For those who don't like research. (DEPRECATED: Please use thaumcraft.cfg to edit this now, all this does is alter that)
  62. B:research.easymode.enabled=false
  63.  
  64. # Set to false to disable the crafting recipe for the Tome of Research Sharing.
  65. B:shareTome.survival.enabled=true
  66.  
  67. # Set to false to disable the [TT] tooltips in the thauminomicon.
  68. B:tooltipIndicators.enabled=true
  69.  
  70. ##########################################################################################################
  71. # kami
  72. #--------------------------------------------------------------------------------------------------------#
  73. # These will only be used if KAMI is loaded. (KAMI is a separate download you can find in the Thaumic Tinkerer thread)
  74. ##########################################################################################################
  75.  
  76. kami {
  77. # Set to the dimension id wished for bedrock dimension, or 0 to disable
  78. I:"Bedrock dimension id"=-19
  79.  
  80. # These ores will not be spawned in the bedrock dimension
  81. S:"Bedrock dimension ore Blacklist" <
  82. oreFirestone
  83. >
  84.  
  85. # The Dimension ID for the End, leave at 1 if you don't modify it with another mod/plugin.
  86. I:dimension.end.id=2
  87.  
  88. # The Dimension ID for the Nether, leave at -1 if you don't modify it with another mod/plugin.
  89. I:dimension.nether.id=-3
  90.  
  91. # Set to false to remove the phantom blocks displayed by the Worldshaper's Seeing Glass.
  92. B:placementMirror.blocks.show=true
  93. }
  94.  
  95. }
  96.  
  97.  
  98. item {
  99.  
  100. ##########################################################################################################
  101. # kami
  102. #--------------------------------------------------------------------------------------------------------#
  103. # These will only be used if KAMI is loaded. (KAMI is a separate download you can find in the Thaumic Tinkerer thread)
  104. ##########################################################################################################
  105.  
  106. kami {
  107. }
  108.  
  109. }
  110.  
  111.  
  112. potions {
  113. # Set to the potion id for air potion
  114. I:"Air Potion id"=93
  115.  
  116. # Set to the potion id for earth potion
  117. I:"Earth Potion id"=94
  118.  
  119. # Set to the potion id for fire potion
  120. I:"Fire Potion id"=95
  121.  
  122. # Set to the potion id for water potion
  123. I:"Water Potion id"=96
  124. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement