CONFIG
All checks were successful
Linux arm64 / Build (push) Successful in 1m3s

This commit is contained in:
2024-10-02 16:56:38 +02:00
parent cf85af9a77
commit 5d856dc66b
11 changed files with 29 additions and 17 deletions

View File

@@ -1,10 +1,11 @@
from gdpc import Block as place
from gdpc import Editor
import config
import networks.legacy_roads.maths as maths
USE_BATCHING = True
editor = Editor(buffering=True, caching=True, multithreading=True)
editor = Editor(host= config.getHost(), buffering=True, caching=True, multithreading=True)
def setBlock(block, xyz):