From 22c039011b1c09d58ff8c1da1f38eed00147d88f Mon Sep 17 00:00:00 2001 From: Milan Date: Thu, 17 Jan 2019 21:30:30 +0100 Subject: [PATCH] include spawn on mese_ongen --- init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index 1d9d9c1..2a6a816 100644 --- a/init.lua +++ b/init.lua @@ -87,7 +87,7 @@ mobs:register_mob("golems:golem", { }) -- mobs:spawn_specfic(name, nodes, neighbors, min_light, max_light, interval, chance, active_object_count, min_height, max_height, day_toggle) -- -mobs:spawn_specific("golems:golem_friendly", {"default:stone"}, {"default:stone_with_mese","default:stone_with_diamond","default:mese"}, 0, 14, 1, 2000, 1, -4000, -31000, nil) -mobs:spawn_specific("golems:golem", {"default:stone"}, {"default:stone_with_mese","default:stone_with_diamond","default:mese"}, 0, 14, 1, 45, 2000, 1, -16000, -31000, nil) +mobs:spawn_specific("golems:golem_friendly", {"default:stone"}, {"default:stone_with_mese","default:stone_with_diamond","default:mese","default:mese_ongen"}, 0, 14, 1, 2000, 1, -4000, -31000, nil) +mobs:spawn_specific("golems:golem", {"default:stone"}, {"default:stone_with_mese","default:stone_with_diamond","default:mese","default:mese_ongen"}, 0, 14, 1, 45, 2000, 1, -16000, -31000, nil) mobs:register_egg("golems:golem", "Stone Golem", "default_stone.png", 1)