forked from mtcontrib/homedecor_modpack
Replace LIGHT_MAX with default.LIGHT_MAX
This commit is contained in:
committed by
Vanessa Ezekowitz
parent
ade26437ee
commit
ed3aa1e88a
@ -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},
|
||||
|
Reference in New Issue
Block a user