48968eec1b
What we were calling "data.n" basically means "an entity already has this position covered so another is not needed." We check it below in the "creation" phase to skip creating where an ent already exists, but we ALSO check it in the "validation" phase, above where it's set, to catch duplicate entities during the loop pass.