tidy code, fix hud error on 5.9dev

This commit is contained in:
tenplus1
2024-02-27 16:45:35 +00:00
parent 414f7922fd
commit 479efd8e8f
4 changed files with 21 additions and 5 deletions
+1
View File
@@ -592,6 +592,7 @@ minetest.register_node("protector:protect2", {
inventory_image = "protector_logo.png",
sounds = default.node_sound_stone_defaults(),
groups = {dig_immediate = 2, unbreakable = 1},
is_ground_content = false,
use_texture_alpha = "clip",
paramtype = "light",
paramtype2 = "wallmounted",