Ulfric

Untitled

Apr 15th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. # Make any solid material withstand blasts from settable damage amounts and types
  2. # Materials that are not normally destructible, can be.
  3.  
  4. # List of Materials to apply a durability amount to
  5. HandledMaterials:
  6. OBSIDIAN:
  7. BlastRadius: 2
  8. Durability:
  9. Amount: 4
  10. FluidDamper: 1.0
  11. Enabled: true
  12. ChanceToDrop: 0.6
  13. ResetEnabled: false
  14. ResetAfter: 600000
  15. EnabledFor:
  16. TNT: true
  17. Creepers: true
  18. Ghasts: false
  19. Cannons: true
  20. Withers: false
  21. Minecarts: false
  22. ENDER_STONE:
  23. BlastRadius: 2
  24. Durability:
  25. Amount: 2
  26. FluidDamper: 1.0
  27. Enabled: true
  28. ChanceToDrop: 0.6
  29. ResetEnabled: false
  30. ResetAfter: 600000
  31. EnabledFor:
  32. TNT: true
  33. Creepers: true
  34. Ghasts: false
  35. Cannons: true
  36. Withers: false
  37. Minecarts: false
  38. ENCHANTMENT_TABLE:
  39. BlastRadius: 3
  40. Durability:
  41. Amount: 5
  42. Enabled: true
  43. ChanceToDrop: 0.7
  44. ResetEnabled: false
  45. ResetAfter: 600000
  46. EnabledFor:
  47. TNT: true
  48. Creepers: true
  49. Ghasts: false
  50. Cannons: false
  51. Withers: false
  52. Minecarts: false
  53. ENDER_CHEST:
  54. BlastRadius: 4
  55. Durability:
  56. Amount: 6
  57. Enabled: true
  58. ChanceToDrop: 0.5
  59. ResetEnabled: false
  60. ResetAfter: 600000
  61. EnabledFor:
  62. TNT: true
  63. Creepers: true
  64. Ghasts: false
  65. Cannons: false
  66. Withers: false
  67. Minecarts: false
  68. ANVIL:
  69. BlastRadius: 3
  70. Durability:
  71. Amount: 3
  72. Enabled: true
  73. ChanceToDrop: 0.4
  74. ResetEnabled: false
  75. ResetAfter: 600000
  76. EnabledFor:
  77. TNT: true
  78. Creepers: true
  79. Ghasts: false
  80. Cannons: false
  81. Withers: false
  82. Minecarts: false
  83. LAVA:
  84. BlastRadius: 5
  85. Durability:
  86. Amount: 1
  87. Enabled: true
  88. ChanceToDrop: 0.0
  89. ResetEnabled: false
  90. ResetAfter: 300000
  91. EnabledFor:
  92. TNT: true
  93. Creepers: true
  94. Ghasts: false
  95. Cannons: false
  96. Withers: false
  97. Minecarts: false
  98. STATIONARY_LAVA:
  99. BlastRadius: 5
  100. Durability:
  101. Amount: 1
  102. Enabled: true
  103. ChanceToDrop: 0.0
  104. ResetEnabled: false
  105. ResetAfter: 300000
  106. EnabledFor:
  107. TNT: true
  108. Creepers: true
  109. Ghasts: false
  110. Cannons: false
  111. Withers: false
  112. Minecarts: false
Advertisement
Add Comment
Please, Sign In to add comment