Rename mobs mod to mcl_mobs

This commit is contained in:
Wuzzy 2018-05-31 18:32:26 +02:00
parent dafba9a07c
commit 34e92a361b
38 changed files with 39 additions and 44 deletions

View file

@ -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},