Commit b0a4a68e authored by Milan's avatar Milan
Browse files

(stronger) spawn height limits

parent f33ed997
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -65,6 +65,7 @@ mobs:spawn({
	chance = 7000,
	active_object_count = 2,
	min_height = 0,
	max_height = 80,
	day_toggle = false,
})

+1 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ mobs:spawn({
	chance = 7000,
	active_object_count = 2,
	min_height = 0,
	max_height = 80,
})


+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ mobs:spawn({
	chance = 7000,
	min_height = 0,
	day_toggle = false,
	max_height = 180,
})