summaryrefslogtreecommitdiff
path: root/extra.lua
diff options
context:
space:
mode:
Diffstat (limited to 'extra.lua')
-rw-r--r--extra.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra.lua b/extra.lua
index 6139ac1..09bdd64 100644
--- a/extra.lua
+++ b/extra.lua
@@ -92,7 +92,7 @@ minetest.register_node("ethereal:glostone", {
description = "Glo Stone",
tiles = {"glostone.png"},
groups = {cracky=3},
- light_source = LIGHT_MAX - 1,
+ light_source = default.LIGHT_MAX - 1,
drop = "ethereal:glostone",
sounds = default.node_sound_stone_defaults(),
})