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

@ -40,7 +40,7 @@ mobs:register_mob("mobs_mc:spider", {
replace_offset = -1,
peaceful = false,
drops = {
{name = "mcl_core:string",
{name = "mcl_mobitems:string",
chance = 1, min = 0, max = 2,},
{name = "mcl_mobitems:spider_eye",
chance = 3, min = 1, max = 1,},