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.2k
10
Library
World Generation

Compatibility

Minecraft: Java Edition

1.21.x
1.20–1.20.1
1.19.3–1.19.4
1.19
1.18.2

Platforms

Fabric
Quilt

Supported environments

Server-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server
Donate on Ko-fi

Creators

fzzyhmstrs
fzzyhmstrs Owner

Details

Licensed MIT
Published 3 years ago
Updated 9 months ago
DescriptionChangelogVersions
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

Metadata

Release channel

Beta

Version number

1.18.2-02

Loaders

Fabric

Game versions

1.18.2

Downloads

356

Publication date

April 14, 2022 at 9:52 PM

Publisher

fzzyhmstrs

fzzyhmstrs

Owner

Version ID

Modrinth is open source.

main@acf2694

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