Skip to content

Commit

Permalink
Fix use_texture_alpha warnings (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit authored Jan 17, 2024
1 parent afd6b87 commit ce02163
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nodes/node_builders.lua
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ minetest.register_node("digtron:master_builder", {
"digtron_plate.png^digtron_master_builder.png^[colorize:" .. digtron.auto_controller_colorize,
"digtron_plate.png^digtron_master_builder.png^[colorize:" .. digtron.auto_controller_colorize,
},
use_texture_alpha = "opaque",

drawtype = "nodebox",
node_box = {
Expand Down

0 comments on commit ce02163

Please sign in to comment.