의 미러
https://github.com/mt-mods/homedecor_modpack.git
synced 2026-01-02 14:55:20 +01:00
Replace LIGHT_MAX with default.LIGHT_MAX
This commit is contained in:
@@ -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