]> git.lizzy.rs Git - Crafter.git/commitdiff
Tune chicken more
authoroilboi <47129783+oilboi@users.noreply.github.com>
Sun, 24 May 2020 18:36:29 +0000 (14:36 -0400)
committeroilboi <47129783+oilboi@users.noreply.github.com>
Sun, 24 May 2020 18:36:29 +0000 (14:36 -0400)
mods/mob/init.lua
mods/mob/models/22i's blends/chicken.blend
mods/mob/models/22i's blends/chicken.blend1
mods/mob/models/chicken.b3d

index d788d405f55b9e910448c9ed9e8e158c4c557bb0..356338a4daa9f91fe7e99aa5b6c321fb4d2b585f 100644 (file)
@@ -120,7 +120,7 @@ mobs.register_mob(
         item_drop = "mob:egg", 
         standing_frame = {x=20,y=20},
         moving_frame = {x=0,y=20},
-        animation_multiplier = 20,
+        animation_multiplier = 15,
         ----
         ----
         death_rotation = "z",
@@ -290,59 +290,6 @@ mobs.register_mob(
 )
 
 
---[[
-mobs.register_mob(
-       {
-        mobname = "chicken",
-        physical = true,
-        collide_with_objects = false,
-        collisionbox = {-0.37, -0.4, -0.37, 0.37, 0.5, 0.37},
-        visual = "mesh",
-        visual_size = {x = 3, y = 3},
-        mesh = "chicken.b3d",
-        textures = {
-                --if you're wondering what mob this is, it's a chicken
-               "chicken.png","chicken.png","chicken.png","chicken.png","chicken.png","chicken.png","chicken.png","chicken.png","chicken.png","chicken.png","chicken.png","chicken.png","chicken.png","chicken.png"
-        },
-        is_visible = true,
-        pointable = true,
-        automatic_face_movement_dir = -90.0,
-        automatic_face_movement_max_rotation_per_sec = 300,
-        makes_footstep_sound = false,
-        hp = 10,
-        gravity = {x = 0, y = -9.81, z = 0},
-        movement_type = "walk",
-        max_speed = 5,
-        hostile = false,
-        state = 0,
-        view_distance = 15,
-        
-        item_drop = "mob:raw_porkchop", 
-        standing_frame = {x=0,y=0},
-        moving_frame = {x=5,y=15},
-        animation_multiplier = 5,
-        ----
-         
-        has_head = true, --remove this when mesh based head rotation is implemented
-        head_visual = "mesh",
-        head_visual_size = {x = 1.1, y = 1.1},
-        head_mesh = "pig_head.x",
-        head_textures ={"head.png","nose.png"},
-        head_mount = vector.new(0,1.2,1.9),
-        
-        death_rotation = "z",
-        
-        hurt_sound = "pig",
-        die_sound = "pig_die",
-        
-        attack_type = "punch",
-        --explosion_radius = 4, -- how far away the mob has to be to initialize the explosion
-        --explosion_power = 7, -- how big the explosion has to be
-        --explosion_time = 3, -- how long it takes for a mob to explode
-       }
-)
-]]--
-
 mobs.register_mob(
        {
        mobname = "big_slime",
index 39df7533b93fcb1397e152f42fb9dbb924e5a9fe..1b135f81ca409e20253109d7d2f0cb8e0e490750 100644 (file)
Binary files a/mods/mob/models/22i's blends/chicken.blend and b/mods/mob/models/22i's blends/chicken.blend differ
index 1d28bc71bb2c22cd6ed62f91cb0efba6cb101ba3..04a7313b3c7a9389025c87b023fdf0e64c4ae96c 100644 (file)
Binary files a/mods/mob/models/22i's blends/chicken.blend1 and b/mods/mob/models/22i's blends/chicken.blend1 differ
index 8d4ccca95e2caac65bd4f703df0e8d2fb4ab4fa8..eb8c4e21ef246743cdb2f6e222bd43693bf732c8 100644 (file)
Binary files a/mods/mob/models/chicken.b3d and b/mods/mob/models/chicken.b3d differ