diff --git a/chicken/README.txt b/chicken/README.txt index 2969696..a6604d6 100644 --- a/chicken/README.txt +++ b/chicken/README.txt @@ -2,7 +2,7 @@ Chicken for Creatures MOB-Engine ================================ Copyright (c) 2015-2016 BlockMen -Version: 2.1 Beta +Version: 2.1.1 Beta Adds chicken to Minetest (requires Creatures MOB-Engine). @@ -25,6 +25,7 @@ everything else: Sounds: - creatures_chicken*.ogg, dobroide(https://freesound.org/people/dobroide) CC BY 3.0 + Github: ~~~~~~~ https://github.com/BlockMen/cme/chicken diff --git a/chicken/init.lua b/chicken/init.lua index 65d8e4b..ad97abe 100644 --- a/chicken/init.lua +++ b/chicken/init.lua @@ -83,17 +83,17 @@ local def = { mesh = "creatures_chicken.b3d", textures = {"creatures_chicken.png"}, collisionbox = {-0.25, -0.01, -0.3, 0.25, 0.45, 0.3}, - rotation = -90.0, + rotation = 90.0, collide_with_objects = false, animations = { idle = {start = 0, stop = 1, speed = 10}, - idle2 = {start = 41, stop = 61, speed = 70}, - pick = {start = 103, stop = 155, speed = 50}, - walk = {start = 3, stop = 38, speed = 50}, + idle2 = {start = 40, stop = 50, speed = 50}, + pick = {start = 88, stop = 134, speed = 50}, + walk = {start = 4, stop = 36, speed = 50}, -- special modes - swim = {start = 42, stop = 102, speed = 40}, - panic = {start = 42, stop = 102, speed = 55}, - death = {start = 156, stop = 176, speed = 28, loop = false, duration = 2.12}, + swim = {start = 51, stop = 87, speed = 40}, + panic = {start = 51, stop = 87, speed = 55}, + death = {start = 135, stop = 160, speed = 28, loop = false, duration = 2.12}, }, }, diff --git a/chicken/models/creatures_chicken.b3d b/chicken/models/creatures_chicken.b3d index 81eb9d0..4b41da4 100644 Binary files a/chicken/models/creatures_chicken.b3d and b/chicken/models/creatures_chicken.b3d differ