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

View File

@ -1,5 +1,6 @@
{ {
"steps-sound": "steps/grass", "steps-sound": "steps/grass",
"place-sound": "blocks/ground_place", "place-sound": "blocks/ground_place",
"break-sound": "blocks/ground_break" "break-sound": "blocks/ground_break",
"hit-sound": "blocks/ground_hit"
} }

View File

@ -1,5 +1,6 @@
{ {
"steps-sound": "steps/ground", "steps-sound": "steps/ground",
"place-sound": "blocks/ground_place", "place-sound": "blocks/ground_place",
"break-sound": "blocks/ground_break" "break-sound": "blocks/ground_break",
"hit-sound": "blocks/ground_hit"
} }

View File

@ -1,5 +1,6 @@
{ {
"steps-sound": "steps/stone", "steps-sound": "steps/stone",
"place-sound": "blocks/stone_place", "place-sound": "blocks/stone_place",
"break-sound": "blocks/stone_break" "break-sound": "blocks/stone_break",
"hit-sound": "blocks/stone_hit"
} }

View File

@ -1,5 +1,6 @@
{ {
"steps-sound": "steps/wood", "steps-sound": "steps/wood",
"place-sound": "blocks/wood_place", "place-sound": "blocks/wood_place",
"break-sound": "blocks/wood_break" "break-sound": "blocks/wood_break",
"hit-sound": "blocks/wood_hit"
} }

View File

@ -2,5 +2,5 @@
"texture": "dirt", "texture": "dirt",
"material": "base:ground", "material": "base:ground",
"surface-replacement": "base:grass_block", "surface-replacement": "base:grass_block",
"base:durability": 1.0 "base:durability": 1.5
} }

View File

@ -8,7 +8,7 @@
"replaceable": true, "replaceable": true,
"grounded": true, "grounded": true,
"model": "X", "model": "X",
"hitbox": [0.15, 0.0, 0.15, 0.7, 0.7, 0.7], "hitbox": [0.15, 0.0, 0.15, 0.7, 0.5, 0.7],
"base:durability": 0.0, "base:durability": 0.0,
"base:loot": [] "base:loot": []
} }

View File

@ -8,7 +8,7 @@
"grass_side", "grass_side",
"grass_side" "grass_side"
], ],
"base:durability": 1.3, "base:durability": 1.7,
"base:loot": [ "base:loot": [
{"item": "base:dirt.item"} {"item": "base:dirt.item"}
] ]

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB