Rename mobs mod to mcl_mobs
This commit is contained in:
parent
dafba9a07c
commit
34e92a361b
38 changed files with 39 additions and 44 deletions
|
@ -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