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)