add BlockMaterial.hitSound
This commit is contained in:
@@ -13,7 +13,8 @@ dv::value BlockMaterial::serialize() const {
|
||||
{"name", name},
|
||||
{"stepsSound", stepsSound},
|
||||
{"placeSound", placeSound},
|
||||
{"breakSound", breakSound}
|
||||
{"breakSound", breakSound},
|
||||
{"hitSound", hitSound}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user