Rename mod: default to mcl_core
This commit is contained in:
parent
d0ecf0c66c
commit
02fe45bca2
393 changed files with 2205 additions and 2210 deletions
|
@ -33,7 +33,7 @@ mobs:register_mob("mobs_mc:skeleton", {
|
|||
chance = 1,
|
||||
min = 0,
|
||||
max = 2,},
|
||||
{name = "default:bone",
|
||||
{name = "mcl_core:bone",
|
||||
chance = 1,
|
||||
min = 0,
|
||||
max = 2,},
|
||||
|
@ -93,11 +93,11 @@ mobs:register_mob("mobs_mc:skeleton2", {
|
|||
damage = 3,
|
||||
armor = 200,
|
||||
drops = {
|
||||
{name = "default:coal_lump",
|
||||
{name = "mcl_core:coal_lump",
|
||||
chance = 1,
|
||||
min = 0,
|
||||
max = 1,},
|
||||
{name = "default:bone",
|
||||
{name = "mcl_core:bone",
|
||||
chance = 1,
|
||||
min = 0,
|
||||
max = 2,},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue