forked from mtcontrib/unifieddyes
Replace depracated use_texture_alpha boolean value with "opaque"... (#22)
...for newer servers
This commit is contained in:
@ -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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user