Create block adding functions

This commit is contained in:
Miloslav Ciz 2023-08-03 21:12:23 +02:00
parent 7e8c82fae3
commit e2d12804d2
6 changed files with 225 additions and 18 deletions

View file

@ -4,7 +4,7 @@
#ifndef LCR_SETTING_MAP_MAX_SIZE
/** Maximum number of blocks a map can consist of, decreasing will save RAM
but also rule out loading bigger maps. */
#define LCR_SETTING_MAP_MAX_SIZE 256
#define LCR_SETTING_MAP_MAX_SIZE 4096
#endif
#endif // guard