Advertisement
p1kashwak

why

Jun 3rd, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. animalium {
  2.  
  3. ##########################################################################################################
  4. # bear
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Adding Drops Example:
  7. # ModID:Item:Meta:Qty(Random 1 - number set):Chance(0.01 - 1)
  8. # minecraft:glass:0:15:1
  9. ##########################################################################################################
  10.  
  11. bear {
  12. S:drops <
  13. >
  14. S:"player kill drops" <
  15. >
  16. }
  17.  
  18. ##########################################################################################################
  19. # piranha
  20. #--------------------------------------------------------------------------------------------------------#
  21. # Adding Drops Example:
  22. # ModID:Item:Meta:Qty(Random 1 - number set):Chance(0.01 - 1)
  23. # minecraft:glass:0:15:1
  24. ##########################################################################################################
  25.  
  26. piranha {
  27. S:drops <
  28. >
  29. S:"player kill drops" <
  30. >
  31. }
  32.  
  33. entities {
  34.  
  35. ##########################################################################################################
  36. # entitywilddog
  37. #--------------------------------------------------------------------------------------------------------#
  38. # Adding Drops Example:
  39. # ModID:Item:Meta:Qty(Random 1 - number set):Chance(0.01 - 1)
  40. # minecraft:glass:0:15:1
  41. ##########################################################################################################
  42.  
  43. entitywilddog {
  44. S:drops <
  45. >
  46. S:"player kill drops" <
  47. >
  48. }
  49.  
  50. ##########################################################################################################
  51. # entityrat
  52. #--------------------------------------------------------------------------------------------------------#
  53. # Adding Drops Example:
  54. # ModID:Item:Meta:Qty(Random 1 - number set):Chance(0.01 - 1)
  55. # minecraft:glass:0:15:1
  56. ##########################################################################################################
  57.  
  58. entityrat {
  59. S:drops <
  60. >
  61. S:"player kill drops" <
  62. >
  63. }
  64.  
  65. ##########################################################################################################
  66. # entitybear
  67. #--------------------------------------------------------------------------------------------------------#
  68. # Adding Drops Example:
  69. # ModID:Item:Meta:Qty(Random 1 - number set):Chance(0.01 - 1)
  70. # minecraft:glass:0:15:1
  71. ##########################################################################################################
  72.  
  73. entitybear {
  74. S:drops <
  75. >
  76. S:"player kill drops" <
  77. >
  78. }
  79.  
  80. ##########################################################################################################
  81. # entitypiranha
  82. #--------------------------------------------------------------------------------------------------------#
  83. # Adding Drops Example:
  84. # ModID:Item:Meta:Qty(Random 1 - number set):Chance(0.01 - 1)
  85. # minecraft:glass:0:15:1
  86. ##########################################################################################################
  87.  
  88. entitypiranha {
  89. S:drops <
  90. >
  91. S:"player kill drops" <
  92. >
  93. }
  94.  
  95. }
  96.  
  97. ##########################################################################################################
  98. # wilddog
  99. #--------------------------------------------------------------------------------------------------------#
  100. # Adding Drops Example:
  101. # ModID:Item:Meta:Qty(Random 1 - number set):Chance(0.01 - 1)
  102. # minecraft:glass:0:15:1
  103. ##########################################################################################################
  104.  
  105. wilddog {
  106. S:drops <
  107. >
  108. S:"player kill drops" <
  109. >
  110. }
  111.  
  112. ##########################################################################################################
  113. # rat
  114. #--------------------------------------------------------------------------------------------------------#
  115. # Adding Drops Example:
  116. # ModID:Item:Meta:Qty(Random 1 - number set):Chance(0.01 - 1)
  117. # minecraft:glass:0:15:1
  118. ##########################################################################################################
  119.  
  120. rat {
  121. S:drops <
  122. >
  123. S:"player kill drops" <
  124. >
  125. }
  126.  
  127. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement