UNPKG

minecraft-packets

Version:
12 lines (9 loc) 226 B
const packets = require('minecraft-packets') console.log(packets.pc['1.16']['from-server'].difficulty[0]) // output: // [ // { // json: { difficulty: 2, difficultyLocked: false }, // raw: <Buffer 0d 02 00> // } // ]