Skip to content

Commit 43d3d1b

Browse files
committed
LitematicaViewer Release 0.7.6
1 parent 74c11fc commit 43d3d1b

3 files changed

Lines changed: 138 additions & 104 deletions

File tree

script/LitContainer.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ def LitContainer(self) -> None:
7272
try:
7373
id = str(nt['id'])
7474
except KeyError:
75-
print(f"ERROR: 发现缺失'id'的TileEntity,位置:({x},{y},{z})")
76-
messagebox.showerror("解析错误", f"发现缺失'id'的TileEntity,位置:({x},{y},{z})")
77-
return
75+
continue
7876
if 'item' in nt:
7977
item = nt['item']
8078
self.cmd_table.insert(f"{l}.0" ,f"{self.cn_id(id)} Pos:{(x,y,z)}\n")

0 commit comments

Comments
 (0)