From b6f81c4abaaea39ae0f7e73b7feca11a848f05a1 Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Fri, 14 Sep 2018 17:12:22 +0100 Subject: cow, sheep, warthog now pushable --- cow.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'cow.lua') diff --git a/cow.lua b/cow.lua index 1bc084f..fe372ff 100644 --- a/cow.lua +++ b/cow.lua @@ -29,6 +29,7 @@ mobs:register_mob("mobs_animal:cow", { run_velocity = 2, jump = true, jump_height = 6, + pushable = true, drops = { {name = "mobs:meat_raw", chance = 1, min = 1, max = 3}, {name = "mobs:leather", chance = 1, min = 0, max = 2}, -- cgit v1.2.3