So, I didn’t fix almost anything this last update. Sorry!
What I’ve been doing: I’ve tweaked my files with GAWK (the parsing language/software) so I could update my tileset everytime Xotto updates without much hassle. So even if he add tons of content say, one hour from now, I could update mine accordingly in less than 5 min.
Normally I’d have to edit every sprite I want and edit the tileset_config.json file too, manually. With GAWK I just type this in the terminal:
gawk -f execute_this.gawk base_file.json > output_file.json
and insert the lines from output_file.json on tileset_config.json, copy my .png files to his folder and voilà!
Maybe I could automatize this more, but for now it’s okay to me.
Anyway, I’ll keep updating my variant of this tileset here and maybe put it on github if anyone wants to! Thanks and sorry to bother in this thread for this long!