Echo Archive

Echo Archive is a NeoForge Minecraft mod that adds Memory Disks and a Memory Reader block. Players can insert disks, play custom audio logs, view terminal-style transcripts, and use different floppy disk variants.

File Details

echoarchive-1.0.1.jar

  • R
  • Jun 11, 2026
  • 7.02 MB
  • 3
  • 1.21
  • NeoForge

File Name

echoarchive-1.0.1.jar

Supported Versions

  • 1.21

Curse Maven Snippet

NeoForge

implementation "curse.maven:echo-archive-1571014:8233610"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Echo Archive 1.0.1

Added:
- Added /echoarchive command tree.
- Added /echoarchive list to show loaded memory logs.
- Added /echoarchive give <player> <disk_id> to give linked Memory Disks.
- Added /echoarchive validate placeholder command.
- Added datapack-driven memory log support.
- Added simplified creator JSON format for memory logs.
- Added disk_texture field for choosing Memory Disk variants.
- Added resource-pack audio workflow for custom .ogg memory playback.
- Added client config for transcript reveal speed.

Changed:
- Reworked Memory Reader GUI into an insert/load flow.
- First reader screen now shows inventory and a disk input slot.
- Pressing Insert locks the disk into the reader and switches to the machine interface.
- Added Eject flow to retrieve inserted disks.
- Removed visible inventory from the playback interface.
- Improved transcript display with word wrapping.
- Transcript text now auto-scrolls while playing.
- Transcript reveal speed is now configurable.
- Simplified memory log authoring docs and README.

Fixed:
- Fixed transcript lines being cut off with ellipses.
- Fixed long transcript text overflowing the reader panel.
- Fixed transcript reveal snapping too much text at once.
- Fixed cramped/overlapping text in the Memory Reader interfaces.
- Fixed resource-pack test setup instructions for custom audio.

Notes:
- Memory logs now use simple fields: display_name, disk_texture, sound, transcript, and author_notes.
- Encryption/decryption gameplay is not implemented yet; encrypted is currently only a disk texture option.
- /echoarchive validate currently returns a placeholder OK result.