mirror of
https://codeberg.org/Wuzzy/pride_flags.git
synced 2025-03-15 04:41:21 +00:00
Remove double groups definition in nodedefs
This commit is contained in:
parent
42afe00827
commit
3cc23ae664
1 changed files with 0 additions and 2 deletions
2
init.lua
2
init.lua
|
@ -130,7 +130,6 @@ minetest.register_node( "pride_flags:lower_mast", {
|
|||
paramtype = "light",
|
||||
mesh = "pride_flags_mast_lower.obj",
|
||||
paramtype2 = "facedir",
|
||||
groups = { cracky = 2, post = 1 },
|
||||
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",
|
||||
|
@ -153,7 +152,6 @@ minetest.register_node( "pride_flags:upper_mast", {
|
|||
paramtype = "light",
|
||||
mesh = "pride_flags_mast_upper.obj",
|
||||
paramtype2 = "facedir",
|
||||
groups = { cracky = 2 },
|
||||
tiles = { "pride_flags_baremetal.png", "pride_flags_baremetal.png" },
|
||||
wield_image = "pride_flags_pole_top_inv.png",
|
||||
inventory_image = "pride_flags_pole_top_inv.png",
|
||||
|
|
Loading…
Add table
Reference in a new issue