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

@ -33,7 +33,7 @@ mobs:register_mob("mobs_mc:skeleton", {
chance = 1,
min = 0,
max = 2,},
{name = "mcl_core:bone",
{name = "mcl_mobitems:bone",
chance = 1,
min = 0,
max = 2,},
@ -97,7 +97,7 @@ mobs:register_mob("mobs_mc:skeleton2", {
chance = 1,
min = 0,
max = 1,},
{name = "mcl_core:bone",
{name = "mcl_mobitems:bone",
chance = 1,
min = 0,
max = 2,},