Rename mobs mod to mcl_mobs
This commit is contained in:
parent
dafba9a07c
commit
34e92a361b
38 changed files with 39 additions and 44 deletions
|
@ -1,5 +1,6 @@
|
|||
mcl_init
|
||||
mcl_core
|
||||
mcl_chests
|
||||
mcl_mobs
|
||||
mcl_mobspawners
|
||||
mobs_mc
|
||||
|
|
|
@ -10,7 +10,7 @@ local get_loot = function()
|
|||
stacks_min = 1,
|
||||
stacks_max = 3,
|
||||
items = {
|
||||
{ itemstring = "mobs:nametag", weight = 20 },
|
||||
{ itemstring = "mcl_mobs:nametag", weight = 20 },
|
||||
{ itemstring = "mcl_mobitems:saddle", weight = 20 },
|
||||
{ itemstring = "mcl_jukebox:record_1", weight = 15 },
|
||||
{ itemstring = "mcl_jukebox:record_4", weight = 15 },
|
||||
|
|
|
@ -64,7 +64,7 @@ function tsm_railcorridors.get_treasures(pr)
|
|||
stacks_min = 1,
|
||||
stacks_max = 1,
|
||||
items = {
|
||||
{ itemstring = "mobs:nametag", weight = 30 },
|
||||
{ itemstring = "mcl_mobs:nametag", weight = 30 },
|
||||
{ itemstring = "mcl_core:apple_gold", weight = 20 },
|
||||
{ itemstring = "mcl_books:book", weight = 10 }, -- TODO: Enchanted Book
|
||||
{ itemstring = "", weight = 5},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue