The FTB Forum is now read-only, and is here as an archive.
To participate in our community discussions, please join our Discord! https://ftb.team/discord
51 I made it so that the speed of characters is also depended on their species.
Also, I learned about the fact that you can create schema's for json and that there is a module that allows you to use those schema's as typescript types. Combine that with a module that can validate an object based on a schema and tada you can now validate data just by defining its type. I wish it was a little bit less verbose though....
51 I managed to also use json to define tiles and added pictures to them.
Also, the schema files get updated whenever you run the code generation scripts that have impact on them. So the tile generation script updates the json files for the tiles (as you may have added more) and the one for characters
50 the images should work, as the links work in a private window. I'm guessing that images on the forum are broken in general? As I also noticed I couldn't paste them into posts like I normally do.