Fabric API

Fabric API

106M Downloads

Fabric ModList broadcast

INotSleep opened this issue ยท 1 comments

commented

Hi! I'm creating server on Paper and want to restrict some mods by modid. Theres any information about channel, that client send information about mods, and it datasheet? Thank you

commented

Fabric does not send the mod list, even if it did it would be trivial for mods (such as the ones you are trying to protect against) to remove themselves.

The client will negotiate the packet channels with a server, this is better documented in 1.20.2 here: #3244