Zodsmar / SeedSearcherStandaloneTool

Minecraft, searching numeric seeds for specific features/biomes
GNU General Public License v3.0
311 stars 64 forks source link

Creating instance of structures inside search. #55

Closed racinmat closed 3 years ago

racinmat commented 4 years ago

Is there a reason why new structure is created every time during the search in places like these?

Zodsmar commented 3 years ago

I don't quite follow, but every thread is checking a different seed so every thread needs to create a structureProvider since they are all operating on different seeds. If this is not what you mean, can you provide more details?