Advertisement
Guest User

extra alchemy

a guest
Sep 12th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.98 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4.  
  5. options {
  6. # If set to true, this allows the creation of longer potions (and tipped arrows)
  7. B:allowPotionCombining=true
  8.  
  9. # If set to true, this allows the creation of shorter potions (and tipped arrows)
  10. B:allowPotionSplitting=true
  11.  
  12. # Set to false to disable the recipe of vial potions
  13. B:breakingPotions=false
  14.  
  15. # Set to false to disable random cheat death killing and set it on timer=0
  16. B:cheatDeathRandom=true
  17.  
  18. # Set to false to stop the ring from working as a bauble, and have them apply the effect from the inventory
  19. B:enableBaubleInteraction=true
  20.  
  21. # Set to false to remove the rings from the mod
  22. B:enablePotionRings=true
  23.  
  24. # Set to false to disable the recipe for potion bags
  25. B:enable_potion_bag=true
  26.  
  27. # Set to false to disable hardcore cheat death
  28. B:hardcoreCheatDeath=true
  29.  
  30. # Set to false to disable the 10%XP increase for the potion of learning to prevent XP showers-like mechanic from giving infinite XP
  31. B:learningBoostsXP=true
  32.  
  33. # Set to true to log all the potions in your instance with their potion-type ID. Used to create custom recipes
  34. B:log_potion_types=false
  35.  
  36. # Set to true to prevent the magnetism potion from working around solegnolias from Botania (Might have a negative impact on performance)
  37. B:respectSolegnolias=true
  38.  
  39. # The amount of XP a ring should drain every time the effect refreshes (approx. every 9 seconds). The effective amount will increase exponentially with the potion level
  40. I:ringXpConsumption=10
  41.  
  42. # If set to true a brewing stand will run not only on blaze powder but also a fire below will suffice
  43. B:useFireUndernathBrewingStand=true
  44. }
  45.  
  46. potions {
  47. B:p_beheading=true
  48. B:p_charged_level1=true
  49. B:p_charged_level2=true
  50. B:p_cheatDeath=true
  51. B:p_combustion=true
  52. B:p_concentration=true
  53. B:p_crumbling=true
  54. B:p_dislocation=true
  55. B:p_dispel=true
  56. B:p_freezing=true
  57. B:p_fuse=true
  58. B:p_gravity=true
  59. B:p_hurry=true
  60. B:p_learning=true
  61. B:p_leech=true
  62. B:p_magnetism=false
  63. B:p_pacifism=true
  64. B:p_pain=false
  65. B:p_photosynthesis=true
  66. B:p_piper=true
  67. B:p_pull=true
  68. B:p_push=true
  69. B:p_recall=false
  70. B:p_reincarnation=true
  71. B:p_return=false
  72. B:p_sails=true
  73. B:p_sinking=true
  74. }
  75.  
  76. client {
  77. # Choose what to toggle potion descriptions with
  78. # Valid values:
  79. # F3H
  80. # SHIFT
  81. # CTRL
  82. # ALT
  83. # NONE
  84. S:descriptionMode=SHIFT
  85.  
  86. # Set to false to set static color for potion of cheat death
  87. B:rainbowCheatDeath=true
  88.  
  89. # Set to false to hide the bad joke in the potion tooltip
  90. B:showBadJoke=true
  91. }
  92.  
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement