audio fixes
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"steps-sound": "steps/grass",
|
||||
"place-sound": "blocks/ground_place",
|
||||
"break-sound": "blocks/ground_break"
|
||||
}
|
||||
@@ -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,5 +1,6 @@
|
||||
{
|
||||
"texture": "flower",
|
||||
"material": "base:grass",
|
||||
"draw-group": 1,
|
||||
"light-passing": true,
|
||||
"obstacle": false,
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"texture": "grass",
|
||||
"material": "base:grass",
|
||||
"draw-group": 1,
|
||||
"light-passing": true,
|
||||
"obstacle": false,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"material": "base:grass",
|
||||
"material": "base:grass_block",
|
||||
"texture-faces": [
|
||||
"grass_side",
|
||||
"grass_side",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
{
|
||||
"texture": "leaves"
|
||||
"texture": "leaves",
|
||||
"material": "base:grass"
|
||||
}
|
||||
Reference in New Issue
Block a user