Skip to content
Snippets Groups Projects
Commit 22c03901 authored by Milan's avatar Milan
Browse files

include spawn on mese_ongen

parent 7ea2be9d
No related branches found
No related tags found
No related merge requests found
Pipeline #940 failed
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment