Fix missing end

This commit is contained in:
adrido 2021-11-20 14:57:34 +01:00
parent 7ebedc68bb
commit 61c4c648fd
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ if minetest.get_modpath("unifieddyes") then
sounds = default.node_sound_glass_defaults(),
after_dig_node = unifieddyes.after_dig_node
})
end
minetest.register_node("darkage:glass_round", {
description = "Round Glass",