From 30ddf346911bf328c8075e93ed76973f641d4c43 Mon Sep 17 00:00:00 2001 From: Christian Sirolli <34974905+HeyITGuyFixIt@users.noreply.github.com> Date: Mon, 19 Dec 2022 12:27:38 -0500 Subject: [PATCH] Removed duplicate stepheight --- mobs/cow.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mobs/cow.lua b/mobs/cow.lua index 06a9ae5..f971f33 100644 --- a/mobs/cow.lua +++ b/mobs/cow.lua @@ -42,7 +42,6 @@ creatura.register_mob("animalia:cow", { "animalia_cow_4.png", "animalia_cow_5.png" }, - stepheight = 1.1, -- Creatura Props max_health = 20, armor_groups = {fleshy = 100}, @@ -186,4 +185,4 @@ creatura.register_mob("animalia:cow", { on_punch = animalia.punch }) -creatura.register_spawn_egg("animalia:cow", "cac3a1" ,"464438") \ No newline at end of file +creatura.register_spawn_egg("animalia:cow", "cac3a1" ,"464438")