mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-02 07:43:48 +01:00
Make glowstone sound like glass
parent
3af73463c5
commit
14eadfa805
@ -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 New Issue
Block a user