Fix chicken model

master
BlockMen 2016-02-09 22:52:55 +01:00
parent 8b42625ac3
commit 0d53bc6361
3 changed files with 9 additions and 8 deletions

View File

@ -2,7 +2,7 @@ Chicken for Creatures MOB-Engine
================================ ================================
Copyright (c) 2015-2016 BlockMen <blockmen2015@gmail.com> Copyright (c) 2015-2016 BlockMen <blockmen2015@gmail.com>
Version: 2.1 Beta Version: 2.1.1 Beta
Adds chicken to Minetest (requires Creatures MOB-Engine). Adds chicken to Minetest (requires Creatures MOB-Engine).
@ -25,6 +25,7 @@ everything else:
Sounds: Sounds:
- creatures_chicken*.ogg, dobroide(https://freesound.org/people/dobroide) CC BY 3.0 - creatures_chicken*.ogg, dobroide(https://freesound.org/people/dobroide) CC BY 3.0
Github: Github:
~~~~~~~ ~~~~~~~
https://github.com/BlockMen/cme/chicken https://github.com/BlockMen/cme/chicken

View File

@ -83,17 +83,17 @@ local def = {
mesh = "creatures_chicken.b3d", mesh = "creatures_chicken.b3d",
textures = {"creatures_chicken.png"}, textures = {"creatures_chicken.png"},
collisionbox = {-0.25, -0.01, -0.3, 0.25, 0.45, 0.3}, collisionbox = {-0.25, -0.01, -0.3, 0.25, 0.45, 0.3},
rotation = -90.0, rotation = 90.0,
collide_with_objects = false, collide_with_objects = false,
animations = { animations = {
idle = {start = 0, stop = 1, speed = 10}, idle = {start = 0, stop = 1, speed = 10},
idle2 = {start = 41, stop = 61, speed = 70}, idle2 = {start = 40, stop = 50, speed = 50},
pick = {start = 103, stop = 155, speed = 50}, pick = {start = 88, stop = 134, speed = 50},
walk = {start = 3, stop = 38, speed = 50}, walk = {start = 4, stop = 36, speed = 50},
-- special modes -- special modes
swim = {start = 42, stop = 102, speed = 40}, swim = {start = 51, stop = 87, speed = 40},
panic = {start = 42, stop = 102, speed = 55}, panic = {start = 51, stop = 87, speed = 55},
death = {start = 156, stop = 176, speed = 28, loop = false, duration = 2.12}, death = {start = 135, stop = 160, speed = 28, loop = false, duration = 2.12},
}, },
}, },

Binary file not shown.