Skip to content

Commit

Permalink
improved minecart, cat, catbaby head and texture fix
Browse files Browse the repository at this point in the history
-cat head gets 4 pixels hight instead of 5
-moved tail up a bit

-tip of legs texture fix
-body backside texture fix
-first half of tail texture fix
  • Loading branch information
22i committed Aug 15, 2017
1 parent e902ca6 commit 2483891
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3106,7 +3106,7 @@ mobs:register_mob("amc:85minecart", {
textures = {
{"amc_minecart.png"},
},
visual_size = {x=12, y=12},
visual_size = {x=1, y=1},
walk_velocity = 0.6,
run_velocity = 2,
jump = true,
Expand Down
Binary file modified models/amc_minecart.b3d
Binary file not shown.
Binary file modified models/mobs_mc_cat.b3d
Binary file not shown.
Binary file modified models/mobs_mc_cat_baby.b3d
Binary file not shown.

0 comments on commit 2483891

Please sign in to comment.