mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2025-07-22 18:20:25 +02:00
Compare commits
1 Commits
de6e2e0e35
...
82f026fc7e
Author | SHA1 | Date | |
---|---|---|---|
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,
|
||||
},
|
||||
|
Reference in New Issue
Block a user