mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-06 03:52:53 +00:00

- Move registry code into the various *Registry classes. I'm not sure this is any more sensible, but things being registered in different places kinda irked me. - Everything else (i.e. event listeners) goes in a {Client,Common}Hooks class right now. It's not ideal, but I don't think we can split it up much.