Some mods (I'm working with thaumcraft now) add structures/features using (im assuming) BiomeDecorators, that happens after the chunk events, right? (but i can use the biomeDecorator event in that case)
I was trying to avoid scanning all blocks in a chunk, but I'll try the methods you guys suggested; maybe I can limit the blocks scanned to a known range. Thanks.