QuiltMC / quilt-standard-libraries

A set of libraries to assist in making Quilt mods.
Apache License 2.0
152 stars 85 forks source link

Client-side commands are registered on startup #377

Open Earthcomputer opened 1 year ago

Earthcomputer commented 1 year ago

This behaviour is different compared to Fabric API, which only registers commands when joining the world. This breaks Fabric mods which operate under the assumption that a world exists when client commands are being registered. This is the root cause of https://github.com/Earthcomputer/clientcommands/issues/547. The fix should be simple - don't call this event on game startup.