mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +01:00
Make glowstone sound like glass
This commit is contained in:
parent
3af73463c5
commit
14eadfa805
1 changed files with 1 additions and 1 deletions
|
@ -1459,7 +1459,7 @@ minetest.register_node("mcl_core:glowstone", {
|
|||
},
|
||||
-- Real light level: 15 (but Minetest caps at 14)
|
||||
light_source = 14,
|
||||
sounds = mcl_core.node_sound_stone_defaults(),
|
||||
sounds = mcl_core.node_sound_glass_defaults(),
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_core:sponge", {
|
||||
|
|
Loading…
Reference in a new issue