Zarius / Bukkit-OtherBlocks

OtherBlocks (now known as OtherDrops) plugin for Bukkit (dev build: https://www.mediafire.com/?i6ows1g6kus2o0l)
http://dev.bukkit.org/server-mods/otherdrops/
GNU General Public License v3.0
17 stars 17 forks source link

Custom name drop problem #336

Closed Kaaji closed 9 years ago

Kaaji commented 9 years ago

Hello ! I tried to create a Cobalt Ore (with a texture pack and OtherDrops) like this :

COAL_ORE@1:
    - tool: ANY_PICKAXE
      drop: INK_SACK@23!~Cobalt
      quantity: 1-2

It seems to work very well but I don't have the custom name of the item yet. The item I drop have still the name "Bone Meal" instead of "Cobalt". Where is the error ?

I tried again with an item which doesn't have metadata value : the drop have his name in uppercase.

59@8:     
    - drop: 296@!~Malt
      quantity: 1-2

returns an item called "MALT" and not "Malt". :/

How can I fix those two problems ? Thank you in advance !

Zarius commented 9 years ago

Not sure when this was fixed but works fine in latest dev build (2.8b.586).