This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user