mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2025-01-10 10:00:17 +01:00
Replace depracated use_texture_alpha boolean value with "opaque"... (#22)
...for newer servers
This commit is contained in:
parent
de6e2e0e35
commit
82f026fc7e
@ -473,7 +473,7 @@ end)
|
||||
minetest.register_tool("unifieddyes:airbrush", {
|
||||
description = S("Dye Airbrush"),
|
||||
inventory_image = "unifieddyes_airbrush.png",
|
||||
use_texture_alpha = true,
|
||||
use_texture_alpha = core.features.use_texture_alpha_string_modes and "opaque" or true,
|
||||
tool_capabilities = {
|
||||
full_punch_interval=0.1,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user