Implement generator and type for packet IDs

This commit is contained in:
Tom
2020-09-12 13:38:45 -07:00
parent 0ec82d90a7
commit 358fb7b659
12 changed files with 406 additions and 187 deletions

5
go.mod
View File

@ -2,4 +2,7 @@ module github.com/Tnze/go-mc
go 1.13
require github.com/google/uuid v1.1.1
require (
github.com/google/uuid v1.1.1
github.com/iancoleman/strcase v0.1.1 // indirect
)