You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
This issue encompasses small improvements which I think could be made or thoughts which I plan to expand on later.
Improvements to-do:
Change file config provider to not throw exception if it can't find config file. Perhaps return null?
Returning null is not ideal, but would be good enough.
Intent: help streamline mod development by reducing likelihood of mod killing exceptions.
Known bugs:
I made a new mod to implement something and found that the default metadata for it isn't loading properly. Displays as blank in the logs. This needs investigation.
The text was updated successfully, but these errors were encountered:
This issue encompasses small improvements which I think could be made or thoughts which I plan to expand on later.
Improvements to-do:
null
?null
is not ideal, but would be good enough.Known bugs:
The text was updated successfully, but these errors were encountered: