implement inter-chunk structure generation

This commit is contained in:
MihailRis
2024-09-21 20:50:12 +03:00
parent 03ba7c9539
commit a413c5d09e
5 changed files with 67 additions and 9 deletions
@@ -121,6 +121,7 @@ public:
lua::rawgeti(L, 2);
glm::ivec3 pos = lua::tovec3(L, -1);
lua::pop(L);
lua::pop(L);