Request: Allow tracking "minecart with chest"
Opened this issue ยท 3 comments
Currently the Entity Tracking and Block Tracking upgrades ignore minecarts with chests. I'd like to request that they be tracked. (Maybe there's an argument to track all minecarts, I'm not sure.) I assume it's only living entities that are tracked now:
No tracking currently:
Thanks.
Yeah probably no reason not to track these. Would be handy to find them in mineshafts...
Update: I'll include all minecart types as an option in the entity tracker (can use filter @minecart
to select them, by the way).
I will not be including chest & hopper minecart inventories, mainly for technical reasons; that would involve some significant changes to the protocol to request entity inventory sync. That will likely happen in 1.17+, where a rewrite of the whole pneumatic helmet tracker protocol is planned anyway.