Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2014
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. <<reply 2279126>>
  2.  
  3. Hello, thanks for your answer.
  4. I have dl the plugin to try by myself, it is what I've put in the otherdrops file :
  5.  
  6. <<code lua>>
  7. COAL_ORE@1:
  8. - trigger: BREAK
  9. tool: ANY_PICKAXE
  10. drop: INK_SACK@23~Cobalt
  11. <</code>>
  12.  
  13. It didn't work so I tried with a existant block :
  14.  
  15. <<code lua>>
  16. COAL_ORE:
  17. - trigger: BREAK
  18. tool: ANY_PICKAXE
  19. drop: INK_SACK@23~Cobalt
  20. <</code>>
  21.  
  22. But it was the same issue, it only returns coal :
  23. So I wanted to see if the plugin was working, so I tried with two existant things :
  24.  
  25. <<code lua>>
  26. COAL_ORE:
  27. - trigger: BREAK
  28. tool: ANY_PICKAXE
  29. drop: INK_SACK@15~Cobalt ##which mean the Bone Meal
  30. <</code>>
  31.  
  32. The Coal Ore dropped well Bone Meal but it was not called "Cobalt".
  33.  
  34. Is my code correct ? If it is, I think the plugin doesn't support unexistant metadata value. :/ (and some tag?)
  35. If it did, with CTM and CIT, we could create new blocks and new items without
  36. mod, which could make this plugin one of the most important plugin of Minecraft.
  37. Please fix it. <3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement