add entity.test(...) function

This commit is contained in:
MihailRis
2024-06-24 23:36:20 +03:00
parent 4b3ac95d71
commit eacbc1b9d0
5 changed files with 33 additions and 3 deletions
+1
View File
@@ -31,6 +31,7 @@ static void create_libs(lua::State* L) {
openlib(L, "block", blocklib);
openlib(L, "console", consolelib);
openlib(L, "core", corelib);
openlib(L, "entity", entitylib);
openlib(L, "file", filelib);
openlib(L, "gui", guilib);
openlib(L, "input", inputlib);