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

43.8k
10
Library
World Generation
AboutChangelogVersions

Structurized Reborn 1.21-01

by fzzyhmstrs on Aug 31, 2024
Download

Port to 1.21

Structurized Reborn 1.20.1-01

by fzzyhmstrs on Jun 17, 2023
Download

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

Structurized Reborn 1.19.3-01

by fzzyhmstrs on Jan 28, 2023
Download

Port to 1.19.3

structurized_reborn-1.19-01

by fzzyhmstrs on Jun 24, 2022
Download

Updated to 1.19

structurized_reborn-1.18.2-02

by fzzyhmstrs on Apr 14, 2022
Download

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-01

by fzzyhmstrs on Apr 13, 2022
Download

Initial upload

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+
Filter

Show all versions

Modrinth is open source.

main@a0bd011

© 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.