FelixReuthlinger / AutoMapPins

GNU Lesser General Public License v3.0
5 stars 3 forks source link

Do Pins disappear if the Items disappear from the Map? #12

Closed himpich closed 10 months ago

himpich commented 10 months ago

If yes: Please add the information to the readme, would be helpful

If no: Please implement this option - so that ores & co get removed from the map, if they are picked up

Thanks :)

FelixReuthlinger commented 10 months ago

The pin is part of the object in game, so if the object does get destroyed, the pin will also get destroyed. For all objects like veins, etc. this is implemented and should work fine. If you try to pin something that does not follow game rules of destructible objects or pickable objects (like carrot seeds or berries) it might not work, since the game does not implement "destroying" or "picking" these.