Removed duplicate stepheight

This commit is contained in:
Christian Sirolli 2022-12-19 12:27:38 -05:00 committed by GitHub
parent 1b9382bee3
commit 30ddf34691
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")