mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-27 13:14:41 -04:00
packets.json -> packets.js
This commit is contained in:
parent
45ebdc2781
commit
0247fc9cb8
2
index.js
2
index.js
@ -7,7 +7,7 @@ var net = require('net')
|
||||
, crypto = require('crypto')
|
||||
, superagent = require('superagent')
|
||||
, Batch = require('batch')
|
||||
, packets = require('./packets.json')
|
||||
, packets = require('./packets')
|
||||
, toUcs2 = new Iconv('UTF-8', 'utf16be')
|
||||
, fromUcs2 = new Iconv('utf16be', 'UTF-8')
|
||||
|
||||
|
1250
packets.js
Normal file
1250
packets.js
Normal file
File diff suppressed because it is too large
Load Diff
1250
packets.json
1250
packets.json
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user