Updated Structures

This commit is contained in:
Frank 2023-06-13 18:43:42 +02:00
parent 6c2471af6c
commit d8a4ce8d37
22 changed files with 2 additions and 1 deletions

View file

@ -70,7 +70,8 @@ public class VillagePools {
ctx.register(VillagePools.START, new StructureTemplatePool(
terminatorPool,
ImmutableList.of(
single("village/center/light_pyramid_01", emptyProcessor, 1)
single("village/center/light_pyramid_01", emptyProcessor, 2),
single("village/center/light_pyramid_02", emptyProcessor, 1)
),
StructureTemplatePool.Projection.RIGID
));