fixes + more materials
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"steps-sound": "steps/wood",
|
||||
"place-sound": "blocks/wood_place",
|
||||
"break-sound": "blocks/glass_break"
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"steps-sound": "steps/grass"
|
||||
"steps-sound": "steps/grass",
|
||||
"place-sound": "steps/grass",
|
||||
"break-sound": "steps/grass"
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"steps-sound": "steps/ground",
|
||||
"place-sound": "steps/ground_place",
|
||||
"break-sound": "steps/ground_break"
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"steps-sound": "steps/sand",
|
||||
"steps-sound": "blocks/ground_place",
|
||||
"break-sound": "blocks/ground_break"
|
||||
}
|
||||
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"steps-sound": "steps/stone"
|
||||
"steps-sound": "steps/stone",
|
||||
"place-sound": "blocks/stone_place",
|
||||
"break-sound": "blocks/stone_break"
|
||||
}
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"steps-sound": "steps/wood"
|
||||
"steps-sound": "steps/wood",
|
||||
"place-sound": "blocks/wood_place",
|
||||
"break-sound": "blocks/wood_break"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user