higher interval
This commit is contained in:
parent
6cc4f8d9eb
commit
1f71224a7e
@ -38,7 +38,7 @@ local uruk_hai_def = {
|
|||||||
{name = "default:wood", chance = 4, min = 1, max = 2},
|
{name = "default:wood", chance = 4, min = 1, max = 2},
|
||||||
{name = "default:stick", chance = 2, min = 1, max = 2},
|
{name = "default:stick", chance = 2, min = 1, max = 2},
|
||||||
{name = "default:torch", chance = 3, min = 1, max = 2},
|
{name = "default:torch", chance = 3, min = 1, max = 2},
|
||||||
{name = "spawners_mobs:uruk_hai", chance = 20, min = 1, max = 1},
|
{name = "spawners_mobs:uruk_hai", chance = 30, min = 1, max = 1},
|
||||||
},
|
},
|
||||||
water_damage = 0,
|
water_damage = 0,
|
||||||
lava_damage = 0,
|
lava_damage = 0,
|
||||||
|
@ -240,7 +240,7 @@ function spawners_mobs.create(mob_name, mod_prefix, size, offset, mesh, texture,
|
|||||||
"spawners_mobs:"..mod_prefix.."_"..mob_name.."_spawner_waiting"
|
"spawners_mobs:"..mod_prefix.."_"..mob_name.."_spawner_waiting"
|
||||||
},
|
},
|
||||||
neighbors = {"air"},
|
neighbors = {"air"},
|
||||||
interval = 60,
|
interval = 180,
|
||||||
chance = 5,
|
chance = 5,
|
||||||
catch_up = false,
|
catch_up = false,
|
||||||
action = function(pos, node, active_object_count, active_object_count_wider)
|
action = function(pos, node, active_object_count, active_object_count_wider)
|
||||||
|
Loading…
Reference in New Issue
Block a user