forked from mtcontrib/homedecor_modpack
LIGHT_MAX -> default.LIGHT_MAX
This commit is contained in:
@@ -196,7 +196,7 @@ homedecor.register("fishtank_lighted", {
|
||||
"homedecor_fishtank_water_top_lighted.png",
|
||||
"homedecor_fishtank_sides_lighted.png",
|
||||
},
|
||||
light_source = LIGHT_MAX-4,
|
||||
light_source = default.LIGHT_MAX-4,
|
||||
use_texture_alpha = true,
|
||||
selection_box = ft_cbox,
|
||||
collision_box = ft_cbox,
|
||||
|
||||
Reference in New Issue
Block a user