Merge branch 'master' of ssh.git.cbps.xyz:olebeck/bedrocktool

This commit is contained in:
olebeck 2022-03-05 13:03:22 +01:00
commit fd70a47be1
1 changed files with 9 additions and 0 deletions

9
magic.go Normal file
View File

@ -0,0 +1,9 @@
package main
func magic_key() byte {
return 0xd
}
func magic() string {
return "606c7f6668797d616c6e68236a62"
}