jmc
jmc copied to clipboard
[FEATURE_REQUEST] Allow JMC's custom NBT syntax in more places
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 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.