Replace LIGHT_MAX with default.LIGHT_MAX

This commit is contained in:
Craig Davison
2015-08-01 14:08:48 +01:00
committed by Vanessa Ezekowitz
parent ade26437ee
commit ed3aa1e88a
3 changed files with 17 additions and 17 deletions

View File

@ -163,7 +163,7 @@ minetest.register_node("building_blocks:Fireplace", {
},
paramtype = "light",
paramtype2 = "facedir",
light_source = LIGHT_MAX,
light_source = default.LIGHT_MAX,
sunlight_propagates = true,
is_ground_content = true,
groups = {cracky=2},