katubug

Untitled

Apr 25th, 2019
868
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.59 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # client
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Client-side settings
  7. ##########################################################################################################
  8.  
  9. client {
  10. S:boxBorderColor=ff999999
  11. I:boxBottomY=-1
  12. S:boxFillColor=55006699
  13. I:boxLeftX=-1
  14. I:boxOffset=0
  15. I:boxRightX=-1
  16. I:boxThickness=2
  17. I:boxTopY=5
  18.  
  19. # Color of the border of the chest contents box (0 to disable) [default: ff006699]
  20. S:chestContentsBorderColor=ff006699
  21.  
  22. # If true equal stacks will be compacted in the chest contents overlay [default: true]
  23. B:compactEqualStacks=true
  24.  
  25. # If true the probe will automatically show extended information if it is in your main hand (so not required to sneak) [default: false]
  26. B:extendedInMain=false
  27.  
  28. # true means shows harvestability with vanilla style icons [default: true]
  29. B:harvestStyleVanilla=true
  30.  
  31. # If true then the probe hotkey must be held down to show the tooltip [default: false]
  32. B:holdKeyToMakeVisible=false
  33.  
  34. # Toggle default probe visibility (client can override) [default: true]
  35. B:isVisible=true
  36.  
  37. # 0 means don't show break progress, 1 is show as bar, 2 is show as text [range: 0 ~ 2, default: 1]
  38. I:showBreakProgress=1
  39.  
  40. # If true show liquid information when the probe hits liquid first [default: false]
  41. B:showLiquids=false
  42. S:textStyleError=red,bold
  43. S:textStyleInfo=white
  44. S:textStyleInfoImportant=blue
  45. S:textStyleLabel=gray
  46. S:textStyleModName=blue,italic
  47. S:textStyleName=white
  48. S:textStyleObsolete=gray,strikethrough
  49. S:textStyleOk=green
  50. S:textStyleProgress=white
  51. S:textStyleWarning=yellow
  52.  
  53. # The scale of the tooltips, 1 is default, 2 is smaller [range: 0.4 ~ 5.0, default: 1.0]
  54. S:tooltipScale=1.0
  55. }
  56.  
  57.  
  58. ##########################################################################################################
  59. # providers
  60. #--------------------------------------------------------------------------------------------------------#
  61. # Provider configuration
  62. ##########################################################################################################
  63.  
  64. providers {
  65. # Entity providers that should be excluded [default: ]
  66. S:excludedEntityProviders <
  67. >
  68.  
  69. # Providers that should be excluded [default: ]
  70. S:excludedProviders <
  71. >
  72.  
  73. # Order in which entity providers should be used [default: [theoneprobe:entity.default], [theoneprobe:entity.debug], [theoneprobe:entity.entity], [danknull:default], [topaddons:base], [topaddons:chisel], [topaddons:iceandfire], [topaddons:roost], [topaddons:storagedrawers], [topaddons:thermaldynamics], [topaddons:thermalexpansion], [topaddons:tconstruct], [topaddons:vanilla], [topaddons:rustic], [chickens:chickenstop]]
  74. S:sortedEntityProviders <
  75. theoneprobe:entity.default
  76. theoneprobe:entity.debug
  77. theoneprobe:entity.entity
  78. danknull:default
  79. topaddons:base
  80. topaddons:chisel
  81. topaddons:storagedrawers
  82. topaddons:thermaldynamics
  83. topaddons:thermalexpansion
  84. topaddons:tconstruct
  85. topaddons:vanilla
  86. topaddons:rustic
  87. >
  88.  
  89. # Order in which providers should be used [default: [theoneprobe:default], [theoneprobe:debug], [theoneprobe:block], [appliedenergistics2:TileInfoProvider], [appliedenergistics2:PartInfoProvider], [thermalexpansion.topplugin], [enderio:default], [tconstruct:casting], [tconstruct:progress], [compactmachines3:default], [danknull:default], [immersiveengineering:EnergyInfo], [immersiveengineering:ProcessInfo], [immersiveengineering:TeslaCoilInfo], [immersiveengineering:SideConfigInfo], [immersiveengineering:FluidInfo], [inspirations:cauldron], [integrateddynamics:partData], [integrateddynamics:proxyData], [integrateddynamics:dryingBasinData], [integrateddynamics:squeezerData], [topaddons:base], [topaddons:chisel], [topaddons:iceandfire], [topaddons:roost], [topaddons:storagedrawers], [topaddons:thermaldynamics], [topaddons:thermalexpansion], [topaddons:tconstruct], [topaddons:vanilla], [topaddons:rustic], [woot], [cookingforblockheads], [supersoundmuffler:default]]
  90. S:sortedProviders <
  91. theoneprobe:default
  92. theoneprobe:debug
  93. theoneprobe:block
  94. appliedenergistics2:TileInfoProvider
  95. appliedenergistics2:PartInfoProvider
  96. thermalexpansion.topplugin
  97. enderio:default
  98. tconstruct:casting
  99. tconstruct:progress
  100. immersiveengineering:EnergyInfo
  101. immersiveengineering:ProcessInfo
  102. immersiveengineering:TeslaCoilInfo
  103. immersiveengineering:SideConfigInfo
  104. immersiveengineering:FluidInfo
  105. mcjtylib:default
  106. compactmachines3:default
  107. danknull:default
  108. integrateddynamics:partData
  109. integrateddynamics:proxyData
  110. integrateddynamics:dryingBasinData
  111. integrateddynamics:squeezerData
  112. topaddons:base
  113. topaddons:chisel
  114. topaddons:storagedrawers
  115. topaddons:thermaldynamics
  116. topaddons:thermalexpansion
  117. topaddons:tconstruct
  118. topaddons:vanilla
  119. topaddons:rustic
  120. woot
  121. agricraft
  122. cookingforblockheads
  123. >
  124. }
  125.  
  126.  
  127. ##########################################################################################################
  128. # theoneprobe
  129. #--------------------------------------------------------------------------------------------------------#
  130. # The One Probe configuration
  131. ##########################################################################################################
  132.  
  133. theoneprobe {
  134. # If true equal stacks will be compacted in the chest contents overlay [default: true]
  135. B:compactEqualStacks=true
  136.  
  137. # A list of blocks for which we don't send NBT over the network. This is mostly useful for blocks that have HUGE NBT in their pickblock (itemstack) [default: ]
  138. S:dontSendNBT <
  139. >
  140.  
  141. # A list of blocks for which we don't show chest contents automatically except if sneaking [default: ]
  142. S:dontShowContentsUnlessSneaking <
  143. >
  144.  
  145. # If true the probe will automatically show extended information if it is in your main hand (so not required to sneak) [default: false]
  146. B:extendedInMain=false
  147.  
  148. # How much time (ms) to wait before reporting an exception again [range: 1 ~ 10000000, default: 20000]
  149. I:loggingThrowableTimeout=20000
  150.  
  151. # The maximum packet size to send an itemstack from client to server. Reduce this if you have issues with network lag caused by TOP [range: -1 ~ 32768, default: 20000]
  152. I:maxPacketToServer=20000
  153.  
  154. # Is the probe needed to show the tooltip? 0 = no, 1 = yes, 2 = yes and clients cannot override, 3 = probe needed for extended info only [range: 0 ~ 3, default: 3]
  155. I:needsProbe=0
  156.  
  157. # Distance at which the probe works [range: 0.1 ~ 200.0, default: 6.0]
  158. S:probeDistance=6.0
  159.  
  160. # Format for displaying RF: 0 = full, 1 = compact, 2 = comma separated [range: 0 ~ 2, default: 1]
  161. I:rfFormat=1
  162.  
  163. # Alternate color for the RF bar [default: ff430000]
  164. S:rfbarAlternateFilledColor=ff430000
  165.  
  166. # Color for the RF bar border [default: ff555555]
  167. S:rfbarBorderColor=ff555555
  168.  
  169. # Color for the RF bar [default: ffdd0000]
  170. S:rfbarFilledColor=ffdd0000
  171.  
  172. # Show animal owner setting (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 2]
  173. I:showAnimalOwnerSetting=2
  174.  
  175. # Show brewing stand setting (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1]
  176. I:showBrewStandSetting=1
  177.  
  178. # Show if the block can be harvested (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1]
  179. I:showCanBeHarvested=1
  180.  
  181. # Show chest contents (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 2]
  182. I:showChestContents=2
  183.  
  184. # Show chest contents in detail (0 = not, 1 = always, 2 = sneak), used only if number of items is below 'showItemDetailThresshold' [range: 0 ~ 2, default: 2]
  185. I:showChestContentsDetailed=2
  186.  
  187. # If true show the color of the collar of a wolf [default: true]
  188. B:showCollarColor=true
  189.  
  190. # A list of blocks for which we automatically show chest contents even if not sneaking [default: [storagedrawers:basicDrawers], [storagedrawersextra:extra_drawers]]
  191. S:showContentsWithoutSneaking <
  192. storagedrawers:basicDrawers
  193. storagedrawersextra:extra_drawers
  194. >
  195.  
  196. # Show the growth level of crops (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1]
  197. I:showCropPercentage=1
  198.  
  199. # If true show debug info with creative probe [default: true]
  200. B:showDebugInfo=true
  201.  
  202. # Show harvest level (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1]
  203. I:showHarvestLevel=1
  204.  
  205. # Show horse stats setting (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 2]
  206. I:showHorseStatSetting=2
  207.  
  208. # If the number of items in an inventory is lower or equal then this number then more info is shown [range: 0 ~ 20, default: 4]
  209. I:showItemDetailThresshold=4
  210.  
  211. # Show lever/comparator/repeater settings (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1]
  212. I:showLeverSetting=1
  213.  
  214. # Show time to adulthood for baby mobs (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1]
  215. I:showMobGrowth=1
  216.  
  217. # Show mob health (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1]
  218. I:showMobHealth=1
  219.  
  220. # Show mob potion effects (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 2]
  221. I:showMobPotionEffects=2
  222.  
  223. # Show mob spawner setting (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1]
  224. I:showMobSpawnerSetting=1
  225.  
  226. # Show mod name (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1]
  227. I:showModName=1
  228.  
  229. # How to display RF: 0 = do not show, 1 = show in a bar, 2 = show as text [range: 0 ~ 2, default: 1]
  230. I:showRF=1
  231.  
  232. # Show redstone (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 1]
  233. I:showRedstone=1
  234.  
  235. # Reveal monster eggs (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 0]
  236. I:showSilverfish=0
  237.  
  238. # The maximum amount of slots (empty or not) to show without sneaking [range: 0 ~ 1000, default: 0]
  239. I:showSmallChestContentsWithoutSneaking=0
  240.  
  241. # How to display tank contents: 0 = do not show, 1 = show in a bar, 2 = show as text [range: 0 ~ 2, default: 1]
  242. I:showTank=1
  243.  
  244. # Show tank setting (0 = not, 1 = always, 2 = sneak) [range: 0 ~ 2, default: 2]
  245. I:showTankSetting=2
  246.  
  247. # If true there will be a readme note for first-time players [default: true]
  248. B:spawnNote=false
  249.  
  250. # If true there will be a bauble version of the probe if baubles is present [default: true]
  251. B:supportBaubles=true
  252.  
  253. # Format for displaying tank contents: 0 = full, 1 = compact, 2 = comma separated [range: 0 ~ 2, default: 1]
  254. I:tankFormat=1
  255.  
  256. # Alternate color for the tank bar [default: ff000043]
  257. S:tankbarAlternateFilledColor=ff000043
  258.  
  259. # Color for the tank bar border [default: ff555555]
  260. S:tankbarBorderColor=ff555555
  261.  
  262. # Color for the tank bar [default: ff0000dd]
  263. S:tankbarFilledColor=ff0000dd
  264.  
  265. # The amount of milliseconds to wait before updating probe information from the server (this is a client-side config) [range: 10 ~ 100000, default: 300]
  266. I:timeout=300
  267.  
  268. # The amount of milliseconds to wait before showing a 'fetch from server' info on the client (if the server is slow to respond) (-1 to disable this feature) [range: -1 ~ 100000, default: 2000]
  269. I:waitingForServerTimeout=2000
  270. }
Advertisement
Add Comment
Please, Sign In to add comment