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

Need better minecart model #20

Closed Wuzzy2 closed 7 years ago

Wuzzy2 commented 7 years ago

The minecart model is quite small. I think its height needs to be increased by 50%. If I currently scale up the minecart as far I can (factor 8), it only gets a height of 0.5 nodes, which is slab height. This is way too small. The textures on the outside sides look wrong, the “lines” don't seem to match up at the corners.

Current minecart

Compare with this image: https://minecraft.gamepedia.com/File:RideableMinecart.png

22i commented 7 years ago

here is the size and texture fix

-i changed it according to the mcl_minecarts mod in mineclone2 cart.x model so you should just switch the cart.x model with this amc_minecart.b3d and it should be correct texture mapping and size

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

22i commented 7 years ago

updated the minecart texture mapping again

also here is the comparision of how the minecart looks now in minecraft and minetest

minecraft https://www.youtube.com/watch?v=f8jXYqw4HZw

minetest https://www.youtube.com/watch?v=t1p9uBZi4B4

Wuzzy2 commented 7 years ago

Works great!