forked from mtcontrib/mobs_animal
New cow model and textures by sirrobzeroone
This commit is contained in:
parent
bdfa95ff8a
commit
4259e9a6b1
31
cow.lua
31
cow.lua
@ -2,7 +2,7 @@
|
|||||||
local S = mobs.intllib
|
local S = mobs.intllib
|
||||||
|
|
||||||
|
|
||||||
-- Cow by Krupnovpavel (additional texture by JurajVajda)
|
-- Cow by sirrobzeroone
|
||||||
|
|
||||||
mobs:register_mob("mobs_animal:cow", {
|
mobs:register_mob("mobs_animal:cow", {
|
||||||
type = "animal",
|
type = "animal",
|
||||||
@ -16,7 +16,7 @@ mobs:register_mob("mobs_animal:cow", {
|
|||||||
armor = 200,
|
armor = 200,
|
||||||
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.2, 0.4},
|
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.2, 0.4},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mobs_cow.x",
|
mesh = "mobs_cow.b3d",
|
||||||
textures = {
|
textures = {
|
||||||
{"mobs_cow.png"},
|
{"mobs_cow.png"},
|
||||||
{"mobs_cow2.png"},
|
{"mobs_cow2.png"},
|
||||||
@ -38,16 +38,25 @@ mobs:register_mob("mobs_animal:cow", {
|
|||||||
lava_damage = 5,
|
lava_damage = 5,
|
||||||
light_damage = 0,
|
light_damage = 0,
|
||||||
animation = {
|
animation = {
|
||||||
speed_normal = 15,
|
|
||||||
speed_run = 15,
|
|
||||||
stand_start = 0,
|
stand_start = 0,
|
||||||
stand_end = 30,
|
stand_end = 30,
|
||||||
walk_start = 35,
|
stand_speed = 20,
|
||||||
walk_end = 65,
|
stand1_start = 35,
|
||||||
run_start = 105,
|
stand1_end = 75,
|
||||||
run_end = 135,
|
stand1_speed = 20,
|
||||||
punch_start = 70,
|
walk_start = 85,
|
||||||
punch_end = 100,
|
walk_end = 114,
|
||||||
|
walk_speed = 20,
|
||||||
|
run_start = 120,
|
||||||
|
run_end = 140,
|
||||||
|
run_speed = 30,
|
||||||
|
punch_start = 145,
|
||||||
|
punch_end = 160,
|
||||||
|
punch_speed = 20,
|
||||||
|
die_start = 165,
|
||||||
|
die_end = 185,
|
||||||
|
die_speed = 10,
|
||||||
|
die_loop = false,
|
||||||
},
|
},
|
||||||
follow = {"farming:wheat", "default:grass_1"},
|
follow = {"farming:wheat", "default:grass_1"},
|
||||||
view_range = 8,
|
view_range = 8,
|
||||||
@ -134,7 +143,7 @@ mobs:spawn({
|
|||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
mobs:register_egg("mobs_animal:cow", S("Cow"), "default_grass.png", 1)
|
mobs:register_egg("mobs_animal:cow", S("Cow"), "mobs_cow_inv.png")
|
||||||
|
|
||||||
|
|
||||||
mobs:alias_mob("mobs:cow", "mobs_animal:cow") -- compatibility
|
mobs:alias_mob("mobs:cow", "mobs_animal:cow") -- compatibility
|
||||||
|
@ -23,3 +23,5 @@ THE SOFTWARE.
|
|||||||
Chicken sounds from freesounds.org under CC0
|
Chicken sounds from freesounds.org under CC0
|
||||||
|
|
||||||
Mutton, Pork and Rabbit meat textures by Piezo_ under CC0
|
Mutton, Pork and Rabbit meat textures by Piezo_ under CC0
|
||||||
|
|
||||||
|
Cow textures by sirrobzeroone under CC0
|
||||||
|
BIN
models/mobs_cow.b3d
Normal file
BIN
models/mobs_cow.b3d
Normal file
Binary file not shown.
7420
models/mobs_cow.x
7420
models/mobs_cow.x
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Before Width: | Height: | Size: 948 B After Width: | Height: | Size: 4.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.5 KiB |
BIN
textures/mobs_cow_inv.png
Normal file
BIN
textures/mobs_cow_inv.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 610 B |
Loading…
Reference in New Issue
Block a user