Fusion (Connected Textures)

Fusion (Connected Textures)

11M Downloads

[Feature] Add JSON schema

Pearce-Ropion opened this issue ยท 2 comments

commented

Is your feature request related to a problem? Please describe.

When editing mcmeta files it would be great to get autocompletion and invalid property/error checking using a JSON schema. For example, when editing vanilla minecraft mcmeta files, I use the minecraft-texture-mcmeta schema. Which results in autocompletion like this:
Screenshot 2023-12-22 at 10 02 17 AM

Alternatively, Here is an example for Fabric's schema

Describe the solution you'd like

Add a JSON schema either hosted here, or on SchemaStore that can be referenced when editing fusion enabled mcmeta files.

commented

Schemas for the pack.mcmeta file and for the texture metadata are now available in the repository. They're also available from SchemaStore SchemaStore/schemastore#3476.

I couldn't find a schema for the vanilla model format. Since a lot of Fusion's model format is just vanilla stuff, I haven't made a schema for it yet.

commented

Great thanks!