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

@ -1,3 +1,4 @@
mcl_core
mcl_sounds
mcl_loot
mcl_mobs

View file

@ -52,7 +52,7 @@ local go_fishing = function(itemstack, user, pointed_thing)
{ itemstring = "mcl_books:book" },
-- TODO: Enchanted Fishing Rod
{ itemstring = "mcl_fishing:fishing_rod", wear_min = 49144, wear_max = 65535 }, -- 75%-100% damage
{ itemstring = "mobs:nametag", },
{ itemstring = "mcl_mobs:nametag", },
{ itemstring = "mcl_mobitems:saddle", },
{ itemstring = "mcl_flowers:waterlily", },
}