Move string and bone to mcl_mobitems
This commit is contained in:
parent
357b6e01cb
commit
76cf02909b
12 changed files with 34 additions and 42 deletions
|
@ -1676,6 +1676,6 @@ minetest.register_node("mcl_core:cobweb", {
|
|||
liquid_range = 0,
|
||||
walkable = false,
|
||||
groups = {snappy=1,liquid=3,deco_block=1},
|
||||
drop = "mcl_core:string",
|
||||
drop = "mcl_mobitems:string",
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue