Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Structurized Reborn

Structurized Reborn

Simple library that helps with the addition of custom village structures

46.3k
10
Library
World Generation
AboutChangelogVersions
All versionsstructurized_reborn-1.18.2-02

structurized_reborn-1.18.2-02

Featured
Download
Report

Changelog

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

Dependencies

dependency-iconFabric API Version 0.50.0+1.18.2 is required

Files

structurized_reborn-1.18.2-02.jar(17.4 KiB) Primary
Download

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Metadata

Release channel

Beta

Version number

1.18.2-02

Loaders

Fabric

Game versions

1.18.2

Downloads

360

Publication date

April 14, 2022 at 9:52 PM

Publisher

fzzyhmstrs

fzzyhmstrs

Owner

Version ID

Modrinth is open source.

main@fafd47f

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.