misode / misode.github.io

Data Pack Generators and Tools for Minecraft 1.15, 1.16, 1.17, 1.18, 1.19, 1.20, 1.21
https://misode.github.io/
MIT License
545 stars 71 forks source link

Component generators erroneously allow for un-namespaced components #551

Closed DorkOrc closed 1 month ago

DorkOrc commented 3 months ago

Component generators allow for un-namespaces components like so: image image

It gives an error but still recognises the component, and it writes it in the output without a namespace (which can lead to inconsistency).

misode commented 1 month ago

It allows you to type any value you want, but given that it shows an error after you do that, I'm going to say this is "won't fix"