diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2015-05-20 16:57:17 +0100 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2015-05-20 16:57:17 +0100 |
commit | f438eadeb98c75252fe550ac2366b06db5022406 (patch) | |
tree | dc93fe7758bf55f4f87f69a47cc4c07efed5400d /extra.lua | |
parent | 57240fe6f540164860b08d0afa6b8d5621d8ceda (diff) |
Fixed light_max, added scorched wood recipe
Diffstat (limited to 'extra.lua')
-rw-r--r-- | extra.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(), }) |