]> git.lizzy.rs Git - Crafter.git/blobdiff - mods/mob/init.lua
Turn off insane terminal debug
[Crafter.git] / mods / mob / init.lua
index 6026a16b2865e867dde7180cbd4f0607b9f0e5e6..9f75b752a77fce4da4fa089316067fa108227cf2 100644 (file)
@@ -117,7 +117,7 @@ mobs.register_mob(
         state = 0,
         view_distance = 15,
         
-        item_drop = "mob:egg"
+        item_drop = {"mob:egg","mob:feather"}
         standing_frame = {x=20,y=20},
         moving_frame = {x=0,y=20},
         animation_multiplier = 15,
@@ -179,7 +179,7 @@ mobs.register_mob(
         state = 0,
         view_distance = 15,
         
-        item_drop = "weather:snowball"
+        item_drop = {"weather:snowball","main:coal","mob:carrot","main:stick"}
         standing_frame = {x=0,y=0},
         moving_frame = {x=0,y=0},
         animation_multiplier = 10,
@@ -485,7 +485,7 @@ mobs.register_mob(
         hostile = true,
         hostile_cooldown = false,
         state = 0,
-        view_distance = 20,
+        view_distance = 32,
         item_drop = "mob:gunpowder",
          
         standing_frame = {x=0,y=0},
@@ -551,7 +551,7 @@ mobs.register_mob(
         hostile = true,
         hostile_cooldown = false,
         state = 0,
-        view_distance = 20,
+        view_distance = 40,
         item_drop = "mob:gunpowder",
 
         damage_color = "blue",
@@ -632,7 +632,7 @@ mobs.register_mob(
         movement_type = "walk",
         max_speed = 6,
         state = 0,
-        view_distance = 15,
+        view_distance = 32,
         
         item_drop = "mob:string", 
         standing_frame = {x=21,y=21},