Make pole (lower mast) pickable in Mineclone 2 too

This commit is contained in:
Z-Master 2022-12-25 19:34:18 +00:00
parent 5a502d637b
commit 127810de21

View file

@ -278,7 +278,7 @@ minetest.register_node( "pride_flags:lower_mast", {
tiles = { "pride_flags_baremetal.png", "pride_flags_baremetal.png" },
wield_image = "pride_flags_pole_bottom_inv.png",
inventory_image = "pride_flags_pole_bottom_inv.png",
groups = { cracky = 2 },
groups = { cracky = 2, handy = 1 },
sounds = metal_sounds,
is_ground_content = false,