Page 1 of 1

Some identifier linking mined entities with mined items

Posted: Thu Apr 04, 2019 12:40 am
by sparr
When on_player_mined_item fires, there seems to be no information available about the entity that was mined because it is gone. I would like for there to be some identifier in on_player_mined_entity and on_player_mined_item that allows them to be matched up, so that I can save some info about the entity while it still exists, to be referred to shortly afterward.

Re: Some identifier linking mined entities with mined items

Posted: Thu Apr 04, 2019 3:05 pm
by Bilka
on_player_mined_entity already provides you information on both the entity and the mined item(s). Moving to already exists.

Re: Some identifier linking mined entities with mined items

Posted: Fri Apr 05, 2019 5:29 pm
by sparr
Sorry for not being specific enough in my request. I'll try again.