Skip to content

Commit

Permalink
Fix use_texture_alpha = true warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklp09 committed Apr 29, 2024
1 parent 8a29455 commit 99f4e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 99f4e7f

Please sign in to comment.