22i / amc

quickly test - how the Minecraft mobs look like in Minetest
https://github.com/22i/minecraft-voxel-blender-models
GNU General Public License v3.0
12 stars 2 forks source link

Bad sheep texturing (invisible belly / original format not used) #8

Open Wuzzy2 opened 7 years ago

Wuzzy2 commented 7 years ago

The way the sheep textures are done is buggy and a bit weird.

First, the bottom belly of the sheep is completely invisible! Second, the original texture format is not used. This makes usage of texture packs hard.

22i commented 7 years ago

just filled up the empty belly mobs_mc_sheep

will look into using the original texture

22i commented 7 years ago

here is the sheep that has texture pack support - take note that i joined naked and fur sheep into one model so shearing should just change the texture not the model.

Lua - search for sheep and sheep sheared

https://github.com/22i/amc/blob/master/init.lua#L1537

textures:

https://github.com/22i/amc/blob/master/textures/mobs_mc_sheep.png

https://github.com/22i/amc/blob/master/textures/mobs_mc_sheep_fur.png

Models:

https://github.com/22i/amc/blob/master/models/mobs_mc_sheep.b3d

https://github.com/22i/amc/blob/master/models/mobs_mc_sheep_baby.b3d