fixes + more materials

This commit is contained in:
MihailRis
2024-03-09 04:04:53 +03:00
parent f4cc413f61
commit 3ee350fc0c
19 changed files with 73 additions and 28 deletions
@@ -0,0 +1,5 @@
{
"steps-sound": "steps/wood",
"place-sound": "blocks/wood_place",
"break-sound": "blocks/glass_break"
}
+3 -1
View File
@@ -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"
}
+3 -1
View File
@@ -1,3 +1,5 @@
{
"steps-sound": "steps/stone"
"steps-sound": "steps/stone",
"place-sound": "blocks/stone_place",
"break-sound": "blocks/stone_break"
}
+3 -1
View File
@@ -1,3 +1,5 @@
{
"steps-sound": "steps/wood"
"steps-sound": "steps/wood",
"place-sound": "blocks/wood_place",
"break-sound": "blocks/wood_break"
}
+2 -1
View File
@@ -1,3 +1,4 @@
{
"texture": "dirt"
"texture": "dirt",
"material": "base:ground"
}
+1
View File
@@ -1,5 +1,6 @@
{
"texture": "glass",
"material": "base:glass",
"draw-group": 2,
"light-passing": true,
"sky-light-passing": true
+2 -1
View File
@@ -1,3 +1,4 @@
{
"texture": "sand"
"texture": "sand",
"material": "base:sand"
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.