ResourcePackConverter
ResourcePackConverter copied to clipboard
Credits are not converted in 1.17
in version 1.17, the credits were changed from a plain .txt file to the JSON format. Will need to write a conversion to allow the program to work in 1.17 (it doesn't do that yet.)
seriously? this seems like a pretty easy fix
Formatting from the old type into JSON is the hardest part
how so
Mostly figuring out how to get things to align correctly with the old codes/etc. to work. The systems are very different, with one being a text file, and the other being a JSON
interesting