mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-28 05:35:56 -04:00
Show FML|HS ModList from server
This commit is contained in:
parent
735b7f6d65
commit
790ba538d9
@ -184,6 +184,8 @@ client.on('custom_payload', function(packet) {
|
||||
channel: 'FML|HS',
|
||||
data: modList
|
||||
});
|
||||
} else if (parsed.data.discriminator === 2) { // ModList
|
||||
console.log('Server ModList:',parsed.data.mods);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user