Fix deprecated use of use_texture_alpha

This commit is contained in:
Sys Quatre 2021-02-27 01:46:36 +01:00
parent 63de1f5ab5
commit 108f0dad1a
1 changed files with 1 additions and 1 deletions

View File

@ -437,7 +437,7 @@ for i = 31, 255 do
inventory_image = wimage,
wield_image = wimage,
palette="led_marquee_palette.png",
use_texture_alpha = true,
use_texture_alpha = "blend",
groups = groups,
paramtype = "light",
paramtype2 = "colorwallmounted",