▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Structurized Reborn
Structurized Reborn

Structurized Reborn

Simple library that helps with the addition of custom village structures

57.2K
13

Structurized Reborn 1.21-01

release31 августа 2024 г.

Port to 1.21

Structurized Reborn 1.20.1-01

beta17 июня 2023 г.

Port up to 1.20/1.20.1. 1.19.4 also still supported with this version

Structurized Reborn 1.19.3-01

beta28 января 2023 г.

Port to 1.19.3

structurized_reborn-1.19-01

beta24 июня 2022 г.

Updated to 1.19

structurized_reborn-1.18.2-02

beta15 апреля 2022 г.

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);

Совместимость

Minecraft: Java Edition

1.21.x1.20.x1.19.x1.18.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:MIT
Опубликован:4 года назад
Обновлён:1 год назад
Главная