OtherDrops

226k Downloads

BUG: Rabbit:creature vs. Rabbit meat:item

MardMallard opened this issue ยท 3 comments

commented

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.

commented

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.

commented

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.

commented

Fixed in 0df580a