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
@@ -55,6 +55,7 @@ public:
const AABB* isObstacle(float x, float y, float z);
bool isSolid(int x, int y, int z);
bool isReplaceable(int x, int y, int z);
// does not move chunks inside
void _setOffset(int x, int z);