mrkite / minutor

Mapping for Minecraft
http://seancode.com/minutor
BSD 2-Clause "Simplified" License
278 stars 52 forks source link

fix exact pattern search #349

Closed EtlamGit closed 1 year ago

EtlamGit commented 1 year ago

In case we select exact pattern search for entities, nothing is found, as the EntityIdentifer stores Entities without the namespace "minecraft:" and possible Entity still have it. Fix is to remove "minecraft:" namespace from the Entity we try to match.

(This is different for Blocks, as we store the namespace in that case.)