some critical fixes on balcony

This commit is contained in:
KAymeric
2024-06-04 19:07:50 +02:00
parent 0e5305525d
commit c3fc592f84
2 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ random_data = y.data
transform = Transform((0,-60,-5),rotation = 0)
editor.transform.push(transform)
geometry.placeCuboid(editor, (0,0,-1), (100,15,1), Block("air"))
geometry.placeCuboid(editor, (0,0,-3), (100,15,1), Block("air"))
x = 0