Guest User

dropsfile

a guest
Nov 9th, 2011
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.46 KB | None | 0 0
  1. defaults:
  2. - biomes: ALL
  3. worlds: nyeverden
  4. # time:
  5. # weather:
  6. # permissiongroup:
  7. # permissiongroupexcept:
  8.  
  9. otherblocks:
  10. # On peut choper du verre
  11. GLASS:
  12. drop: GLASS
  13. chance: 10
  14.  
  15. # Les bibliotheques donnent des bibliotheques
  16. BOOKSHELF:
  17. drop: BOOKSHELF
  18.  
  19. # les escaliers dropent des escaliers
  20. WOOD_STAIRS:
  21. - tool: ANY_AXE
  22. drop: WOOD_STAIRS
  23. COBBLESTONE_STAIRS:
  24. - tool: ANY_PICKAXE
  25. drop: COBBLESTONE_STAIRS
  26. BRICK_STAIRS:
  27. - tool: ANY_PICKAXE
  28. drop: BRICK_STAIRS
  29. SMOOTH_STAIRS:
  30. - tool: ANY_PICKAXE
  31. drop: SMOOTH_STAIRS
  32.  
  33. # Les bateaux redonnent des bateaux une fois detruits
  34. BOAT:
  35. drop: BOAT
  36. # Les minecarts speciaux droppent normalement
  37. STORAGE_MINECART:
  38. drop:
  39. - THIS
  40. POWERED_MINECART:
  41. drop:
  42. - THIS
  43.  
  44.  
  45.  
  46. # Les feuilles peuvent contenir des pommes
  47. LEAVES@GENERIC:
  48. drop: APPLE
  49. chance: 5
  50.  
  51. # On peut spawn des petites slimes en brisant de l'argile
  52. CLAY:
  53. - tool: ANY
  54. drop: CREATURE_SLIME@TINY
  55. chance: 10
  56.  
  57. # On obtient des planches en cassant des buches avec une hache en or
  58. LOG:
  59. - tool: GOLDEN_AXE
  60. drop: WOOD
  61. quantity: 4
  62.  
  63. # On obtient des silexs en creusant du gravier avec une une pelle en or
  64. GRAVEL:
  65. - tool: GOLDEN_SPADE
  66. drop: FLINT
  67.  
  68. # On obtient de l'herbe en creusant de l'herbe avec une une pelle en or
  69. GRASS:
  70. - tool: GOLDEN_SPADE
  71. drop: GRASS
  72.  
  73. # On obtient de la stone en minant de la stone avec une pioche en or
  74. STONE:
  75. - tool: GOLDEN_PICKAXE
  76. drop: STONE
  77.  
  78. # On obtient de l'or en minant un minerai d'or avec une pioche en or
  79. GOLD_ORE:
  80. - tool: GOLDEN_PICKAXE
  81. drop: GOLD_INGOT
  82.  
  83. # On obtient du metal en minant un minerai de metal avec une pioche en or
  84. IRON_ORE:
  85. - tool: GOLDEN_PICKAXE
  86. drop: IRON_INGOT
  87.  
  88.  
  89.  
  90. COBBLESTONE:
  91. - action: RIGHT_CLICK
  92. tool: SEEDS
  93. replacementblock: MOSSY_COBBLESTONE
  94. consumetool: 1
  95.  
  96. CHICKEN:
  97. - action: RIGHT_CLICK
  98. tool: SHEARS
  99. drop: FEATHER
  100. quantity: 1
  101. damagetool: 25
  102.  
  103. PISTON_BASE:
  104. - action: RIGHT_CLICK
  105. tool: SLIME_BALL
  106. replacementblock: PISTON_STICKY_BASE
  107. consumetool: 1
  108.  
  109.  
  110.  
  111. # Vaches
  112. CREATURE_COW:
  113. - tool: ANY
  114. drop: MONEY
  115. quantity: 1-2
  116. message: Vous obtenez %q dollars pour avoir tue une vache !
  117.  
  118. # Poules
  119. CREATURE_CHICKEN:
  120. - tool: ANY
  121. drop: MONEY
  122. quantity: 1-2
  123. message: Vous obtenez %q dollars pour avoir tue une poule !
  124.  
  125. # Moutons
  126. CREATURE_SHEEP:
  127. - tool: ANY
  128. drop: MONEY
  129. quantity: 1-2
  130. message: Vous obtenez %q dollars pour avoir tue un mouton !
  131.  
  132. # Cochons
  133. CREATURE_PIG:
  134. - tool: ANY
  135. drop: MONEY
  136. quantity: 1-2
  137. message: Vous obtenez %q dollars pour avoir tue un cochon !
  138.  
  139. # Poulpes
  140. CREATURE_SQUID:
  141. - tool: ANY
  142. drop: RAW_FISH
  143. chance: 50
  144. - tool: ANY
  145. drop: MONEY
  146. quantity: 1-2
  147. message: Vous obtenez %q dollars pour avoir tue un poulpe !
  148.  
  149. # Creepers
  150. CREATURE_CREEPER:
  151. - tool: ANY
  152. drop: MONEY
  153. quantity: 8-12
  154. message: Vous obtenez %q dollars pour avoir tue un creeper !
  155.  
  156. # Creepers
  157. CREATURE_CREEPER@POWERED:
  158. - tool: ANY
  159. drop: REDSTONE
  160. quantity: 1-20
  161. - tool: ANY
  162. drop: MONEY
  163. quantity: 19-30
  164. message: Vous obtenez %q dollars pour avoir tue un creeper electrique !
  165.  
  166. # Slimes
  167. CREATURE_SLIME:
  168. - tool: ANY
  169. drop: MONEY
  170. quantity: 1-2
  171. message: Vous obtenez %q dollars pour avoir tue une slime !
  172.  
  173. # Les araignees droppent de la toile
  174. CREATURE_SPIDER:
  175. - tool: ANY
  176. drop: WEB
  177. chance: 15
  178. - tool: ANY
  179. drop: MONEY
  180. quantity: 8-12
  181. message: Vous obtenez %q dollars pour avoir tue une araignee !
  182.  
  183. # Les squelettes droppent des arcs
  184. CREATURE_SKELETON:
  185. - tool: ANY
  186. drop: BOW
  187. chance: 15
  188. - tool: ANY
  189. drop: MONEY
  190. quantity: 8-12
  191. message: Vous obtenez %q dollars pour avoir tue un squelette !
  192.  
  193. # Les zombies droppent des armures en cuir
  194. CREATURE_ZOMBIE:
  195. - tool: ANY
  196. drop: LEATHER_HELMET
  197. chance: 10
  198. - tool: ANY
  199. drop: LEATHER_CHESTPLATE
  200. chance: 10
  201. - tool: ANY
  202. drop: LEATHER_LEGGINGS
  203. chance: 10
  204. - tool: ANY
  205. drop: LEATHER_BOOTS
  206. chance: 10
  207. - tool: ANY
  208. drop: MONEY
  209. quantity: 3-7
  210. message: Vous obtenez %q dollars pour avoir tue un zombie !
  211.  
  212. # Les ghasts droppent de la poudre brillante
  213. CREATURE_GHAST:
  214. - tool: ANY
  215. drop: GLOWSTONE_DUST
  216. quantity: 4-20
  217. - tool: ANY
  218. drop: MONEY
  219. quantity: 13-18
  220. message: Vous obtenez %q dollars pour avoir tue un ghast !
  221.  
  222. # Les pigzombies droppent des epees en or
  223. CREATURE_PIG_ZOMBIE:
  224. - tool: ANY
  225. drop: GOLD_SWORD
  226. chance: 15
  227. - tool: ANY
  228. drop: MONEY
  229. quantity: 13-18
  230. message: Vous obtenez %q dollars pour avoir tue un cochon zombie !
  231.  
  232. # Loups
  233. CREATURE_WOLF:
  234. - tool: ANY
  235. drop: MONEY
  236. quantity: 8-12
  237. message: Vous obtenez %q dollars pour avoir tue un loup !
  238.  
  239. # Enderman
  240. CREATURE_ENDERMAN:
  241. - tool: ANY
  242. drop: MONEY
  243. quantity: 3-7
  244. message: Vous obtenez %q dollars pour avoir tue un Enderman !
  245.  
  246. # Silverfish
  247. CREATURE_SILVERFISH:
  248. - tool: ANY
  249. drop: MONEY
  250. quantity: 13-18
  251. message: Vous obtenez %q dollars pour avoir tue un Silverfish !
  252.  
  253. # CaveSpiders
  254. CREATURE_CAVE_SPIDER:
  255. - tool: ANY
  256. drop: MONEY
  257. quantity: 13-18
  258. message: Vous obtenez %q dollars pour avoir tue une araignee des cavernes !
  259.  
Advertisement
Add Comment
Please, Sign In to add comment