add 'player-entity' to defaults.toml

This commit is contained in:
MihailRis
2025-02-12 16:32:21 +03:00
parent f0c7bc6377
commit 3430e5cd6f
10 changed files with 34 additions and 11 deletions
+2 -1
View File
@@ -84,7 +84,8 @@ std::unique_ptr<Content> ContentBuilder::build() {
std::move(packs),
std::move(blockMaterials),
std::move(skeletons),
std::move(resourceIndices)
std::move(resourceIndices),
std::move(defaults)
);
// Now, it's time to resolve foreign keys