增强多语言支持

This commit is contained in:
2022-01-15 00:40:17 +08:00
parent ce441e4905
commit 32ae868c34
18 changed files with 601 additions and 1842 deletions

View File

@ -147,7 +147,7 @@ def Cmd2World(cmd:list,world:str,dire:list):
chunk.block_entities[(dire[0], dire[1], dire[2])] = universal_block_entity
chunk.changed = True
#集体上移
dire[1]+=1;
dire[1]+=1
#真正开始
down = False
for j in cdl: