audio fixes

This commit is contained in:
MihailRis
2024-03-09 12:15:11 +03:00
parent 3ee350fc0c
commit 8ac51752d3
12 changed files with 49 additions and 7 deletions
@@ -0,0 +1,5 @@
{
"steps-sound": "steps/grass",
"place-sound": "blocks/ground_place",
"break-sound": "blocks/ground_break"
}
+2 -2
View File
@@ -1,5 +1,5 @@
{
"steps-sound": "steps/ground",
"place-sound": "steps/ground_place",
"break-sound": "steps/ground_break"
"place-sound": "blocks/ground_place",
"break-sound": "blocks/ground_break"
}