From 57506df706d9dd36dbced953889cd7d54e3f7c71 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Mon, 9 Mar 2015 17:12:56 +0100 Subject: [PATCH] Update warthog.lua --- mods/mobs/warthog.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/mobs/warthog.lua b/mods/mobs/warthog.lua index b60243d1..3e253f17 100755 --- a/mods/mobs/warthog.lua +++ b/mods/mobs/warthog.lua @@ -60,7 +60,7 @@ mobs:register_mob("mobs:pumba", { end, }) -mobs:register_spawn("mobs:pumba", {"default:dirt_with_grass", "default:dirt"}, 20, 8, 9000, 1, 31000) +mobs:register_spawn("mobs:pumba", {"default:dirt_with_grass", "default:dirt"}, 20, 8, 10000, 1, 31000) mobs:register_egg("mobs:pumba", "Warthog", "wool_pink.png", 1) -- Porkchops