Add gravel sounds to lava crust

This commit is contained in:
fluxionary 2022-11-11 11:42:50 -08:00 committed by GitHub
parent a03375c5a4
commit 2faab932e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -721,6 +721,7 @@ minetest.register_node("nether:lava_crust", {
--liquid_viscosity = 7,
damage_per_second = 2,
groups = {oddly_breakable_by_hand = 3, cracky = 3, explody = 1, igniter = 1},
sounds = default.node_sound_gravel_defaults(),
})