mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-04-30 06:01:43 -04:00
Make pole (lower mast) pickable in Mineclone 2 too
This commit is contained in:
parent
5a502d637b
commit
127810de21
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
@ -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,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue