You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's both annoying and idiosyncratic to have to write if (data storage namespace:foo bar) every single time when it would make more sense to write just if (foo::bar).
Additionally, I think it would make debugging (and just generally, printing complex messages) a lot easier if something like Text.tellraw(@a, "&<foo::bar>") was supported as well. Having to make custom TextProp.nbt setups is very janky and not worth relying on.
The text was updated successfully, but these errors were encountered:
Description
It's both annoying and idiosyncratic to have to write
if (data storage namespace:foo bar)
every single time when it would make more sense to write justif (foo::bar)
.Additionally, I think it would make debugging (and just generally, printing complex messages) a lot easier if something like
Text.tellraw(@a, "&<foo::bar>")
was supported as well. Having to make customTextProp.nbt
setups is very janky and not worth relying on.The text was updated successfully, but these errors were encountered: