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

Data Values in drops #309

Closed Bartor closed 10 years ago

Bartor commented 10 years ago

Hello, I have one question/feature request. I was configuring drops on my server and I've noticed, that the Data Values are not supported. I just want to give a possibility to obtain and 266:1 (gold_ingot:1) from gold ore, but when I write "- drop: 266:1" it just don't work, but there are no crashes. So here is my question/request: can You add Data Values support in Other Drops? It will be very, very useful :) Best wishes

Zarius commented 10 years ago

Data values are definitely supported - try 266@1 instead.

On Fri, Jan 24, 2014 at 8:28 PM, BartorKrajczyk notifications@github.comwrote:

Hello, I have one question/feature request. I was configuring drops on my server and I've noticed, that the Data Values are not supported. I just want to give a possibility to obtain and 266:1 (gold_ingot:1) from gold ore, but when I write "- drop: 266:1" it just don't work, but there are no crashes. So here is my question/request: can You add Data Values support in Other Drops? It will be very, very useful :) Best wishes

— Reply to this email directly or view it on GitHubhttps://github.com/Zarius/Bukkit-OtherBlocks/issues/309 .

Bartor commented 10 years ago

Thank you very much! It works, but it have to be given directly to inventory, because normal items clear their data value after dropping :) Thanks again!