This commit is contained in:
2024-04-20 15:49:30 +02:00
parent 4e80fc3791
commit f6f86e1721

16
main.py
View File

@@ -3,15 +3,13 @@ import networks.curve as curve
# editor = Editor(buffering=True)
editor = Editor(buffering=True)
# # Get a block
# block = editor.getBlock((0,48,0))
# Get a block
block = editor.getBlock((0,48,0))
# # Place a block
# editor.placeBlock((394, 132, 741), Block("stone"))
# Place a block
editor.placeBlock((394, 132, 741), Block("stone"))
# # Build a cube
# geometry.placeCuboid(editor, (458, 92, 488), (468, 99, 471), Block("oak_planks"))
curve = curve.Curve([(0, 0, 0)])
# Build a cube
geometry.placeCuboid(editor, (458, 92, 488), (468, 99, 471), Block("oak_planks"))