1
0
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:
Jordan Irwin 2025-01-08 22:01:00 -08:00 committed by GitHub
parent de6e2e0e35
commit 82f026fc7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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