#can't find the json i need

1 messages · Page 1 of 1 (latest)

fleet arch
#

i wanted to change the armor texture based on the mod and for convenience open the model in blockbench, but the json file does not open correctly and contains only 3 lines. maybe someone knows where I can get the model from the mod, because I have this problem not in the first mod.

this is what was in json:

  "parent": "item/generated",
  "textures": {
    "layer0": "epicempires:item/spartan_helmet"
  }
}```
keen pollenBOT
#
Welcome to the help forum!

Please make sure to read #1029373817119838218 as it may answer your question!

Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.

cyan frost
#

actual armor would be an entity model and hence be compressed and converted alongside code into .class files (which afaik cannot be opened)

fleet arch