fix entity positions

This commit is contained in:
joBr99
2022-09-18 19:51:29 +02:00
parent 5e3557a5d9
commit b8b011fe06
3 changed files with 1 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ head = sharedhead + """
print(head)
start = 6
for i in range(0,6):
idxstart = start + (i)*5
idxstart = start + (i)*4
item = f"""
// iconColor
spstr strCommand.txt,tTmp.txt,"~",{idxstart}

Binary file not shown.

Binary file not shown.