Move string and bone to mcl_mobitems

This commit is contained in:
Wuzzy 2017-02-01 17:59:15 +01:00
parent 357b6e01cb
commit 76cf02909b
12 changed files with 34 additions and 42 deletions

View file

@ -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",
})