GreenfieldMC / Greenfield-Texturepack

Texturepack for the Greenfield Build Server.
12 stars 3 forks source link

Extra brace found in nether_wart blockstate file #37

Closed NJDaeger closed 1 year ago

NJDaeger commented 2 years ago

Resource pack version Greenfield Texture Pack 1.17

Minecraft version 1.17

Describe the bug There is an extra, unneeded, brace inside of the nether_wart.json file. This invalidates the json.

What is the block/entity this texture is affecting? Afaik, only the nether_wart, however, more blockstates should be checked to determine if they are valid json files or not. https://github.com/GreenfieldMC/Greenfield-Texturepack/blob/b68bbc5e1cf7ab28554a7ca7144231d39ac690b8/assets/minecraft/blockstates/nether_wart.json#L26

What do you expect to see? A valid json file.

Screenshots N/A

NJDaeger commented 1 year ago

I think I fixed this