Implement package and generator for block information.

This commit is contained in:
Tom
2020-09-12 15:26:30 -07:00
parent 0ec82d90a7
commit 0003da756a
4 changed files with 18886 additions and 1 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
)