Villagers don't spawn in some houses, leading to villages without villagers
NB : note that MC-140973, MC-140759, MC-140975 and MC-143112 are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.
The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village in 19w07a (this seed isn't working anymore since 19w08a because village generation changed, but the issue remains unfixed) :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
No villager spawned in this village.

This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plains Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Plains Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- plains_butcher_shop_2
- plains_fletcher_house_1
- plains_shepherds_house_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112) - snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Snowy Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- snowy_small_house_8
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)


- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)


- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112) - taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112) - taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
It seems like even if the jigsaw block is generated, the villager doesn't spawn sometimes. Example : a Jigsaw block is generated in all plains small houses but in the given seed there isn't any villager despite that a small house was generated in the village. I don't really know what causes this issue, and I maybe should create an other bug report for that.
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to MC-140975.
Linked Issues
is duplicated by3
relates to5
Created Issue:
Villagers don't spawn in some houses, leading to a weird issue
Environment
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
Java
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)-savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
-savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
-desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
-taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
-taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)-savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
-savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
-desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
-taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
-taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
-plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
-plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
-savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
-desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
-taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
-taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
-plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
-plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
-savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
-desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
-taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
-taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
-plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
-plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)-savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
-savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
-desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
-taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
-taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
-plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
-plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)-savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
-savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
-desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
-taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
-taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
-plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
-plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)-savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
-savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
-desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
-taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
-taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
Add Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
-plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
-plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)-savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
-savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
-desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
-taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
-taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
A
dd Villager Jigsaw Block to each house. The problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates toMC-140975The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)-savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
-savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
-desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
-taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
-taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are employment houses. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would be assigned to their houses, but it doesn't have anything to deal with the bug). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)-savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
-savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop * (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
- snowy_shepherds_house_1
- snowy_small_house_2 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
-desert_armorer_1
- desert_blacksmith_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
-taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 ** (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
-taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are employment houses. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would be assigned to their houses, but it doesn't have anything to deal with the bug). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some Villages don't contain any Villagers !
Example of an empty Village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No Villager spawned in this Village.
This can be explained by the way Villagers spawn now.
A Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a Villager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are employment houses. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would be assigned to their houses, but it doesn't have anything to deal with the bug). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
Villagers don't spawn in some houses, leading toa weird issueVillagers don't spawn in some houses, leading to villages without villagers
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some
Villages don't contain anyVillagers !Example of an empty
Village :Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No
Villager spawned in thisVillage.This can be explained by the way
Villagersspawnnow.A
Villager will now spawn if there is a Jigsaw block in a house whose role is to spawn aVillager. These Jigsaw blocks aren't generated in every house.
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_sheperds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are employment houses. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would be assigned to their houses, but it doesn't have anything to deal with the bug). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block. Relates to )
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are employment houses. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would be assigned to their houses, but it doesn't have anything to deal with the bug). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block. Relates to )
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block)
- desert_tannery_1 (+ generates weirdly. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are
employment houses. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers wouldbe assigned totheir houses,but it doesn't have anything to deal with the bug). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates toMC-140975.The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block. Relates to )
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block. Relates to
MC-140967)- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block
. Relates to)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block. Relates to
MC-140967)- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (
Can't generate naturally because of not having Jigsaw entrance block. Relates toMC-14)0759- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block. Relates to
MC-140967)- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block)
- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (duplicates desert_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141004)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block. Relates to
MC-140967)- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141007)- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (duplicates desert_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141004)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block. Relates to
MC-140967)- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141007)- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ; 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (duplicates desert_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141004)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block. Relates to
MC-140967)- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\18w50a\18w50a.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141007)- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400
;4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\
18w50a\18w50a.jar\data\minecraft\structures\village\plains\housesHouses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\
18w50a\18w50a.jar\data\minecraft\structures\village\savanna\housesHouses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\
18w50a\18w50a.jar\data\minecraft\structures\village\snowy\housesHouses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\
18w50a\18w50a.jar\data\minecraft\structures\village\desert\housesHouses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (duplicates desert_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141004)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block. Relates to
MC-140967)- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\
18w50a\18w50a.jar\data\minecraft\structures\village\taiga\housesHouses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141007)- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (duplicates desert_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141004)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shepherd_house_1 ** (duplicates desert_sheperd_house_1 without any Jigsaw Block. Relates to
MC-140967)- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates to
MC-140759)- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141007)- taiga_weaponsmith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
relates to
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_
butcher_shop_1- plains_butcher_shop_
2- plains_
cartographer_1- plains_
fisher_cottage_1- plains_f
letcher_house_1- plains_
library_1- plains_library_
2- plains_
masons_house_1- plains_
shepherds_house_1- plains_
tannery_1- plains_t
emple_3- plains_temple_
4- plains_tool_smith_1 * (Can't generate naturally because of
not having Jigsaw entrance block. Relates toMC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
not having Jigsaw entrance block. Relates toMC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
not having Jigsaw entrance block. Relates toMC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
not having Jigsaw entrance block. Relates toMC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
not having Jigsaw entrance block. Relates toMC-140759)- snowy_small_house_5 * (Can't generate naturally because of
not having Jigsaw entrance block. Relates toMC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
not having Jigsaw entrance block. Relates toMC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 * (duplicates desert_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141004)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1
- desert_shep
herd_house_1** (duplicates desert_sheperd_house_1without any Jigsaw Block. Relates toMC-140967)- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 (duplicates taiga_armorer_2 without any Jigsaw Block)
- taiga_butcher_shop_1
- taiga_
cartographer_house_1 * (Can't generate naturally because of not having Jigsaw entrance block. Relates toMC-14)0759- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141007)- taiga_
weaponsmith_1- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicates snowy_butchers_shop_2 without any Jigsaw Block)
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicates desert_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141004)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicates desert_shepherd_house_1. Relates to
MC-140967)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicates taiga_armorer_2 without any Jigsaw Block nor campfire block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141007)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicate
s snowy_butchers_shop_2 without any Jigsaw Block)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicates desert_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141004)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicates desert_shepherd_house_1. Relates to
MC-140967)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicates taiga_armorer_2 without any Jigsaw Block nor campfire block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141007)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relate to )
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicates desert_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141004)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicates desert_shepherd_house_1. Relates to
MC-140967)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicates taiga_armorer_2 without any Jigsaw Block nor campfire block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicates taiga_weaponsmith_1 without any Jigsaw Block. Relates to
MC-141007)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relate to )
- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicate
s desert_weaponsmith_1 without any Jigsaw Block. Relates toMC-14)1004- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicate
s desert_shepherd_house_1. Relates toMC-14)0967- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicates taiga_armorer_2 without any Jigsaw Block nor campfire block)
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicates taiga_shepherds_house_1 without any Jigsaw Block)
- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicate
s taiga_weaponsmith_1 without any Jigsaw Block. Relates toMC-14)1007- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicated file. Relates to
MC-143112)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicated file. Relates to
MC-143112)- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
relates to
The bug :
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicated file. Relates to
MC-143112)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicated file. Relates to
MC-143112)- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
The bug
:Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_
butcher_shop_1- plains_butcher_shop_
2- plains_
cartographer_1- plains_
fisher_cottage_1- plains_f
letcher_house_1- plains_
library_1- plains_library_
2- plains_
masons_house_1- plains_
shepherds_house_1- plains_
tannery_1- plains_t
emple_3- plains_temple_
4- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicated file. Relates to
MC-143112)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicated file. Relates to
MC-143112)- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicated file. Relates to
MC-143112)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicated file. Relates to
MC-143112)- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers !
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicated file. Relates to
MC-143112)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicated file. Relates to
MC-143112)- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirements (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicated file. Relates to
MC-143112)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicated file. Relates to
MC-143112)- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement
s(you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicated file. Relates to
MC-143112)- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicated file. Relates to
MC-143112)- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1 * (Can't generate naturally because of
MC-140759)- plains_
weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1 * (Can't generate naturally because of
MC-140759)- savanna_
shepherd_1- savanna_
tannery_1- savanna_t
emple_1- savanna_temple_
2- savanna_t
ool_smith_1- savanna_
weaponsmith_1- savanna_weaponsmith_2 * (Can't generate naturally because of
MC-140759)
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2 * (Can't generate naturally because of
MC-140759)- snowy_shepherds_house_1
- snowy_small_house_2 * (Can't generate naturally because of
MC-140759)- snowy_small_house_5 * (Can't generate naturally because of
MC-140759)- snowy_small_house_8
- snowy_tannery_1 * (Can't generate naturally because of
MC-140759)- snowy_t
emple_1- snowy_t
ool_smith_1- snowy_
weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_blacksmith_1 ** (duplicated file. Relates to
MC-143112)- desert_
butcher_shop_1- desert_
cartographer_house_1- desert_f
isher_1- desert_
fletcher_house_1- desert_
library_1- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_armorer_house_2 ** (duplicated file. Relates to
MC-143112)- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village (in 19w06a some structure were fixed, resulting that this village has villagers now, but the issue remains unfixed) :
Seed : 5430669831332601056
Coordinates : -5400 ~ 4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village (in 19w06a some structure were fixed, resulting that this village has villagers now, but the issue remains unfixed) :
Seed : 54
30669831332601056Coordinates : -
5400 ~4800
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village in 19w07a :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
![]()
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village in 19w07a :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
![]()
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village in 19w07a :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
![]()
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village in 19w07a :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
![]()
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village in 19w07a :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
![]()
Here is a list of houses that don't have this key Jigsaw block.
Plain Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
SavannaVillage :Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\
savanna\housesHouses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_
library_1- savanna_
mason_1- savanna_
shepherd_1- savanna_
tannery_1- savanna_
temple_1- savanna_
temple_2- savanna_
tool_smith_1- savanna_
weaponsmith_1- savanna_
weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_sheperd_house_1 ** (duplicated file. Relates to
MC-143112)- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_armorer_2 (Can't generate naturally because of
MC-140759)- taiga_
cartographer_house_1- taiga_
fisher_cottage_1- taiga_
library_1- taiga_medium_house_
3- taiga_
medium_house_4- taiga_
shepherds_house_1- taiga_t
emple_1- taiga_
tool_smith_1- taiga_weaponsmith_2
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village in 19w07a :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
![]()
Here is a list of houses that don't have this key Jigsaw block.
Plains Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Plains Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- plains_butcher_shop_2
- plains_fletcher_house_1
- plains_shepherds_house_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Snowy Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- snowy_small_house_8
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
It seems like even if the jigsaw block is generated, the villager doesn't spawn sometimes. Example : a Jigsaw block is generated in all plains small houses but in the given seed there isn't any villager despite that a small house was generated in the village. I don't really know what causes this issue, and I maybe should create an other bug report for that.
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village in 19w07a :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
![]()
Here is a list of houses that don't have this key Jigsaw block.
Plains Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Plains Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- plains_butcher_shop_2
- plains_fletcher_house_1
- plains_shepherds_house_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Snowy Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- snowy_small_house_8
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
It seems like even if the jigsaw block is generated, the villager doesn't spawn sometimes. Example : a Jigsaw block is generated in all plains small houses but in the given seed there isn't any villager despite that a small house was generated in the village. I don't really know what causes this issue, and I maybe should create an other bug report for that.
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.NB : note that
MC-140973,MC-140759,MC-140975andMC-143112are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village in 19w07a (this seed isn't working anymore since 19w08a because village generation changed, but the issue remains unfixed) :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
No villager spawned in this village.
This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
![]()
Here is a list of houses that don't have this key Jigsaw block.
Plains Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Plains Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- plains_butcher_shop_2
- plains_fletcher_house_1
- plains_shepherds_house_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112)- snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Snowy Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- snowy_small_house_8
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)
- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)
- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112)- taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112)- taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
It seems like even if the jigsaw block is generated, the villager doesn't spawn sometimes. Example : a Jigsaw block is generated in all plains small houses but in the given seed there isn't any villager despite that a small house was generated in the village. I don't really know what causes this issue, and I maybe should create an other bug report for that.
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to
MC-140975.
is duplicated by
relates to
is duplicated by
is duplicated by
relates to
NB : note that MC-140973, MC-140759, MC-140975 and MC-143112 are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.
The bug
Villagers aren't spawning in some houses (actually in a lot of them). This can lead to some issues, the first being that some villages don't contain any villagers ! More generally, villages will have a really small amount of villagers in comparison with the number of houses. An other issue is that Iron Golems won't spawn naturally, 99% of the time. This is also due to the doors requirement (you need more than 21 in a village, and naturally generated ones don't have such a number), which is too high and should be reduced.
Example of an empty village in 19w07a (this seed isn't working anymore since 19w08a because village generation changed, but the issue remains unfixed) :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
No villager spawned in this village.

This can be explained by the way villagers are generated now.
A villager will now spawn if there is a Jigsaw block in a house whose role is to spawn a villager. These Jigsaw blocks aren't generated in every house.
This is how they look like :
Here is a list of houses that don't have this key Jigsaw block.
Plains Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
Houses that doesn't generate Jigsaw villager :
- plains_armorer_house_1
- plains_butcher_shop_1
- plains_butcher_shop_2
- plains_cartographer_1
- plains_fisher_cottage_1
- plains_fletcher_house_1
- plains_library_1
- plains_library_2
- plains_masons_house_1
- plains_shepherds_house_1
- plains_tannery_1
- plains_temple_3
- plains_temple_4
- plains_tool_smith_1
- plains_weaponsmith_1
Plains Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- plains_butcher_shop_2
- plains_fletcher_house_1
- plains_shepherds_house_1
Savanna Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
Houses that don't generate Jigsaw villager :
- savanna_armorer_1
- savanna_butchers_shop_1
- savanna_butchers_shop_2
- savanna_cartographer_1
- savanna_fisher_cottage_1
- savanna_fletcher_house_1
- savanna_library_1
- savanna_mason_1
- savanna_shepherd_1
- savanna_tannery_1
- savanna_temple_1
- savanna_temple_2
- savanna_tool_smith_1
- savanna_weaponsmith_1
- savanna_weaponsmith_2
Snowy Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
Houses that don't generate Jigsaw villager :
- snowy_armorer_house_1
- snowy_armorer_house_2
- snowy_butchers_shop ** (duplicated file. Relates to
MC-143112) - snowy_butchers_shop_1
- snowy_butchers_shop_2
- snowy_cartographer_house_1
- snowy_fisher_cottage
- snowy_fletcher_house_1
- snowy_library_1
- snowy_masons_house_1
- snowy_masons_house_2
- snowy_shepherds_house_1
- snowy_small_house_8
- snowy_tannery_1
- snowy_temple_1
- snowy_tool_smith_1
- snowy_weapon_smith_1
Snowy Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- snowy_small_house_8
Desert Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
Houses that don't generate Jigsaw villager :
- desert_armorer_1
- desert_butcher_shop_1
- desert_cartographer_house_1
- desert_fisher_1
- desert_fletcher_house_1
- desert_library_1
- desert_mason_1
- desert_shepherd_house_1
- desert_tannery_1 (+ generates weirdly, blocks are missing under the house. See screenshot)


- desert_temple_1
- desert_temple_2
- desert_tool_smith_1
- desert_weaponsmith_1
Taiga Village :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
Houses that don't generate Jigsaw villager :
- taiga_armorer_2
- taiga_armorer_house_1
- taiga_butcher_shop_1
- taiga_cartographer_house_1
- taiga_fisher_cottage_1 (+ generates weirdly, water is generated in the house instead of under trapdoors. See screenshot. Relates to
MC-141034)


- taiga_fletcher_house_1
- taiga_library_1
- taiga_masons_house_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_sheperds_house_1 (duplicated file. Relates to
MC-143112) - taiga_shepherds_house_1
- taiga_tannery_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weapon_smith_1 (duplicated file. Relates to
MC-143112) - taiga_weaponsmith_1
- taiga_weaponsmith_2
Taiga Village (zombie) :
Location of the file :
.minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\zombie\houses
Houses that don't generate Jigsaw zombie villager :
- taiga_cartographer_house_1
- taiga_fisher_cottage_1
- taiga_library_1
- taiga_medium_house_3
- taiga_medium_house_4
- taiga_shepherds_house_1
- taiga_temple_1
- taiga_tool_smith_1
- taiga_weaponsmith_2
It seems like even if the jigsaw block is generated, the villager doesn't spawn sometimes. Example : a Jigsaw block is generated in all plains small houses but in the given seed there isn't any villager despite that a small house was generated in the village. I don't really know what causes this issue, and I maybe should create an other bug report for that.
How to fix the bug :
As you can see, most of affected houses are assigned to a certain profession. I suggest that you could add a Jigsaw Block to each of them, that spawns the villager that is supposed to work in the house, which avoids the problem to find a library house without any librarian villager in the village for example (the best could be that these villagers would spend the night in their house, like if they were assigned to it ; it is only a suggestion). An other problem is that farms and animal pens are also considered as "house". It could lead to strange villages that only have farms and pens, without any house (and therefore without any villagers). In order to fix entirely the bug, farms and animal pens need to be moved in an other file. Some decorations are also in house files, such as plains_accessory_1 (in plain villages). They need to be moved too. This last point relates to MC-140975.
NB : note that MC-140973, MC-140759, MC-140975 and MC-143112 are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.
The bug
Decorations, farms, and animal pens are in the same file than houses (in village structure).
This is a problem because it could happen that every "house" generated in a village would be a farm, a decoration or an animal pen. In this case, we couldn't really call this structure a "village", because the villagers wouldn't have a place to sleep.
Example of a village without actual house (doesn't work anymore since 19w07a, but the issue remains unfixed) :
Seed : 5419467522569981067
Coordinates : -2550 ~ 2150
In order to fix this bug, farms, animal pens and decorations need to be moved in an other file, in order to keep only the houses (which contain villagers) in the house file.
Location of house file (in a village structure)
- .minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\plains\houses
- or .minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\taiga\houses
- or .minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\savanna\houses
- or .minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\snowy\houses
- or .minecraft\versions\<version>\<version>.jar\data\minecraft\structures\village\desert\houses
List of affected decorations/farms/animal pens/meeting points
Plains village:
- plains_accessory_1
- plains_animal_pen_1
- plains_animal_pen_2
- plains_animal_pen_3
- plains_large_farm_1
- plains_meeting_point_4
- plains_meeting_point_5
- plains_small_farm_1
- plains_stable_1
- plains_stable_2
Plains village (zombie):
- plains_animal_pen_3
- plains_meeting_point_4
- plains_meeting_point_5
- plains_stable_1
Desert village:
- desert_animal_pen_1
- desert_animal_pen_2
- desert_farm_1
- desert_farm_2
- desert_large_farm_1
Savanna village:
- savanna_animal_pen_1
- savanna_animal_pen_2
- savanna_animal_pen_3
- savanna_large_farm_1
- savanna_large_farm_2
- savanna_small_farm
Savanna village (zombie):
- savanna_animal_pen_2
- savanna_animal_pen_3
- savanna_large_farm_2
Snowy village:
- snowy_animal_pen_1
- snowy_animal_pen_2
- snowy_farm_1
- snowy_farm_2
Taiga village:
- taiga_animal_pen_1
- taiga_decoration_1
- taiga_lamp_post_1
- taiga_large_farm_1
- taiga_large_farm_2
- taiga_meeting_point_1
- taiga_small_farm_1
Taiga village (zombie):
- taiga_large_farm_2
Could you relate this issue to MC-140973, please ? Those bugs are both due to missing jigsaw blocks, and the way to fix those is basically add jigsaw blocks
NB : note that MC-140973, MC-140759, MC-140975 and MC-143112 are very similar issues. They are all due to mistakes made when creating village's structures or arranging those in files where they shouldn't be.
As there is a lot of duplicate file issues, I thought that it could be a good idea to merge all these issues in one (more clarification, and easier to fix).
The structures include:
- For the snowy village:
- minecraft:village/snowy/houses/snowy_butchers_shop duplicates minecraft:village/snowy/houses/snowy_butchers_shop_2, but has no jigsaw block nor smoker (so doesn't generate naturally)
- For the taiga village:
- minecraft:village/taiga/houses/taiga_sheperds_house_1 duplicates minecraft:village/taiga/houses/taiga_shepherds_house_1, but has no jigsaw block (so doesn't generate naturally)
- minecraft:village/taiga/houses/taiga_weapon_smith_1 duplicates minecraft:village/taiga/houses/taiga_weaponsmith_1, but has no jigsaw block (so doesn't generate naturally) (was first described in
MC-141007) - minecraft:village/taiga/houses/taiga_decoration_1 duplicates minecraft:village/taiga/taiga_decoration_1 but is in the wrong file
- minecraft:village/taiga/houses/taiga_lamp_post_1 duplicates minecraft:village/taiga/taiga_lamp_post_1 but is in the wrong file
- minecraft:village/taiga/houses/taiga_meeting_point_1 duplicates minecraft:village/taiga/town_centers/taiga_meeting_point_1 but is in the wrong file
Seems likely caused by MC-140973
Also, iron golems won't spawn in naturally generated villages (21 doors requirment is nearly impossible to complete. This should be reduce to at least 10, or maybe iron golems could be generated with jigsaw block in each town center)
Disclaimer: This Bug is related to MC-140973, the difference here is that this Issue is aimed to match Villager Spawning with Beds, unlike MC-140973 where this issue is aimed to match Villager spawning with Doors, since 19w11a with the new Villager AI the Houses of the Villagers are now determined by Beds and not Doors anymore.
Note: I will not be counting Proffession Houses, only Small, Medium and Big Houses because Proffession Buildings seems to only be designed for the Work Schedule and not for the Sleeping Schedule of Villagers.
With the introduction of new the Villager AI in 19w11a, sleeping is now a very important activity of Villagers and the amount of Beds should determinate the amount of Villagers, basically meaning that for each Bed generated, there has to be a villager, but that's the exception in some Village Structures because the Villager spawning is determinated by the number of Jigsaw Blocks. Which are missing in some Houses leading to sometimes find Houses empty of Villagers.
Besides highlight the issues I will also provide solutions to these problems.
Snowy Village
- Small House #8
snowy_small_house_8.nbt
There's a missing Jigsaw Block that grants the spawning of a Villager here.

Solution: Add the missing Jigsaw Block back and then save the Structure again.

Desert Village
- Medium House #1
desert_medium_house_1.nbt
This Structure generates with 2 Beds, but there's only 1 Jigsaw Block that spawns a Villager, meaning one Jigsaw Block is missing for the other Bed.
Side issue The current Jigsaw Block turns into Air instead of Smooth Sandstone, leaving a hole inside this Structure after spawn a Villager.

Solutions: Include another Jigsaw Block that spawns a second Villager for the other Bed and make sure both Jigsaw Blocks turns into Smooth Sandstone.

Taiga Village
- Medium House #1
taiga_medium_house_1.nbt
Just like the Desert Medium House #1, this Structure includes 2 Beds but only 1 Jigsaw Block generates and only let the spawn of a single Villager.

Solution: Add the missing Jigsaw Block set for a Villager spawning.

- Medium House #3
taiga_medium_house_3.nbt
Missing 2 Jigsaw Blocks with Villager spawning for both Beds.

Solution: Add the 2 Jigsaw Blocks that are missing, close to each Bed.

- Medium House #4
taiga_medium_house_4.nbt
Missing 2 Jigsaw Blocks with Villager spawning for both Beds.

Solution: Include the 2 Jigsaw Blocks that are missing, close to each Bed.

Thanks, can confirm. The meeting point in that village seems to incorrectly include baby villagers instead of adult villagers. In combination with MC-140973 this causes only baby villagers to spawn in that village.

Can you relate this issue to
MC-140975? I doubt I have rights to do it.Done.
Thanks ! Btw if you could confirm
MC-140975it would be nice too, we finally got a seed which confirms it.Confirmed for 19w02a
Confirmed for 19w03a
Confirmed for 19w03b and 19w03c
Can you relate this bug to
MC-140759? Issues are really similar (caused by a missed jigsaw block), linking those would be nice for the sake of clarityConfirmed for 19w04a. If you could relate this bug to
MC-140759this would be niceDone as well.
Btw, you don't need to comment "Confirmed for <version>" as you're the reporter of this ticket and can add the versions by yourself.
Thank you ! I won't comment that stuff anymore too
19w06a update :
snowy_small_house_2 and snowy_small_house_5 fixed
Please do not mark unreleased versions as affected.
You don't have access to them yet.
The current implementation is working as intended. A few villagers will always spawn at the town center.
Alright, didn't notice you added that. It should work as intended right now (not sure tho, if I remember there is no bed in these houses ; and villagers spawning in village centers mean that there could be more villagers than houses; I'll open a new ticket after testing)
This relates to
MC-146722andMC-146674