add BlockMaterial.hitSound

This commit is contained in:
MihailRis
2025-02-18 18:50:50 +03:00
parent 17e4776f95
commit ce9853d813
4 changed files with 11 additions and 4 deletions
+1
View File
@@ -226,6 +226,7 @@ void AssetsLoader::addDefaults(AssetsLoader& loader, const Content* content) {
loader.tryAddSound(material.stepsSound);
loader.tryAddSound(material.placeSound);
loader.tryAddSound(material.breakSound);
loader.tryAddSound(material.hitSound);
}
for (auto& entry : content->getPacks()) {