This commit is contained in:
Andrey Stepanov 2024-11-29 22:50:26 +05:00
parent a8c1435e31
commit c3162b8a33
Signed by: Koldun
GPG Key ID: 53DE683337F5D25F

View File

@ -184,7 +184,7 @@ minetest.register_node(
type = "fixed", type = "fixed",
fixed = {-0.2, -0.37, -0.2, 0.2, 0.31, 0.2} fixed = {-0.2, -0.37, -0.2, 0.2, 0.31, 0.2}
}, },
groupd = {dig_immediate = 3}, groups = {dig_immediate = 3},
sounds = default.node_sound_glass_defaults(), sounds = default.node_sound_glass_defaults(),
on_use = function(itemstack, user, pointed_thing) on_use = function(itemstack, user, pointed_thing)