1
0
mirror of https://github.com/adrido/darkage.git synced 2025-01-08 17:00:19 +01:00

Fix missing end

This commit is contained in:
adrido 2021-11-20 14:57:34 +01:00
parent 7ebedc68bb
commit 61c4c648fd

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",