https://github.com/bas080/luanti_utils
High level Luanti lua modding utilities that will bring your mods to the next level.
https://github.com/bas080/luanti_utils
luanti-mod utility-library
Last synced: 2 days ago
JSON representation
High level Luanti lua modding utilities that will bring your mods to the next level.
- Host: GitHub
- URL: https://github.com/bas080/luanti_utils
- Owner: bas080
- License: lgpl-2.1
- Created: 2026-03-09T15:42:26.000Z (28 days ago)
- Default Branch: master
- Last Pushed: 2026-03-24T11:43:16.000Z (13 days ago)
- Last Synced: 2026-03-25T14:51:45.423Z (12 days ago)
- Topics: luanti-mod, utility-library
- Language: Lua
- Homepage: https://bas080.github.io/luanti_utils/
- Size: 613 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# luanti_utils
High level [Luanti][Luanti] lua modding utilities that will bring your mods to the next level.
## Installation
1. Get the luanti_utils in your mod folder by downloading it from the Luanti mods UI.
2. Add luanti_utils as a dependency in your mod.
3. Read the docs to get started.
## Documentation
You start by aquiring a module.
```lua
local util = luanti_utils.dofile('.lua')
```
See [Luanti Utils Documentation][luanti_utils_doc].
> Docs are generated using [LDoc][LDoc] comments.
## Experimental
There is an `experimental` branch. These APIs are suject to change.
## License
See [LICENSE.txt][LICENSE] file
[dofile]:https://bas080.github.io/luanti_utils/modules/luanti_utils.html#dofile
[LICENSE]:https://github.com/bas080/luanti_utils/blob/master/LICENSE.txt
[Luanti]:https://www.luanti.org/
[luanti_utils]:https://bas080.github.io/luanti_utils/index.html
[luanti_utils_doc]:https://bas080.github.io/luanti_utils/index.html
[LDoc]:https://stevedonovan.github.io/ldoc/