The template pool "no_corners" for ancient structures references a structure called intact_horizontal_wall_stairs_5, which does not exist.
The template pool "no_corners" for ancient structures references a structure called intact_horizontal_wall_stairs_5, which does not exist.
(Unassigned)
Confirmed
Gameplay
Normal
Structures
22w13a, 22w14a, 1.19 Pre-release 1, 1.19 Pre-release 3, 1.19.1 Release Candidate 2, 1.19.3 Release Candidate 1, 1.20.1, 1.20.4
Retrieved
I can confirm this behavior in 1.19 Pre-release 3. Here's a code analysis regarding this issue.
Code Analysis:
The following is based on a decompiled version of Minecraft 1.19 Pre-release 3 using Mojang mappings.
net.minecraft.data.worldgen.AncientCityStructurePools.java
If we look at the above class, we can see that the template pool "no_corners" references a structure called "ancient_city/walls/intact_horizontal_wall_stairs_5" which does not exist.