Minecraft – the frequency of witch huts in Minecraft

minecraft-java-edition

I'm on a quest to find a witch hut in Vanilla Minecraft, in my usual world, with no mods. I've traveled about 10K squares, and have found 3 relatively large swamp areas, and no witch hut.

I can find no information on the frequency of witch hunt generation. Thoughts?

Also, I'm assuming witch hut's generate in peaceful and easy modes? i.e. world generation is independent of difficulty setting?

Any thoughts on tools to use to identify witch huts in already generated areas?

Thanks

Best Answer

You can use AMIDST to check, though it isn't always accurate. Witch Huts appears as "Witch" with a dark icon.

They are independent of difficulty settings. They are generated when the chunk is generated, like biome features. They don't "spawn" dynamically.

If AMIDST shows them correctly, I've tried a few seeds which shows that Witch Huts are rarer than Desert+Jungle Temples and NPC Villages. I would say two times rarer.


A bit source digging (1.4.5) shows that they should be generated in the same way as Desert/Jungle Temples as a "Scattered Feature". The fact that AMIDST shows more "Temples" than "Witches" could be due to the fact that "Temples" includes both Desert and Jungle Temples on both desert and jungle biomes, while "Witch Huts" only generates on swampland biome.

Part of the relevant code in StructureScatteredFeatureStart and ChunkProviderGenerate.populate.