Advertisement
comniemeer

Wahrscheinlichkeiten für Feast-Items (Notepad++)

Dec 28th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. Material Datenwert Max. Anzahl Wahrscheinlichkeit
  2. ------------------------------------------------------------------------------------------------------
  3. DIAMOND_SWORD 0 1 0.1
  4. POTION 8201 1 0.1 // Stärketrank I
  5.  
  6. GOLDEN_APPLE 0 5 0.2
  7. DIAMOND 0 3 0.2
  8.  
  9. FIRE 0 5 0.3
  10. IRON_CHESTPLATE 0 1 0.3
  11. IRON_LEGGINGS 0 1 0.3
  12. LAVA_BUCKET 0 1 0.3
  13. POTION 16421 1 0.3 // Werfbarer Trank der Heilung II
  14. POTION 16428 1 0.3 // Werfbarer Trank des Schadens I
  15.  
  16. ENDER_PEARL 0 3 0.4
  17. FLINT_AND_STEEL 0 1 0.4
  18. BOW 0 1 0.4
  19. IRON_HELMET 0 1 0.4
  20. IRON_BOOTS 0 1 0.4
  21. IRON_SWORD 0 1 0.4
  22. EXP_BOTTLE 0 5 0.4
  23.  
  24. ARROW 0 32 0.5
  25. IRON_INGOT 0 8 0.5
  26. POTION 8226 1 0.5 // Speedtrank II
  27. FISHING_ROD 0 1 0.5
  28. WEB 0 3 0.5
  29.  
  30. CAKE 0 3 0.6
  31. STRING 0 5 0.6
  32.  
  33. GRILLED_PORK 0 5 0.7
  34. COOKED_BEEF 0 5 0.7
  35. COOKED_FISH 0 5 0.7
  36. CARROT_ITEM 0 5 0.7
  37. BAKED_POTATO 0 5 0.7
  38. COAL 0 5 0.7
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement