Create ReAutomated: Traces

A NeoForge 1.21.1 add-on for Create ReAutomated that scatters small ore outcrops on the surface above buried Ore Nodes

File Details

createreautomatedtraces-0.2.1.jar

  • R
  • Jun 13, 2026
  • 148.95 KB
  • 4.7K
  • 1.21.1
  • NeoForge

File Name

createreautomatedtraces-0.2.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:create-reautomated-traces-1539353:8241186"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Changelog

[0.2.1]

Added

  • Added a Create-style common config screen with tracePlacementRadius for trace placement.
  • Added TraceWorldgenExclusions, a public runtime API for suppressing generated trace outcrops at exact node positions.
  • Added TraceApi, a public facade for external node-only integrations to record node positions in the Trace Finder index.

Changed

  • Trace placement now defaults to a 2-block horizontal radius from the Node to the Trace template center; setting tracePlacementRadius to 8 restores the previous wider placement range.
  • tracePlacementRadius now measures the real horizontal distance from the Node to the Trace template center. For example, radius 1 allows only the center block plus the four cardinal neighboring blocks, while diagonal placements are no longer counted as being within radius 1.
  • Trace Finder index resolution now supports records that point directly at compatible ore node blocks, and skips unloaded chunks without removing records.