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
|
@ -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,},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue