moved dev tools folder
This commit is contained in:
		@ -2,7 +2,7 @@ import pyperclip
 | 
			
		||||
 | 
			
		||||
x = ""
 | 
			
		||||
 | 
			
		||||
with open("MobDimSpawningRules.txt", "r") as file:
 | 
			
		||||
with open("MobDimSpawningRulesInput.txt", "r") as file:
 | 
			
		||||
    x+=file.read()
 | 
			
		||||
 | 
			
		||||
y=""
 | 
			
		||||
@ -13,4 +13,4 @@ y=y[:-2]
 | 
			
		||||
 | 
			
		||||
print(y)
 | 
			
		||||
print("data copied to clipboard")
 | 
			
		||||
pyperclip.copy(y)
 | 
			
		||||
pyperclip.copy(y)
 | 
			
		||||
		Reference in New Issue
	
	Block a user