Use RegisterCommandsEvent to register forge commands
JustRed23 opened this issue ยท 1 comments
I see that you are using the normal dispatcher to register your commands, please use forge's RegisterCommandsEvent to register them instead
Thanks for the tip, looks like this should potentially reduce conflicts with other mods (though, over the last year or two, I have yet to see a report indicating that to be an issue, so it should be rare). If you've encountered any, let me know. The change will be included in a future release, but for now you can obtain a build from our CI here or through Github Actions.