1
0
mirror of https://github.com/mt-mods/unifieddyes.git synced 2025-07-22 18:20:25 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
82f026fc7e Replace depracated use_texture_alpha boolean value with "opaque"... (#22)
...for newer servers
2025-01-09 07:01:00 +01:00

View File

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