1
0
mirror of https://github.com/minetest-mods/nether.git synced 2025-06-22 19:40:31 +02:00

Add gravel sounds to lava crust ()

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

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