summaryrefslogtreecommitdiff
path: root/extra.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2015-05-20 16:57:17 +0100
committertenplus1 <kinsellaja@yahoo.com>2015-05-20 16:57:17 +0100
commitf438eadeb98c75252fe550ac2366b06db5022406 (patch)
treedc93fe7758bf55f4f87f69a47cc4c07efed5400d /extra.lua
parent57240fe6f540164860b08d0afa6b8d5621d8ceda (diff)
Fixed light_max, added scorched wood recipe
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(),
})