mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-06-28 04:50:21 +02:00
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