Open Levertion opened 5 years ago
When we suggest tags, the suggestions are duplicated for each instance of the tag.
For example, if two datapacks add to minecraft:load, we suggest minecraft:load twice.
minecraft:load
This issue could probably be resolved by storing suggestions in a hashset
When we suggest tags, the suggestions are duplicated for each instance of the tag.
For example, if two datapacks add to
minecraft:load
, we suggestminecraft:load
twice.