Large Structure Lib

Quick rating

Large Structure Lib

No reviews yet

Library for large structures, including enormous jigsaw structures.

World Gen Improvements
API/Library
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
Latest Version
1.0.1
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Library of Large structures & structure sets, including:

Large Jigsaw Structures

Modified Jigsaw structures that can span a large radius. Formed by pregenerating the structure & placing it per chunk. Relies on a Grid Structure Placement structure set in order to generate. Any other structure set that doesn't generate per chunk will result in a broken structure

Mostly follows standard jigsaw structure format. Refer to the minecraft wiki for examples.

Example definition:

{
  // ID for Large Jigsaw Structures
  "type": "largestructlib:large_jigsaw",
  // Would recommend setting biomes to
  // all within a specific dimension.
  "biomes": "#minecraft:is_overworld",
  "project_start_to_heightmap": "WORLD_SURFACE_WG",
  "spawn_overrides": {},
  "start_height": {
    "absolute": 0
  },
  "start_jigsaw_name": "minecraft:city_anchor",
  "start_pool": "minecraft:ancient_city/city_center",
  "step": "surface_structures",
  "terrain_adaptation": "none",
  "use_expansion_hack": true,
  // Max distance from the center expanded up to 4096.
  "max_distance_from_center": 2048,
  // Size expanded up to 512.
  "size": 256,
  // Unique to Large Jigsaw Structures. Specifies the
  // padding between structures of the same type. Distance
  // between each structure is:
  // max_distance_from_center / 2 + paddding
  //
  // Range from 1-4096
  "padding": 4
  // Chance of a structure spawning within the padding
  // + distance from center grid.
  // Range from 0.0 to 1.0.
  // Optional
  "frequency": 1.0
}

Grid Structure Placement

Places structures per chunk. Recommended to use with Large Jigsaw Structures.

Example definition:

{
  "placement": {
    // ID for Grid Structure Sets.
    // I would not recommend adding any extra features as it may
    // result in irregular terrain-gen, especially frequency.
    "type": "largestructlib:grid",
    "salt": 10387312
  },
  "structures": [
    {
      "structure": "testing:village",
      "weight": 1
    }
  ]
}

Dependencies

This project utliizes Structure Layout Optimizer and its dependency for improved structure-gen performance.

Copyright

I personally don't care for copyright so long as you credit me. You may fork & add to this project as you so like so long as you credit me. You may also distribute said versions commercially so long as there's no paywall behind your mod. You may utilize my mod as a dependency as you so like. However, you may not commercially distribute this mod as is, without use as an api, unless I give my blessing. Basically don't steal my mod for commercial use unless it's used for something else. This does not include using it in a modpack.

Screenshots

Gallery

  • Very large structure
    Very large structure

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works