1
0
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:
Niklp
2024-04-03 00:08:49 +02:00
committed by GitHub
parent 792c23a7fe
commit d400e421ce
5 changed files with 18 additions and 18 deletions

View File

@ -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",