mirror of
https://github.com/mt-mods/led_marquee.git
synced 2024-11-24 08:13:52 +01:00
Fix deprecated use of use_texture_alpha
This commit is contained in:
parent
63de1f5ab5
commit
108f0dad1a
2
init.lua
2
init.lua
@ -437,7 +437,7 @@ for i = 31, 255 do
|
|||||||
inventory_image = wimage,
|
inventory_image = wimage,
|
||||||
wield_image = wimage,
|
wield_image = wimage,
|
||||||
palette="led_marquee_palette.png",
|
palette="led_marquee_palette.png",
|
||||||
use_texture_alpha = true,
|
use_texture_alpha = "blend",
|
||||||
groups = groups,
|
groups = groups,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "colorwallmounted",
|
paramtype2 = "colorwallmounted",
|
||||||
|
Loading…
Reference in New Issue
Block a user