update wall generation

This commit is contained in:
Eclairsombre
2024-04-26 16:30:50 +02:00
parent 7d073fd561
commit d93c5e09cd
2 changed files with 30 additions and 21 deletions

View File

@@ -5,7 +5,7 @@ import numpy as np
editor = Editor(buffering=True)
# # Get a block
# block = editor.getBlock((0,48,0))
block = editor.getBlock((0,48,0))
# # Place a block
editor.placeBlock((-5, -58, 0), Block("stone"))