Update Mobs redo and add mobs_mc, modified

This commit is contained in:
Wuzzy 2017-01-16 17:40:08 +01:00
parent 8619545f48
commit 8a5fc728ad
275 changed files with 88778 additions and 19881 deletions

View file

@ -86,6 +86,6 @@ minetest.register_craft({
recipe = {
{'default:flint'},
{'default:stick'},
{'mobs:feather'}
{'mcl_mobitems:feather'}
}
})