Advertisement
Guest User

pixelmon information config

a guest
Feb 20th, 2020
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.58 KB | None | 0 0
  1. # Configuration file
  2.  
  3. debug {
  4. # If true, debug information will be output to the console.
  5. B:enableDebug=false
  6.  
  7. # If true, any blocks/items that are missing an Information record will be registered.
  8. B:registerJeiMissingInformation=false
  9.  
  10. # If true, any blocks/items that are missing an Information record will be output to the console.
  11. B:showJeiMissingInformation=false
  12.  
  13. # If true, any blocks/items that register an Information record will be output to the console.
  14. B:showJeiRegisteredInformation=false
  15.  
  16. # If true, the item translation key will be show in the tooltip.
  17. B:showTooltipTranslationKey=false
  18.  
  19. # If true, the block translation key will be show in The One Probe.
  20. B:showTopBlockTranslationKey=false
  21.  
  22. # If true, the block translation key will be show in Waila.
  23. B:showWailaBlockTranslationKey=false
  24.  
  25. # If true, any blocks that are registered will be output to the console.
  26. B:showWailaBlocksRegistered=false
  27.  
  28. # If true, any entities that are registered will be output to the console.
  29. B:showWailaEntitiesRegistered=false
  30. }
  31.  
  32.  
  33. jei {
  34. # If true, will integrate with JEI.
  35. B:enableJeiIntegration=true
  36.  
  37. # If true, will not check for other installed mods when showing dungeon chest tab.
  38. B:removeJeiDungeonChestTabModCheck=true
  39.  
  40. # If true, will show the dungeon chest tab in JEI. If the Just Enough Resources (JER) mod is loaded, this will be disabled.
  41. B:showJeiDungeonChestTab=true
  42.  
  43. # If true, will show the information tab in JEI.
  44. B:showJeiInformationTab=true
  45.  
  46. # If true, will show the poké loot chest tab in JEI.
  47. B:showJeiPokeChestTab=true
  48.  
  49. # If true, will show the pokémon boss tab in JEI.
  50. B:showJeiPokemonBossTab=true
  51.  
  52. # If true, will show the pokémon tab in JEI.
  53. B:showJeiPokemonTab=true
  54.  
  55. # If true, will show the recipe tabs in JEI.
  56. B:showJeiRecipeTabs=true
  57.  
  58. # If true, will show the shop keeper tab in JEI.
  59. B:showJeiShopKeeperTab=true
  60. }
  61.  
  62.  
  63. tooltips {
  64. # If true, will integrate with item tooltips.
  65. B:enableTooltipIntegration=true
  66.  
  67. # If true, will only show tooltip information when Advanced Tooltips enabled (F3+H).
  68. B:restrictToAdvancedTooltips=false
  69.  
  70. # If true, will show the hold shift key for more information.
  71. B:showShiftKeyInfo=true
  72.  
  73. # If true, will only show tooltip information when Shift key pressed.
  74. B:useShiftKey=true
  75. }
  76.  
  77.  
  78. top {
  79. # If true, will integrate with The One Probe.
  80. B:enableTopIntegration=true
  81.  
  82. # If true, will only show information when Sneaking.
  83. B:useSneaking=true
  84.  
  85. blocks {
  86. # If true, will show the block information in The One Probe.
  87. B:showBlockInformation=true
  88.  
  89. # If true, will show the block tooltip in The One Probe.
  90. B:showBlockTooltip=true
  91.  
  92. # If true, will show any growth stages.
  93. B:showGrowthStages=true
  94. }
  95.  
  96. entities {
  97. # If true, will show the entity information in The One Probe.
  98. B:showEntityInformation=true
  99.  
  100. # If true, will show if the pokémon has been caught.
  101. B:showPokemonCaught=true
  102.  
  103. # If true, will show the description of the pokémon.
  104. B:showPokemonDescription=true
  105.  
  106. # If true, will show the EV (effort value) of the pokémon.
  107. B:showPokemonEVYield=true
  108.  
  109. # If true, will show the Generation of the pokémon.
  110. B:showPokemonGeneration=true
  111.  
  112. # If true, will show the level of the pokémon.
  113. B:showPokemonLevel=true
  114.  
  115. # If true, will show the National Pokédex Number of the pokémon.
  116. B:showPokemonNationalPokedexNumber=true
  117.  
  118. # If true, will show the owner's name of the pokémon.
  119. B:showPokemonOwner=true
  120.  
  121. # If true, will show the type information of the pokémon.
  122. B:showPokemonTypeInformation=true
  123.  
  124. # If true, will show the type match-up information of the pokémon.
  125. B:showPokemonTypeMatchupInformation=true
  126. }
  127.  
  128. }
  129.  
  130.  
  131. waila {
  132. # If true, will integrate with Waila.
  133. B:enableWailaIntegration=true
  134.  
  135. # If true, will only show information when Sneaking.
  136. B:useSneaking=false
  137.  
  138. blocks {
  139. # If true, will show the block information in Waila.
  140. B:showBlockInformation=true
  141.  
  142. # If true, will show the block tooltip in Waila.
  143. B:showBlockTooltip=false
  144.  
  145. # If true, will show any growth stages.
  146. B:showGrowthStages=true
  147. }
  148.  
  149. entities {
  150. # If true, will show the entity information in Waila.
  151. B:showEntityInformation=true
  152.  
  153. # If true, will show if the pokémon has been caught.
  154. B:showPokemonCaught=true
  155.  
  156. # If true, will show the description of the pokémon.
  157. B:showPokemonDescription=false
  158.  
  159. # If true, will show the EV (effort value) of the pokémon.
  160. B:showPokemonEVYield=false
  161.  
  162. # If true, will show the Generation of the pokémon.
  163. B:showPokemonGeneration=false
  164.  
  165. # If true, will show the level of the pokémon.
  166. B:showPokemonLevel=true
  167.  
  168. # If true, will show the National Pokédex Number of the pokémon.
  169. B:showPokemonNationalPokedexNumber=true
  170.  
  171. # If true, will show the owner's name of the pokémon.
  172. B:showPokemonOwner=false
  173.  
  174. # If true, will show the type information of the pokémon.
  175. B:showPokemonTypeInformation=true
  176.  
  177. # If true, will show the type match-up information of the pokémon.
  178. B:showPokemonTypeMatchupInformation=false
  179. }
  180.  
  181. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement