Fix use_texture_alpha issues

master
Joachim Stolberg 2022-07-11 20:42:27 +02:00
parent 2d64ad1276
commit cc5152e717
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ minetest.register_node("signs_bot:missing", {
drawtype = "glasslike",
paramtype = "light",
sunlight_propagates = true,
use_texture_alpha = true,
use_texture_alpha = minetest.features.use_texture_alpha_string_modes and "blend" or true,
is_ground_content = false,
groups = {snappy=3,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory = 1},
drop = "",