Seppe Volkaerts
Seppe Volkaerts
Add support for tModLoader. There is some initial code, this also needs to be revisited for Terraria 1.4.
Add support for more commands and make it accessible through the API. This feature depends on Kommando so it's blocked until the library is functional. See: https://github.com/LanternPowered/Kommando
Currently it's not possible to create multi-arch images with the micronaut-maven-plugin because they are overridden by the jib extension, the following is not possible: ``` amd64 linux arm64 linux ```...