Merge branch 'main' into blocks-metadata

This commit is contained in:
MihailRis
2024-09-19 14:51:47 +03:00
73 changed files with 1866 additions and 1730 deletions
-4
View File
@@ -15,10 +15,6 @@ inline constexpr int CHUNK_DATA_LEN = CHUNK_VOL * 4;
class ContentReport;
class Inventory;
namespace dynamic {
class Map;
}
using chunk_inventories_map =
std::unordered_map<uint, std::shared_ptr<Inventory>>;