Guest User

BlockBreaker.cfg

a guest
Oct 6th, 2013
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. # Configuration file
  2.  
  3. general {
  4. # Limit of blocks to be destroyed at once. Use -1 for infinite. [range: -1 ~ 2147483647, default: 800]
  5. I:blockLimit=64
  6.  
  7. # Block List, ";" splits blocks and "," splits block ID and metadata. [default: 17;]
  8. S:blockList=5;13;14;15;16;17;18;21;48;49;56;73;82;89;129;153;242;243;247;458;730;731;732;733;734;735;736;737;738;739;740;741;742;743;744;745;746;747;748;749;759;902;1276;1380;1388;1389;1390;1391;1398;1475;1488;1751;2001;2163;2164;2176;2177;2402;2404;2405;2519;2761;3122;3123;3251;3258;3259;3261;3263;3271;3272;3277;3278;3280;4060;
  9.  
  10. # Maximum number of blocks to be removed per game tick (1/20 seconds). Using a low number will keep the game from getting hugeperformance drops but also decreases the speed at which blocks are destroyed. [range: 1 ~ 1000, default: 50]
  11. I:blocksPerTick=60
  12.  
  13. # Item drops values: 0-No drops. 1-Drops in Survival. 2-Drops in Survival & Creative. 3-Drops in Survival, Creative, & Adventure [range: 0 ~ 3, default: 1]
  14. I:itemDropMode=1
  15.  
  16. # Maximum distance from the first block to search for blocks to destroy. Use -1 for infinite. [range: -1 ~ 1000, default: 6]
  17. I:maxDistance=6
  18.  
  19. # Set sneakAction = "disable" to disable the block breaker effect while sneaking,
  20. # set sneakAction = "enable" to only enable the block breaker effect while sneaking,
  21. # set sneakAction = "none" to have the block breaker effect enabled regardless of sneaking. [default: disable]
  22. S:sneakAction=enable
  23. }
Advertisement
Add Comment
Please, Sign In to add comment