notfound texture

This commit is contained in:
MihailRis
2023-11-22 15:18:11 +03:00
parent d92347097e
commit eb18269416
3 changed files with 3 additions and 1 deletions
-1
View File
@@ -8,7 +8,6 @@
// All in-game definitions (blocks, items, etc..)
void setup_definitions(ContentBuilder* builder) {
// TODO: automatic atlas generation instead of using texture indices
Block* block = new Block("core:air", "air");
block->drawGroup = 1;
block->lightPassing = true;