built on 11/07/2022 20:43:50

This commit is contained in:
Joachim Stolberg 2022-07-11 20:43:50 +02:00
parent c790b3ed5a
commit 203e8745e2

View File

@ -163,7 +163,7 @@ minetest.register_node("signs_bot:missing", {
drawtype = "glasslike", drawtype = "glasslike",
paramtype = "light", paramtype = "light",
sunlight_propagates = true, 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, is_ground_content = false,
groups = {snappy=3,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory = 1}, groups = {snappy=3,cracky=3,oddly_breakable_by_hand=3, not_in_creative_inventory = 1},
drop = "", drop = "",