maikerumine / mobs_mc

MC like mobs from many authors. This should be complete when released.
GNU General Public License v3.0
22 stars 9 forks source link

updating mob looks #132

Closed 22i closed 7 years ago

22i commented 7 years ago

updated mob spawn icons to match new textures

now mobs bellow use multiple textures instead of hacky overlays: -cow and mooshroom no need for overlays -lama no need for overlay -illagers no more overlays

-spider and cavespider gets moving animation

uv mapping fixes and model changes -chicken underhead texture fix -witch underhead texture fix

chicken minecraft pixel chicken witch witch_pp

Wuzzy2 commented 7 years ago

Looks good! :+1: I have merged this! https://github.com/maikerumine/mobs_mc/commit/9d3a14ac110ce94c7ede97834c1cc15b0c304aba

The only thing I complain about is that you messed up the indentations. Please do not mess up the indention in your future commits. I have fixed this manually in a follow-up commit. But please use tabs as indentations and make sure the indentation levels make sense and are not chaotic (e.g. same table “depth” = same level of indentation and not randomly changing).