Better handling of different template types
MelanX opened this issue ยท 0 comments
Describe your idea
Situation
At the moment, all types are cluttered. The TemplateLoader
is from a time where LibX was at its early stages. It would be better to store the templates in the config instead of the TemplateLoader
. That way, the template types could be made better identifiable.
Make it easier to handle all the different types.
Put each type in a separate folder inside the skyblockbuilder/templates
directory.
Make an abstract template class for this.