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"
}
+1
View File
@@ -1,5 +1,6 @@
{
"texture": "flower",
"material": "base:grass",
"draw-group": 1,
"light-passing": true,
"obstacle": false,
+1
View File
@@ -1,5 +1,6 @@
{
"texture": "grass",
"material": "base:grass",
"draw-group": 1,
"light-passing": true,
"obstacle": false,
+1 -1
View File
@@ -1,5 +1,5 @@
{
"material": "base:grass",
"material": "base:grass_block",
"texture-faces": [
"grass_side",
"grass_side",
+2 -1
View File
@@ -1,3 +1,4 @@
{
"texture": "leaves"
"texture": "leaves",
"material": "base:grass"
}