Structurized Reborn
Simple library that helps with the addition of custom village structures
57.2K
13
Список изменений
Added support for ListPoolElements, structure elements with multiple variations. Minecraft currently uses this for the Pillager Tower.
Added a ListPool builder to help you generate the ListPoolElement. Here's how one would use the builder to reconstruct the Pillager Tower element:
ListPoolElement lpe = FabricStructurePoolRegistry.ListPool.builder()
.addStructureElement(new Identifier("minecraft:pillager_outpost/watchtower"))
.addStructureElement(new Identifier("minecraft:pillager_outpost/watchtower_overgrown"),StructureProcessorLists.OUTPOST_ROT)
.addProjection(StructurePool.Projection.RIGID)
.buildListPool();
To register you element to the pool you want to modify, simply call registerList:
FabricStructurePoolRegistry.registerList(new Identifier("minecraft:pillager_outpost/towers"),1,lpe);
Файлы
structurized_reborn-1.18.2-02.jar(17.40 KiB)
ОсновнойМетаданные
Канал релиза
Beta
Номер версии
1.18.2-02
Загрузчики
Fabric
Версии игры
1.18.2
Загрузок
539
Дата публикации
4 г. назад