remove attached_node group from wild beehive
This commit is contained in:
parent
dbbc3fd9d0
commit
63b0e769df
3
init.lua
3
init.lua
@ -279,7 +279,8 @@ minetest.register_node("bees:hive_wild", {
|
|||||||
{items = {"bees:honey_comb"}, rarity = 5}
|
{items = {"bees:honey_comb"}, rarity = 5}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3, attached_node = 1},
|
groups = {choppy = 2, oddly_breakable_by_hand = 2, flammable = 3},
|
||||||
|
--, attached_node = 1},
|
||||||
node_box = { -- VanessaE's wild hive nodebox contribution
|
node_box = { -- VanessaE's wild hive nodebox contribution
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user