bot is nolonger a submodule

This commit is contained in:
JunDao
2019-05-01 16:09:36 +08:00
parent 6055f2ca7b
commit 45820c10f5
12 changed files with 1447 additions and 1 deletions

9
bot/world/world_test.go Normal file
View File

@ -0,0 +1,9 @@
package gomcbot
// import "testing"
// func TestBlockString(t *testing.T) {
// for i := uint(0); i < 8598+1; i++ {
// t.Log(Block{id: i})
// }
// }