Custom name drop problem
Kaaji opened this issue ยท 1 comments
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 !