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

BUG: Rabbit:creature vs. Rabbit meat:item #374

Closed MardMallard closed 8 years ago

MardMallard commented 8 years ago

Currently the string for the animal rabbit and the meat item dropped by rabbits are both identified with the string "rabbit". There is no way to distinguish between the two, and setting rabbits to drop rabbit meat will also spawn a new rabbit on top of it.

Zarius commented 8 years ago

Will look into this - you can specify entity but no support yet for item to force a search in items, adding this could be solution - I'll look into it.

Zarius commented 8 years ago

Fixed in testing - added aliases raw_rabbit and rabbit_meat for the item, rabbit by itself will continue to refer to animal. Cooked_rabbit already works as expected.

Zarius commented 8 years ago

Fixed in 0df580abd154178a3b0e132dd8a07b2fcfd16693