Fix use_texture_alpha = true warning (#10)
Some checks failed
luacheck / luacheck (push) Has been cancelled
test / build (push) Has been cancelled

This commit is contained in:
Niklp 2024-04-29 17:35:23 +02:00 committed by GitHub
parent 8a29455e1c
commit 217175be5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -101,7 +101,7 @@ minetest.register_node("framedglass:steel_framed_obsidian_glass_tinted", {
paramtype2 = "color",
sunlight_propagates = true,
is_ground_content = false,
use_texture_alpha = true,
use_texture_alpha = "blend",
groups = {cracky=3, oddly_breakable_by_hand=3, ud_param2_colorable = 1, not_in_creative_inventory = 1},
sounds = sounds,
on_dig = on_dig,