Code to make optional dependencies or mods that are not a dependency work with ATOM.
Stuff that ATOM adds that is considered new content not added by any other mod.
Code to make mandatory dependencies work with ATOM. They are a central part of the modpack and hence are not optional.
Utility/library code.
- Please use comments. Especially for functions. See also: https://github.com/LuaLS/lua-language-server/wiki/Annotations
- Don't let files grow too much. Put stuff in separate files to keep things findable.
- Try not to use external utility libraries. Rather use our own utility code. Add missing functions yourself.