mt1006 / mc-nbtac-mod

Minecraft mod adding suggestions for NBT tags in commands
https://modrinth.com/mod/nbt-autocomplete
GNU Lesser General Public License v3.0
23 stars 1 forks source link

Missing suggestions related to "translate #21

Open epicgamerjamer opened 1 month ago

epicgamerjamer commented 1 month ago

i accidentally pressed enter too early but the problem is that the "fallback" json text component isnt suggested, it only works when the "translate" json component is provided

mt1006 commented 1 month ago

You mean like for display.Name item component?

epicgamerjamer commented 1 month ago

Anything that uses text; tellraw, title, display.Name, book pages

mt1006 commented 1 month ago

Currently it only suggests ' " (for NBT tags) to not confuse json text with normal text, but I have plans to add more complex suggestions for it, including fallback component (probably around version 1.4, as 1.3 will bring support for the new item components). Therefore, I'll keep this issue open.