add 'hit-sound' to materials & update base pack

This commit is contained in:
MihailRis
2025-02-18 18:17:01 +03:00
parent 801354c15d
commit c7104ab599
12 changed files with 11 additions and 7 deletions
@@ -1,5 +1,6 @@
{
"steps-sound": "steps/grass",
"place-sound": "blocks/ground_place",
"break-sound": "blocks/ground_break"
"break-sound": "blocks/ground_break",
"hit-sound": "blocks/ground_hit"
}
+2 -1
View File
@@ -1,5 +1,6 @@
{
"steps-sound": "steps/ground",
"place-sound": "blocks/ground_place",
"break-sound": "blocks/ground_break"
"break-sound": "blocks/ground_break",
"hit-sound": "blocks/ground_hit"
}
+2 -1
View File
@@ -1,5 +1,6 @@
{
"steps-sound": "steps/stone",
"place-sound": "blocks/stone_place",
"break-sound": "blocks/stone_break"
"break-sound": "blocks/stone_break",
"hit-sound": "blocks/stone_hit"
}
+2 -1
View File
@@ -1,5 +1,6 @@
{
"steps-sound": "steps/wood",
"place-sound": "blocks/wood_place",
"break-sound": "blocks/wood_break"
"break-sound": "blocks/wood_break",
"hit-sound": "blocks/wood_hit"
}