mirror of
https://github.com/adrido/darkage.git
synced 2025-01-09 17:30:19 +01:00
Fix missing end
This commit is contained in:
parent
7ebedc68bb
commit
61c4c648fd
@ -43,6 +43,7 @@ if minetest.get_modpath("unifieddyes") then
|
|||||||
sounds = default.node_sound_glass_defaults(),
|
sounds = default.node_sound_glass_defaults(),
|
||||||
after_dig_node = unifieddyes.after_dig_node
|
after_dig_node = unifieddyes.after_dig_node
|
||||||
})
|
})
|
||||||
|
end
|
||||||
|
|
||||||
minetest.register_node("darkage:glass_round", {
|
minetest.register_node("darkage:glass_round", {
|
||||||
description = "Round Glass",
|
description = "Round Glass",
|
||||||
|
Loading…
Reference in New Issue
Block a user