Additional Buildings

This commit is contained in:
Frank 2023-06-07 21:52:16 +02:00
parent 466e136584
commit ba8db43630
15 changed files with 24 additions and 0 deletions

View file

@ -85,6 +85,30 @@ public class VillagePools {
), Pair.of(
StructurePools.single(BetterEnd.makeID("village/houses/small_house_07"), emptyProcessor),
1
), Pair.of(
StructurePools.single(BetterEnd.makeID("village/houses/small_house_08"), emptyProcessor),
1
), Pair.of(
StructurePools.single(BetterEnd.makeID("village/houses/small_house_09"), emptyProcessor),
1
), Pair.of(
StructurePools.single(BetterEnd.makeID("village/houses/small_house_10"), emptyProcessor),
1
), Pair.of(
StructurePools.single(BetterEnd.makeID("village/houses/small_house_11"), emptyProcessor),
1
), Pair.of(
StructurePools.single(BetterEnd.makeID("village/houses/small_house_12"), emptyProcessor),
1
), Pair.of(
StructurePools.single(BetterEnd.makeID("village/houses/small_house_13"), emptyProcessor),
1
), Pair.of(
StructurePools.single(BetterEnd.makeID("village/houses/small_house_14"), emptyProcessor),
1
), Pair.of(
StructurePools.single(BetterEnd.makeID("village/houses/small_house_15"), emptyProcessor),
1
)),
StructureTemplatePool.Projection.RIGID
));