New block properties and lua functions

This commit is contained in:
MihailRis
2023-12-29 21:18:14 +03:00
parent 9e1a7213c7
commit 9ebbe1029d
7 changed files with 40 additions and 6 deletions
+1
View File
@@ -80,6 +80,7 @@ public:
bool breakable = true;
bool rotatable = false;
bool grounded = false;
bool hidden = false;
AABB hitbox;
BlockRotProfile rotations;