Add gravel sounds to lava crust (#58)

This commit is contained in:
fluxionary 2022-11-12 03:30:31 -08:00 committed by GitHub
parent a03375c5a4
commit 12ca98c25a
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(),
})