Or even
with open('Blueprints.txt','a') as file:
file.write(
"world.setBlockWithNotify(i {X}, j {Y}, k {Z}, Block.{B}.BlockID);"
.format(X=X, Y=Y, Z=Z, B=B))
Gribouillis
Posting Maven
3,101 posts since Jul 2008
Reputation Points: 1,130
Solved Threads: 761
Skill Endorsements: 11
Question Answered as of 1 Year Ago by
Gribouillis
and
bawakrbs