promotional bannermobile promotional banner

StructureOverlapless

Prevents structures from overlapping during world generation using a first-come-first-served system. Structures that would conflict with existing ones are simply not generated.

File Details

overlapless-1.21.1-1.2.0

  • R
  • Mar 7, 2026
  • 16.20 KB
  • 359.0K
  • 1.21.1
  • NeoForge

File Name

overlapless-1.21.1-1.2.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:structureoverlapless-1451998:7722759"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

1.0.0

  • Initial release

1.0.1

  • No longer requires Duplicationless as dep.

1.0.2

  • Introduce config option "UnskippableStructures": These will always generate even if there are existing structures that occupy the chunk sections.

1.0.3

  • Resolve a concurrent issue during existing structures' iteration

1.0.4

1.0.5

  • Minor compatibility improvement for custom WorldGenLevel in other mods

1.0.6

  • Code refactor. No actual changes for players.
  • Port to 1.16.5 and 1.18.2, as well as many subversions 1.21.x

1.1.0

  • Introduce SkippableFeatures config option. You can write down the features' registry names here so they will not get overlapped with existing structures.
  • Introduce PrintStructureSkipEventInLog and PrintFeatureSkipEventInLog config option

1.1.1

1.2.0

  • Port to fabric 1.21.1 and 1.20.1
  • Fix Feature skipping logic