refactor ContentBuilder and add entities support

This commit is contained in:
MihailRis
2024-06-26 03:40:14 +03:00
parent 1acced4475
commit 66a1240fbc
9 changed files with 90 additions and 75 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ namespace fs = std::filesystem;
class Block;
struct BlockMaterial;
class ItemDef;
struct ItemDef;
struct ContentPack;
class ContentBuilder;