updated dev tools
This commit is contained in:
@ -6,9 +6,11 @@ with open("MobDimSpawningRules.txt", "r") as file:
|
||||
x+=file.read()
|
||||
|
||||
y=""
|
||||
for i in x.split('\n'):
|
||||
for i in x.split('\n')[:-1]:
|
||||
y += str(i.split(",").__str__())+",\n"
|
||||
|
||||
y=y[:-2]
|
||||
|
||||
print(y)
|
||||
print("data copied to clipboard")
|
||||
pyperclip.copy(y)
|
Reference in New Issue
Block a user