这个代码仅供mod制作者使用,普通玩家不用下载
This code is for mod producers only,Ordinary players do not need to download__ __~~
This is a very simple encryption, which can encrypt a piece of code you don't want others to see usage method:
EDcode(str, key, boo)
str = The text you want to encrypt must be in string format
key = Key used for and decryption,must be in number format
boo = Must be Boolean,If true, it will be encrypted; if false, it will be decrypted,obviously, you can also use false mode first, then use true mode, or encrypt and decrypt