include spawn on mese_ongen

master
Milan 2019-01-17 21:30:30 +01:00
parent 7ea2be9da9
commit 22c039011b
1 changed files with 2 additions and 2 deletions

View File

@ -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)