mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-15 12:10:25 +02:00
Replace homedecor_blanktile.png
w/ engine provided blank.png
(#69)
This commit is contained in:
@ -795,7 +795,7 @@ for _, light_brightn_name in ipairs({"off", "on"}) do
|
||||
local gen_ls_tex_yellow = "homedecor_generic_light_source_off.png"
|
||||
if onflag then gen_ls_tex_yellow = "homedecor_generic_light_source_yellow.png" end
|
||||
|
||||
local lighttex = "homedecor_blanktile.png"
|
||||
local lighttex = "blank.png"
|
||||
if onflag then
|
||||
lighttex = {
|
||||
name = "homedecor_plasma_ball_streamers.png",
|
||||
|
Reference in New Issue
Block a user