mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-09-22 11:26:43 -04:00
Removed duplicate stepheight
This commit is contained in:
parent
1b9382bee3
commit
30ddf34691
1 changed files with 1 additions and 2 deletions
|
@ -42,7 +42,6 @@ creatura.register_mob("animalia:cow", {
|
||||||
"animalia_cow_4.png",
|
"animalia_cow_4.png",
|
||||||
"animalia_cow_5.png"
|
"animalia_cow_5.png"
|
||||||
},
|
},
|
||||||
stepheight = 1.1,
|
|
||||||
-- Creatura Props
|
-- Creatura Props
|
||||||
max_health = 20,
|
max_health = 20,
|
||||||
armor_groups = {fleshy = 100},
|
armor_groups = {fleshy = 100},
|
||||||
|
@ -186,4 +185,4 @@ creatura.register_mob("animalia:cow", {
|
||||||
on_punch = animalia.punch
|
on_punch = animalia.punch
|
||||||
})
|
})
|
||||||
|
|
||||||
creatura.register_spawn_egg("animalia:cow", "cac3a1" ,"464438")
|
creatura.register_spawn_egg("animalia:cow", "cac3a1" ,"464438")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue